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
There is coupling between different targets, say: bounding box + corresponding mask or bounding box and facial keypoints.
=> right now we may have situation when bounding box removed after crop, because it is smaller than min_area, but keypoints remain, or box removed, but parts of the mask reman.
It would be great to have a way to bind different targets.
In some tasks, like:
There is coupling between different targets, say: bounding box + corresponding mask or bounding box and facial keypoints.
=> right now we may have situation when bounding box removed after crop, because it is smaller than
min_area
, but keypoints remain, or box removed, but parts of the mask reman.It would be great to have a way to bind different targets.
Related to #836 #745
The text was updated successfully, but these errors were encountered: