lizhe00 / AvatarCap

Code of [ECCV 2022] "AvatarCap: Animatable Avatar Conditioned Monocular Human Volumetric Capture"
http://www.liuyebin.com/avatarcap/avatarcap.html
179 stars 22 forks source link

Run out of system memory #24

Closed miseon119 closed 1 year ago

miseon119 commented 1 year ago

Hi I have an issue after running python main.py -c ./configs/example.yaml -m test, after running this script after 15mins system memory suddenly growing. and killed by OS any suggestion? image

lizhe00 commented 1 year ago

It seems to be the problem of trimesh. Please try to install trimesh by pip install trimesh[all].

miseon119 commented 1 year ago

It seems to be the problem of trimesh. Please try to install trimesh by pip install trimesh[all].

Thank you for your comment. I reinstalled all of my library and I got this.

image

After running this script, there is a window popup and dissapear.

What did I miss?

lizhe00 commented 1 year ago

It is a rendering window, do not mind.