RigNet icon indicating copy to clipboard operation
RigNet copied to clipboard

Code for SIGGRAPH 2020 paper "RigNet: Neural Rigging for Articulated Characters"

Results 31 RigNet issues
Sort by recently updated
recently updated
newest added

Hi @zhan-xu Thanks for the great work! As discussed in #41, "randomness" mainly comes from random sampling. I tried to manually set a fixed seed before all the operations involving...

Dear zhan-xu, Thanks for your huge work. I am a green programmer to learn about automatic rigging. I am trying to train the network. But I meet an OSError problem....

Hi there, I apologize if the question may be trivial but I have just started this course of study. I'm Rigger and I'm very passionate. I'm trying RigNet for the...

Hi, thanks for sharing this wonderful work. I have build the environment success on my virtual machine, but cannot get pass the problem triggered by binvox. my command is` ./binvox...

Hi. I got the following error when I ran `python quick_start.py` ``` loading all networks... joint prediction network loaded. root prediction network loaded. connection prediction network loaded. skinning prediction network...

Hello, I noticed the data used in this project is pre-processed and the processed version is released together with the original data (in fbx format). Here you also mentioned why...

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...

Dear Zhan-xu, thank you for your huge work. Could you provide some insight on how to generate rigging joints and skinning data the way you have in .txt format? `joints...