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
In large projects with many labels or predictions, it can be difficult to keep track of all of the labeled frames, especially after multiple rounds of labeling, when you have multiple annotators, and other non-standard workflows.
The suggestions table helps when it's used, but for some cases there may be labels that aren't included in that table.
#736 would help, but until we converge on a good solution for browsing through all labels, a good workaround would be to have the ability to manually add frames to this table for ease of labels management.
This could work by having options under the Labels menu to "Add user-labeled frames to suggestions" and "Add predicted frames to suggestions".
The logic would basically be:
forlfinlabels:
iflf.has_user_instances: # or lf.has_predicted_instanceslabels.add_suggestion(lf.video, lf.frame_idx)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In large projects with many labels or predictions, it can be difficult to keep track of all of the labeled frames, especially after multiple rounds of labeling, when you have multiple annotators, and other non-standard workflows.
The suggestions table helps when it's used, but for some cases there may be labels that aren't included in that table.
#736 would help, but until we converge on a good solution for browsing through all labels, a good workaround would be to have the ability to manually add frames to this table for ease of labels management.
This could work by having options under the Labels menu to "Add user-labeled frames to suggestions" and "Add predicted frames to suggestions".
The logic would basically be:
Beta Was this translation helpful? Give feedback.
All reactions