tsenst / RLOFLib

Robust Local Optical Flow (RLOF)
http://www.nue.tu-berlin.de/menue/forschung/projekte/rlof/
Other
71 stars 23 forks source link

PythonExample No module named 'rlof' #5

Open WangJie19960331 opened 5 years ago

WangJie19960331 commented 5 years ago

When I run the sample,I got the tips :No module named 'rlof'.My OS is Windows10 and python3.*.Excuse me ,how to solve it ??? Thank you !

tsenst commented 5 years ago

Hi it is a problem with the prebuild binaries. Since I haven't a specific build for your system python is not able to import the module properly. I have integrated thr rlof directly in opencv please checkout https://github.com/tsenst/opencv_contrib and you will find there the rlof in optfliw module with python support. Thanks.

hfutfl commented 5 years ago

Excuse me,how can I install the module in a anaconda environment so that I can use it in pycharm?