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
Annotations in all frames are deleted when a single frame annotation needs to be deleted for adjustments (in video tracking).
In video object tracking, we create annotations for objects A, B, and C through say 200 frames.
Now for object B in frame 61, the annotation is way off and I want to delete it and re-annotate for that frame only.
However, when I select and delete object B in frame 61, object B is deleted across all 200 frames of perfectly good annotations.
I understand this is because of the object ID association, but there must be some way to give the user option to delete the annotation only for that frame.
This is very frustrating.
Describe the solution you'd like
Ability to delete annotation of an object for a single (current) frame only.
The annotations can't simply be adjusted because often there's hundreds of such annotations on a single image. And each of them will need to be "hidden" to adjust the other annotations as overlapping annotations are non clickable.
This is extremely time consuming and tedious. It is much simpler to delete the offending annotations and recreate then quickly.
I would be happy to collaborate on a PR for this if needed. I see this would be a need for more or less every user performing video annotations, either manual or using the ML backend.
Please help.
The text was updated successfully, but these errors were encountered:
Problem:
Annotations in all frames are deleted when a single frame annotation needs to be deleted for adjustments (in video tracking).
In video object tracking, we create annotations for objects A, B, and C through say 200 frames.
Now for object B in frame 61, the annotation is way off and I want to delete it and re-annotate for that frame only.
However, when I select and delete object B in frame 61, object B is deleted across all 200 frames of perfectly good annotations.
I understand this is because of the object ID association, but there must be some way to give the user option to delete the annotation only for that frame.
This is very frustrating.
Describe the solution you'd like
Ability to delete annotation of an object for a single (current) frame only.
The annotations can't simply be adjusted because often there's hundreds of such annotations on a single image. And each of them will need to be "hidden" to adjust the other annotations as overlapping annotations are non clickable.
This is extremely time consuming and tedious. It is much simpler to delete the offending annotations and recreate then quickly.
I would be happy to collaborate on a PR for this if needed. I see this would be a need for more or less every user performing video annotations, either manual or using the ML backend.
Please help.
The text was updated successfully, but these errors were encountered: