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

Added Anaconda environment file #16

Closed t04glovern closed 4 years ago

t04glovern commented 4 years ago

Anaconda Environment file. Can be used by running the following

conda env create -f environment.yml
conda activate impersonator

Includes gcc-6 binary for Ubuntu 18.xx

StevenLiuWen commented 4 years ago

@t04glovern Thanks for your Anaconda envirionment file, we will merge it soon.