YuliangXiu / ICON

[CVPR'22] ICON: Implicit Clothed humans Obtained from Normals
https://icon.is.tue.mpg.de
Other
1.6k stars 218 forks source link

python -m scripts.render_batch -debug -headless, rendering for the datset.md got stuck #223

Closed msverma101 closed 1 year ago

msverma101 commented 1 year ago

python -m scripts.render_batch -debug -headless Start Rendering thuman2 with 36 views, 512x512 size. Output dir: ./debug/thuman2_36views Rendering types: ['light', 'normal', 'depth'] 0%| | 0/2 [00:00<?, ?it/s]

the code gets stuck here how can i fix it can anyone help

yjker commented 1 year ago

I also encountered the same problem, and I saw the answer to the issue#62 solve it. "Pyembree is required for computing ray intersection inside trimesh (https://trimsh.org/), please uninstall and reinstall pyembree and trimesh, and then it should work well."

YuliangXiu commented 1 year ago

Thanks the response from @yjker, please check #62