jgkwak95 / SURF-GAN

[ECCV 2022] Official Pytorch implementation of "Injecting 3D Perception of Controllable NeRF-GAN into StyleGAN for Editable Portrait Image Synthesis"
MIT License
126 stars 14 forks source link

How to get the EvalImages? #4

Closed zeta7337 closed 2 years ago

zeta7337 commented 2 years ago

hello, I set the right data path in curriculums.py and run train_surf.py,but i always get the TypeError: init() missing 1 required positional argument: 'dataset_path' when running up to "fid_evaluation.setup_evaluation"

zeta7337 commented 2 years ago

fixed,i think data_path should be delivered to setup_evaluation()