WillSuen / LostGANs

51 stars 36 forks source link

Evaluation on VG dataset #16

Open wb-finalking opened 3 years ago

wb-finalking commented 3 years ago

Hi, I prepare the VG dataset by running "preprocess_vg.py" and use the "netGv2_vg128.pth" for evaluation. But the predicted images are so bad. 9_0 58_4

WillSuen commented 3 years ago

Hi I just re-ran with the netGv2_vg128, and here is some example I get which is good. Attached for your reference. vg_samples.zip

Did you tried coco dataset? Are you having same issue with coco? Which pytorch version are you using? I am using pytorch 1.0 and different version might have some difference with the upsampling operator.

wb-finalking commented 3 years ago

Thank you for your reply. I have tried coco dataset and it's OK. My pytorch version is 1.2.

WillSuen commented 3 years ago

That was weird because there is no big difference between coco and vg. Can you try again with pytorch 1.0? Thanks