zhan-xu / RigNet

Code for SIGGRAPH 2020 paper "RigNet: Neural Rigging for Articulated Characters"
GNU General Public License v3.0
1.36k stars 189 forks source link

The process killed in quick_start.py #32

Closed Xianjin111 closed 3 years ago

Xianjin111 commented 3 years ago

Hi,

Thanks for your perfect work. I have problems in quick_start.py. When I run the quick_strat.py in Linux, it will be always killed like this:

loading all networks... joint prediction network loaded. root prediction network loaded. connection prediction network loaded. skinning prediction network loaded. creating data for model ID 1347 gathering topological edges. calculating surface geodesic matrix. Killed

Has anyone encountered the same problem and how to solve it. Thx

zhan-xu commented 3 years ago

This seems due to RAM memory limitation. If your memory is not enough (below 16G), you may need to downsample more progressively during volumetric geodesic distance calculation. See line 229-236 in quick_start.py.