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

I downloaded trained models and it didn't work when i tried to unzip files ![1](https://github.com/zhan-xu/RigNet/assets/117984911/faa1384c-55b2-4fd3-8fec-5013b00e2e74) ![2](https://github.com/zhan-xu/RigNet/assets/117984911/266b5c17-7cc4-460f-9997-18e0fa7625f1)

Hi Zhan Xu, I made some small updates the utility functions to get this running with current versions of Python, PyTorch, Numpy, etc. ![image](https://github.com/zhan-xu/RigNet/assets/144167/d50295ab-6e42-4e54-ad07-7aef9cedb0da)

You have normalize_obj in your quick_start.py, but the data is not normalized during training

i got this error when im running quick_start.py. ![Screenshot from 2024-02-01 14-32-54](https://github.com/zhan-xu/RigNet/assets/158452855/5ec059c6-5019-4692-9cbd-c5db94bcae9b) -> Im using ubuntu OS free -h total used free shared buff/cache available Mem: 62Gi 3.9Gi 37Gi 151Mi...

Thank you very much for your work. Your paper can be said to be a groundbreaking contribution. I have tried some models using your project, and most of the results...

Hello, I managed to make it work with some custom models the skeleton predictions give me really good results, but when I create the .fbx with maya_save_fbx.py, I get this...

Hello. When auto rigging my obj file with rignet, the following error occurred. I checked that the example obj files were successfully auto rigged In `quick_start.py`. How can I solve...

Hi, I want to know about can I test my custom SMPL model on your repo ? My SMPL model is not in T pose. ![image](https://github.com/zhan-xu/RigNet/assets/134680400/6131a1ad-0009-4f5c-b964-2944a39f4224)

Hi, I was wondering if it would be possible to share the code you have used to compute all the evaluation metrics mentioned in the paper? I'm trying to reproduce...

![image](https://user-images.githubusercontent.com/22899034/229287749-16e4fd9e-8520-4b64-ba84-a38860864985.png) How can I get the dataset? Thanks!