iPERDance / iPERCore

Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
https://iperdance.github.io/work/impersonator-plus-plus.html
Apache License 2.0
2.42k stars 316 forks source link

Related environmental issues(RTX3070) #105

Closed LeoLee321 closed 3 years ago

LeoLee321 commented 3 years ago

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: image image

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!!! image image