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

Plot tracks on video frames #106

Open
roaldarbol opened this issue Jan 29, 2025 · 0 comments
Open

Plot tracks on video frames #106

roaldarbol opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@roaldarbol
Copy link
Owner

To groundtruth the tracking (see that the points are where we believe they are, the effects of filtering etc.) it would be great to be able to output pictures and videos with the tracks overlaid. There's a few things here that need to be done.

  • Extract video frames from video (has been done on the feature/draw-roi branch for which it will also be used)
  • Function that draws them (e.g. plot_frame())
  • That function should also be able to draw GIFs/short videos with overlay
  • Should have a save-like parameter, so it will save the video and return the input data frame (needed to enable having it in a pipeline)
@roaldarbol roaldarbol added the enhancement New feature or request label Jan 29, 2025
@roaldarbol roaldarbol added this to the Version 1.0 milestone Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant