Open prashant45 opened 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?
pyflow
pyflow.coarse2fine_flow(....)
Any suggestions are helpful
maybe try to install the module: $ python setup.py install
也许尝试安装模块: $ python setup.py install
Thank you very much!
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 callpyflow.coarse2fine_flow(....)
from my application?Any suggestions are helpful