Closed yxsysu closed 10 months ago
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
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.
Hello, blogger! Thank you for your work!
I followed your instructions and successfully exported the .pk file, but this file cannot generate animations when used with the 3D models produced by SMPL-X.
Do you know how to solve this issue? Thank you!
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?