open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.22k stars 133 forks source link

No module named 'mmhuman3d.core.renderer.mpr_renderer.cuda.rasterizer' #300

Open vpromise opened 1 year ago

vpromise commented 1 year ago

when I run python demo/webcam_demo.py It outputs Please reinstall MMHuman3D to build mpr_renderer. Traceback (most recent call last): File "demo/webcam_demo.py", line 14, in <module> from mmhuman3d.core.renderer.mpr_renderer.smpl_realrender import \ File "/home/v/Work/mmhuman3d/mmhuman3d/core/renderer/mpr_renderer/smpl_realrender.py", line 6, in <module> from mmhuman3d.core.renderer.mpr_renderer.rasterizer import \ File "/home/v/Work/mmhuman3d/mmhuman3d/core/renderer/mpr_renderer/rasterizer.py", line 4, in <module> from mmhuman3d.core.renderer.mpr_renderer.cuda.rasterizer import \ ModuleNotFoundError: No module named 'mmhuman3d.core.renderer.mpr_renderer.cuda.rasterizer' but reinstall MMHuman3D not works

ttxskk commented 1 year ago

Hi @vpromise, please check if you have successfully installed the mpr_renderer.

notthatjen commented 1 year ago

I'm having the same, issue. Is it possible to reinstall just this part?

pengfeiz-flwls commented 3 months ago

Same issue. Have you figured out how to solve it? I tried search mpr_renderer but nothing found