You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have benefited greatly from this open source project. Thank you for this elegant code, but I am puzzled by the following code.
"points_in_bbox_mask = points_in_bbox_mask.intersection(config.default_anchor_center_set)"
( in ~/seglink/tf_extended/seglink.py)
According the upper code, I think we can only find default box/anchor which center is in the edge of the word bounding box not inside the word bounding box.
But a default box is labeled as positive iff (1) the center of the box is inside the word bounding box according the paper.
Could you help me solve the problem. Thank you in advance~@dengdan
The text was updated successfully, but these errors were encountered:
Hello, I have benefited greatly from this open source project. Thank you for this elegant code, but I am puzzled by the following code.
"points_in_bbox_mask = points_in_bbox_mask.intersection(config.default_anchor_center_set)"
( in ~/seglink/tf_extended/seglink.py)
According the upper code, I think we can only find default box/anchor which center is in the edge of the word bounding box not inside the word bounding box.
But a default box is labeled as positive iff (1) the center of the box is inside the word bounding box according the paper.
Could you help me solve the problem. Thank you in advance~@dengdan
The text was updated successfully, but these errors were encountered: