-
Notifications
You must be signed in to change notification settings - Fork 107
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
blender issue in Quick Start #111
Comments
Please refer to Blender Render to enable the headless rendering, or set up the blender on a machine with a display. |
Hola @yxsysu ! Sorry for my ignorance, but how can you extract the estimated SMPL-X pose sequences from input video with HybrIK-X into a file? How can you generate the SMPL-X pose sequences obtained from HybrIK-X, getting <file_name>_motion.npz ? I managed to run HybrIK-X on a video with the command: python scripts/demo_video_x.py --video-name examples/dance.mp4 --out-dir res_dance --save-pk --save-img But this only generates a video from SMPL-X about the person in the video, and a folder with the image sequence of the original video, but does not generate any *.npz file. Thanks in advance for your help! 😄 |
OK, I've figures out what to do... 1) Use the correct repository
2) Update the blender addon:
I hope this will be useful to other people. |
Sorry, I haven't used this project in a long time and can't provide assistance. |
Hi, thanks for your great work. I am surprised by the experimental results.
I follow the Quick Start but I encounter a error.
In the last step of blender, the program broke down with error ``unable to open a display''.
The problem is in line 112 of blender_dance.py:
bpy.ops.render.render(use_viewport=True, write_still=True)
I use blender2.82 in linux (only terminal without remote desktop), and install many packages (openGL and so forth). I confirm that I used `blender -b xxxxx`, but the error still exists.
It is my first time to run a 3D project. I do not know how to fix this and get the video results. Could you give me some hints?
The text was updated successfully, but these errors were encountered: