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

AttributeError: module 'neural_renderer' has no attribute 'rasterize_face_index_map_and_weight_map' #60

Closed fanchunpeng closed 3 years ago

fanchunpeng commented 3 years ago

AttributeError: module 'neural_renderer' has no attribute 'rasterize_face_index_map_and_weight_map'???

StevenLiuWen commented 3 years ago

Hi, @fanchunpeng , we have modified some implementation of the original version of neural_renderer. You might need to install ours' implementation, https://github.com/svip-lab/impersonator/tree/master/thirdparty/neural_renderer.