My GPU is RTX3070.
After the author updated on April 15, I re-downloaded the code and used the “torch=1.8.1 python setup.py develop”command to download and compile, but there are some errors:
So I decided to download mvcc and neural-renderer separately, and I choose to use pytorch1.8.0+cu111, because I have succeeded before,and I change my CUDA to CUDA11.2. And I download the neural-renderer from https://github.com/iPERDance/neural_renderer, use "python3 setup.py install" , and use "pip install mmcv-full==1.2.7" to install mmcv-full.
!!!The project can not accept mmcv>1.30!!!
My GPU is RTX3070. After the author updated on April 15, I re-downloaded the code and used the “torch=1.8.1 python setup.py develop”command to download and compile, but there are some errors:
So I decided to download mvcc and neural-renderer separately, and I choose to use pytorch1.8.0+cu111, because I have succeeded before,and I change my CUDA to CUDA11.2. And I download the neural-renderer from https://github.com/iPERDance/neural_renderer, use "python3 setup.py install" , and use "pip install mmcv-full==1.2.7" to install mmcv-full. !!!The project can not accept mmcv>1.30!!!