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

Use CUDA 11 #48

Closed fire closed 3 years ago

fire commented 3 years ago

I have a lot of trouble using the 3000 series gpu because CUDA 11 is required.

Upgrading to CUDA 11 on this repo failed for me.

devilismyfriend commented 3 years ago

Did you ever figure it out?

fire commented 3 years ago

There was no response and I did not.

devilismyfriend commented 3 years ago

Someone actually made a fork of it for cuda 11 https://github.com/ArashHosseini/RigNet_Cuda11

It worked for me (although outside of the examples given I can't get good results from this network)

zhan-xu commented 3 years ago

Hi, I have updated the readme. I tested with cuda11 and seems it works ok. Let me know if you still have problem!