facebookresearch / consistent_depth

We estimate dense, flicker-free, geometrically consistent depth from monocular video, for example hand-held cell phone video.
MIT License
1.62k stars 235 forks source link

ModuleNotFoundError: No module named 'third_party.flownet2.networks.resample2d_package' #22

Closed TheRustlessSummer closed 3 years ago

TheRustlessSummer commented 3 years ago

hello, when I run the file python main.py --video_file data/videos/ayush.mp4 --path results/ayush --camera_params "1671.770118, 540, 960" --camera_model "SIMPLE_PINHOLE" --make_video ,there are some errors. ModuleNotFoundError: No module named 'networks' and ModuleNotFoundError: No module named 'third_party.flownet2.networks.resample2d_package'

errors show in the figure below. But I have install the flownet2. 图片

Ahadiandian commented 3 years ago

Have you solve the problem? I also run into the problem that 'resampled2d_package' is not available.