-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Request: adding keyframe timeline so its easier to edit already created #5003
Comments
suggestion for a video annotation interface for video annotation. it displays one object per row, along with attributes and meta data. keyframes are indicated by white dots. green/red indicators where tracking algorithms finished tracking or where tracking is still running.
|
Any news on whether this could be considered? This would be an awesome feature to easily track and navigate annotations. |
@titarch would you be able to share some more information on how you created such timeline view? It would be super useful for my use case where attribute changes over time |
Also interested in a feature like this. The open source VGG Image Annotator has something that could potentially be used as a starting point. https://www.robots.ox.ac.uk/~vgg/software/via/demo/via_video_annotator.html |
@potipot Here are some details about the feature: The job timeline is an interactive component meant for viewing, navigat- Regarding implementation, most of it is contained in a (relatively simple) single component using a d3 chart to draw from the directly annotation's data and metadata. |
@bparsy-odin Thank you for the provided details. They will be very helpful |
My actions before raising this issue
When reviewing a video clip that has been created with tracks, its hard to see where keyframes are created.
Expected Behaviour
Having the ability to see a timeline with all the keyframes that have been made over time. So editing and merging annotations are easier. As seen in an example here:
Current Behaviour
only see a timeline that shows the frame count
Possible Solution
Adding a timeline like shown in the example image.
Context
When overviewing a labeling task it is hard to see where keyframes have been made when you want to edit a keyframe that has been made in the past
The text was updated successfully, but these errors were encountered: