Jung Eunho

Results 2 comments of Jung Eunho

In my case, there was no file named "pyopenpose.so" in "/usr/local/python". Try below commands. ``` cd /usr/local/python/openpose sudo ln -s pyopenpose.cpython-36m-x86_64-linux-gnu.so pyopenpose.so ``` (in this case, you should use `sys.path.append('/usr/local/python')`...

Oh.. I didn’t even think about that solution. Thanks a lot for mail me. 2022년 8월 23일 (화) 오후 11:41, Kokilou ***@***.***>님이 작성: > You are using conda environment, aren't...