NVlabs / few-shot-vid2vid

Pytorch implementation for few-shot photorealistic video-to-video translation.
Other
1.8k stars 275 forks source link

Missing initialization in data/fewshot_pose_dataset.py #59

Closed GIMPS closed 4 years ago

GIMPS commented 4 years ago

The latest commit on data preprocessing leads to UnboundLocalError during inference. ref_ppl_indices and ppl_indices should be initialized to None at data/fewshot_pose_dataset.py#L90. @tcwang0509 please kindly have a look.

tcwang0509 commented 4 years ago

Thanks for pointing this out! It is fixed now.