yzcjtr / GeoNet

Code for GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose (CVPR 2018)
MIT License
726 stars 181 forks source link

A problem of flownet #36

Closed seattlegirl closed 5 years ago

seattlegirl commented 5 years ago

Hi, @yzcjtr , great work! I have some questions. How do I get the average displacement of pixels between two frames in an optical flow network? How can i testing optical network validate on own data set? Does the data set have to be formatted before testing? thank you very much!

yzcjtr commented 5 years ago
  1. You can calculate the magnitude of each displacement vector and average them across the image domain;
  2. Yes. You should format your data or rewrite a customized data loader.