pathak22 / pyflow

Fast, accurate and easy to run dense optical flow with python wrapper
Other
649 stars 139 forks source link

3rd party module #12

Open prashant45 opened 6 years ago

prashant45 commented 6 years ago

I wish to use this as a 3rd party module in my application. I have compiled the code in a directory called pyflow in my application. How can I use this as a 3rd party module and call pyflow.coarse2fine_flow(....) from my application?

Any suggestions are helpful

yutinghu commented 6 years ago

maybe try to install the module: $ python setup.py install

XY-boy commented 4 years ago

也许尝试安装模块: $ python setup.py install

Thank you very much!