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

Optical Flow (show_pred): Make a video instead of showing the results in a window #81

Open
v-iashin opened this issue Sep 18, 2022 · 0 comments
Labels
idea for contribution An idea for contribution

Comments

@v-iashin
Copy link
Owner

Currently, if show_pred argument is used with a optical flow feature extractor, the window dialog pops-up where a user needs to press some button.

Problem: it is nice but, when a machine does not have an attached screen, it fails.

Idea: we could avoid it by making an mp4 video with RGB and optical flow (or a .gif).

Implementation: maybe with cv2, maybe with imageio.get_writer

RFC: should we keep the old behaviour as an argument? Is it useful for anyone or this is just me enjoying looking at them manually?

@v-iashin v-iashin added the idea for contribution An idea for contribution label Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea for contribution An idea for contribution
Projects
None yet
Development

No branches or pull requests

1 participant