lmb-freiburg / netdef_models

Repository for different network models related to flow/disparity (ECCV 18)
GNU General Public License v3.0
157 stars 32 forks source link

Error on "python3 controller.py eval image0_path image1_path out_dir" #3

Closed Amirhk-dev closed 6 years ago

Amirhk-dev commented 6 years ago

"lmbspecialops" is built correctly and the small example (provided in this page) ran without any error.

By running the script below (providing the path for image0_path, image1_path and out_dir): python3 controller.py eval image0_path image1_path out_dir

The following error happens:

... from lmbspecialops import correlation as correlation ImportError: cannot import name 'correlation'

silviogalesso commented 6 years ago

Hi, what branch of lmbspecialops did you build? Only the eccv2018 branch contains the correlation operation.

Amirhk-dev commented 6 years ago

Hi, Thanks @silviogalesso , It seems like somehow I built the master branch instead of eccv2018! It is Solved.