svip-lab / impersonator

PyTorch implementation of our ICCV 2019 paper: Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis
https://svip-lab.github.io/project/impersonator
Other
1.73k stars 318 forks source link

RuntimeError: Error compiling objects for extension #89

Open OrangeLyx opened 1 year ago

OrangeLyx commented 1 year ago

When I tried to run 'python setup.py install', it throwed out the error below. I wonder whether the version of pytorch and cuda is not suitable for this model.

ERROR: File "...\torch\utils\cpp_extension.py", line 1824, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension

OS:win10 pytorch:1.12.1 cuda:11.6