zhan-xu / RigNet

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

Stuck in predicting connectivity when running quick_start.py #46

Open Learningm opened 3 years ago

Learningm commented 3 years ago

Hi, when I run quick_start.py, it seems stucking in predicting connectivity step. I tried several models but I failed to pass thourgh this step, shown as following pictures. Could you please figure out what's the matter? Thank you very much.

Screenshot from 2021-04-23 16-29-41

zhan-xu commented 3 years ago

Hi could you check how many joints you predicted? This sometimes happens when the code predicts too many joints, which perhaps because mesh is not normalized or the bandwidth and threshold are not proper.

viqsoul commented 3 months ago

I had the same problem 20240328-185314 wen i tested:model_id, bandwidth, threshold = "17872", 0.045, 0.75e-5