Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daisf666 opened this issue Mar 25, 2020 · 4 comments
Open

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

daisf666 opened this issue Mar 25, 2020 · 4 comments

Comments

@daisf666
Copy link

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
Copy link
Author

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
Copy link
Author

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

@Crackpack
Copy link

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

@Crackpack
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants