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

Clean up manual labelling of tracks #130

Open
nikk-nikaznan opened this issue Mar 21, 2024 · 1 comment
Open

Clean up manual labelling of tracks #130

nikk-nikaznan opened this issue Mar 21, 2024 · 1 comment

Comments

@nikk-nikaznan
Copy link
Collaborator

nikk-nikaznan commented Mar 21, 2024

  • We would need some code to deal with deleted track.
    The only way to delete false positive in bulk is by deleting the track in grid, but this will leave the bounding_box in the annotation but with empty track. For example:
    04.09.2023-04-Right_RE_test_frame_00000184.png,15259591,"{""clip"":123}",79,0,"{""name"":""rect"",""x"":3899.8646916677476,""y"":916.2452700052339,""width"":50,""height"":36}","{""track"":""""}"

  • Also ensure that bounding boxes IDs are unique per frame (because we copy+paste annotations across frames this is likely to happen)

@sfmig sfmig changed the title Code to deal with deleted track Clean up manual labelling of tracks Jun 14, 2024
@sfmig
Copy link
Collaborator

sfmig commented Jul 5, 2024

Maybe a scrip check_manually_labelled_tracks.py

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

No branches or pull requests

2 participants