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
I found a solution:
If you use mask names such as <img_id> _ <class_name> _ <annotation_id>
The filter_for_annotations function tries to find all annotations for each <img_id>, but the search works by the prefix <img_id> and img_ids 1, 10, 11, 12, etc., which are perceived as the same.
On line 208 you need to change to file_name_prefix = basename_no_extension + '_.*'
Then search would works by prefix <img_id>_
Hi guys, does anyone have a problem adding extra annotations for some images?
The text was updated successfully, but these errors were encountered: