fudan-generative-vision / champ

Champ: Controllable and Consistent Human Image Animation with 3D Parametric Guidance
https://fudan-generative-vision.github.io/champ/
MIT License
4.29k stars 533 forks source link

when i test my video, i have error #121

Closed zhanghongyong123456 closed 3 months ago

zhanghongyong123456 commented 4 months ago

when i run Render SMPL via Blender blender scripts/data_processors/smpl/blend/smpl_rendering.blend --background --python scripts/data_processors/smpl/render_condition_maps.py --driving_path transferd_result/smpl_results --reference_path reference_imgs/images/your_ref_img_A.png

i have this error: File "G:\blender-3.6.0-windows-x64\3.6\scripts\modules\bpy__init__.py", line 20, in from _bpy import ( from _bpy import ( ModuleNotFoundError: No module named '_bpy' ModuleNotFoundError: No module named '_bpy'

image image

pearbender commented 4 months ago

I had this error. I have a fix for it.

pearbender commented 4 months ago

See this PR: https://github.com/fudan-generative-vision/champ/pull/118

zhanghongyong123456 commented 4 months ago

See this PR: #118 It's OK,Thanks