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.72k stars 317 forks source link

Always Segment Fault #29

Open forevergogi opened 4 years ago

forevergogi commented 4 years ago

Hi, I have followed the installation instructions.The environment details are as the following:Ubuntu 16.04, torch 1.2.0, torchvision 0.40, python 3.6, cuda 10.0. But after installing the neural_render part, I ran the demo file and got the segment fault error. I tried install the neural_renderer part by using the command 'neural_renderer_pytorch', and ran the demo file again, it indicated that some methods are missing. It seems that you have realized some other methods which are not included in the original neural_renderer. Could do me a favor?