OpenMMD icon indicating copy to clipboard operation
OpenMMD copied to clipboard

pos2vmd_multi.py: error: unrecognized arguments: -s 1

Open daisf666 opened this issue 4 years ago • 4 comments

I find there isn't a argument named 's' in pos2vmd_multi.py,but it has one in 3DToVmd.bat,so what argument 's' should be coded?

daisf666 avatar Mar 25 '20 16:03 daisf666

Now,I just delete '-s xxxx' in the bat file,but when I want build vmd file,there is something wrong,so how to create vmd file?

daisf666 avatar Mar 25 '20 17:03 daisf666

Thank you,I think I should read the instruction carefully first,though I face problem still,I'm more clear.

daisf666 avatar Mar 25 '20 17:03 daisf666

hello sir....did u fix the problem?

Crackpack avatar Jul 11 '20 22:07 Crackpack

I have solved the issue...the issue is caused becoz the OpenMMD\3d-pose-baseline-vmd\OpenPoseTo3D.bat is not successfully completed. To verify that go to the newly created folder and check if frame3d has any files. If there are no files then, it was not successfully completed. If you get following error while running OpenPoseTo3d.bat,

'It is not currently possible to manually set the aspect ' NotImplementedError: It is not currently possible to manually set the aspect on 3D axes"

then go to "OpenMMD\3d-pose-baseline-vmd\src\viz.py" file and delete code below from line 55 and 110 and save it: ax.set_aspect('equal')

Everystep should work successfully now.

For reference config details: Os: windows 10 GPU: GTX 1050TI Anaconda version: 3 Python: 3.6 Tensorflow gpu version: 1.6 (not working for tensorflow below this) pip install tensorflow-gpu==1.6 CUDA: 9 cudnn: v7.0.5 (Dec 5, 2017), for CUDA 9.0

Directly download files from google drive and everything should work fine.

Crackpack avatar Jul 12 '20 14:07 Crackpack