cc icon indicating copy to clipboard operation
cc copied to clipboard

Runing test_flow on a real-world video

Open umarasif opened this issue 5 years ago • 1 comments

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

umarasif avatar Jan 14 '20 02:01 umarasif

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

anuragranj avatar Jan 17 '20 11:01 anuragranj