Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow single frame object delete in video tracking #7111

Open
swap-10 opened this issue Feb 19, 2025 · 1 comment
Open

Allow single frame object delete in video tracking #7111

swap-10 opened this issue Feb 19, 2025 · 1 comment

Comments

@swap-10
Copy link

swap-10 commented Feb 19, 2025

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.

@heidi-humansignal
Copy link
Collaborator

Hello,

Would it be possible to show the video for this? Just steps with how you are deleting the frame.

Thank you,
Abu

Comment by Abubakar Saad
Workflow Run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants