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

Runing test_flow on a real-world video #21

Open
umarasif opened this issue Jan 14, 2020 · 1 comment
Open

Runing test_flow on a real-world video #21

umarasif opened this issue Jan 14, 2020 · 1 comment

Comments

@umarasif
Copy link

Hi,

Is there any demo script for producing optical flow on a test video? Specifically, I am interested in running test_flow.py on a video but the current code reads data (tgt_img, ref_imgs, intrinsics, intrinsics_inv) from a validation dataset loader. How do I extract these information from a test video?

Thanks

@anuragranj
Copy link
Owner

You would need to to write your own dataset loader. Here is a discussion on how to do it.
https://discuss.pytorch.org/t/is-there-an-off-the-shelf-video-data-loader-to-use/3041

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