-
Notifications
You must be signed in to change notification settings - Fork 69
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
Importing libraries could not be resolved and the 'experiments' directory path not found #52
Comments
Hi! Can you share your demo running command? I think you didn't run |
Hello @hongsukchoi, Yes I was running the same command you have mentioned on VS Code Terminal. |
OK. Did you make a directory |
Yes I did. |
In the terminal of VS code when I tried running the code with the command |
Hmm.. Maybe in Windows, all forward slashes should be changed to a back slash. Pose2Mesh_RELEASE/lib/core/config.py Line 29 in 7f24836
|
Any change I can do in the Config.py to make it work. |
I guess line 22 and 29 |
Hello @hongsukchoi, As I have investigated on few forums I have found that there is no EGL DLL available on windows When I comment the following line from renderer.py Please suggest any change I need to do in code to run the program. |
Hello Team,
I am new to Pose2Mesh library and was trying to set it up using the instructions in README.
I have followed 'installation guidelines' and 'quick demo guidelines' and tried to run 'Demo on single person.
I have windows 10 and NIVIDIA Graphics.
I am using Anaconda environment and using VS Code as an IDE from Anaconda.
I have also copied the 'pkl' files mentioned in the steps. Downloaded the 'pytorch' and 'python' version mentioned, in base conda environment.
Please check the image 'lib_missing' for the missing libraries and the 'missing_issue' for the error/warning I am getting while running the 'Demo on single person'.
It will be very helpful If you can share the user guide to setup and run the 'Demo on single person'.
Thank you in advance.
The text was updated successfully, but these errors were encountered: