-
Notifications
You must be signed in to change notification settings - Fork 160
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
docker image for Evaluation #4
Comments
Great thanks to you! This can be helpful for others who meet the same problem. I will update the README file to include this great solution. |
root@833c2b940c92:/home/Pose-Transfer-master/Pose-Transfer# CUDA_VISIBLE_DEVICES=0 python tool/getMetrics_market.py When I evaluate, this error occurred. What should I do? |
I encounter the same error. Have you found a solution yet? |
At first, I have also encountered AttributeError: module 'cmd' has no attribute 'Cmd' error. I solved this problem by,
You can check this answer if you want to. |
Install |
I have tried&failed 3000 times to do
evaluation
.Finally I came to a conclusion: docker, docker, we need docker!
Share my solution below:
The text was updated successfully, but these errors were encountered: