OpenMMD icon indicating copy to clipboard operation
OpenMMD copied to clipboard

how to run Openpose-Video.bat?

Open jemineon opened this issue 4 years ago • 6 comments

I'm using VScode. i want to know how to run Openpose-Video.bat Is there any command to run this .bat file?

jemineon avatar Mar 06 '20 02:03 jemineon

Just type directly? But do you download the file from google drive? I try the OpenposeVideo.bat inside and it works.

ChongMingWei avatar Mar 09 '20 14:03 ChongMingWei

is it possible to run openposeVideo.bat file in linux environment?

jemineon avatar Mar 10 '20 00:03 jemineon

Hmm...Maybe it's not available in Linux(the .bat file) But if you dig in the .bat file, maybe you can rewrite it into the linux executable version.

Good luck

ChongMingWei avatar Mar 10 '20 02:03 ChongMingWei

i'm trying to run OpenposeTo3D.bat by using Anaconda Terminal. But there is an error about tensorflow. i created tensorflow environment and activated it. also installed it on this envirionment.

Traceback (most recent call last): File "src/openpose_3dpose_sandbox_vmd.py" , line 9, in import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'

how can solve this erorr?

jemineon avatar Mar 10 '20 04:03 jemineon

Check your tensorflow version. For me, the version is 1.13.1.

ChongMingWei avatar Mar 10 '20 05:03 ChongMingWei

is it possible to run openposeVideo.bat file in linux environment?

You can directly run the code in openposeVideo.bat on Linux

CHDQ avatar Apr 15 '20 02:04 CHDQ