tsenst / RLOFLib

Robust Local Optical Flow (RLOF)

Home Page:http://www.nue.tu-berlin.de/menue/forschung/projekte/rlof/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonExample No module named 'rlof'

WangJie19960331 opened this issue · comments

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 !

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.

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