cc
cc copied to clipboard
Runing test_flow on a real-world video
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
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