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

TypeError on Windows demo_imitator.py #39

Closed gdlf closed 4 years ago

gdlf commented 4 years ago

Hi,

I have tackled all the issues before running the actual demo on Windows and I got this error:

File "base_options.py", line 67, in set_zero_thread_for_Win if 'n_threads_test' in self._opt.class: TypeError: argument of type 'type' is not iterable

Anyone resolved this?

StevenLiuWen commented 4 years ago

@gdlf It's a bug and we have fixed it just right. Please clone the latest codes.