ltkong218 / IFRNet

IFRNet: Intermediate Feature Refine Network for Efficient Frame Interpolation (CVPR 2022)
MIT License
259 stars 23 forks source link

About optical flow #21

Closed Yuzu-Cat closed 1 year ago

Yuzu-Cat commented 1 year ago

Thank you for your source code! I want to train your model by using X-ray images. Seems liteflownet estimates the optical flow from image0 to image1. But in your dataset code is flow_t0.flo and flow_t1.flo. How do I get the optical flow from intermediate to image0 or image1?