Skip to content

Disconnected track annotation #5

@kylemin

Description

@kylemin

Annotations for some tracks are weird.
For example, track_2006 of 49c27d75-44fa-4947-899a-8d0511a10416 (clip) has only 12 frames but its frame footprint is ridiculously long as below:

1st frame: {'x': 651.16, 'y': 279.9, 'width': 55.22, 'height': 49.51, 'frame': 1268, 'video_frame': 14228, 'clip_frame': None}
...
12th (last) frame: {'x': 1662.23, 'y': 0.0, 'width': 253.24, 'height': 266.57, 'frame': 4016, 'video_frame': 16976, 'clip_frame': None}

It has 12 frames but the first clip_frame is 1268 and the 12th clip_frame is 4016. How can I use this track? Is it an annotation noise?

Interesting thing is that track_2008 of the same clip (person_id of track_2006 and track_2008 is identical) looks like as below..

1st frame: {'x': 788.25, 'y': 512.2, 'width': 66.64, 'height': 64.74, 'frame': 1433, 'video_frame': 14393, 'clip_frame': None}
...
89th (last) frame: {'x': 811.1, 'y': 5.71, 'width': 190.41, 'height': 119.96, 'frame': 4490, 'video_frame': 17450, 'clip_frame': None}

I cannot understand the two tracks. They are for same person on the same clip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions