GAN_Metrics-Tensorflow icon indicating copy to clipboard operation
GAN_Metrics-Tensorflow copied to clipboard

Question about test images

Open FantasyJXF opened this issue 5 years ago • 5 comments

├── real_source 
    ├── aaa.png
    ├── bbb.jpg
├── real_target 
    ├── ccc.png
    ├── ddd.jpg
├── fake 
    ├── ccc_fake.png
    ├── ddd_fake.jpg
├── main.py
├── inception_score.py
└── frechet_kernel_Inception_distance.py

As you say, when we use the metrics, the test images should has the above format. If I want to test the performance of selfie to anime model, the real source is any selfie image, the fake is my generated image, how could I select proper real target images? Since you the xxx_fake.jpg is paired with real target?

FantasyJXF avatar Sep 03 '19 09:09 FantasyJXF

Did the GAN metrics are statistics value with a lot samples, and can't evaluate on an single image?

FantasyJXF avatar Sep 03 '19 10:09 FantasyJXF

the same question.

erquren avatar Sep 06 '19 06:09 erquren

The reference listed should be helpful.

fcs203 avatar Sep 10 '19 08:09 fcs203

Have you solved the problem

a706606221 avatar Nov 25 '20 13:11 a706606221

Same problem 🤦‍♂️🤦‍♂️

amirzenoozi avatar Feb 17 '21 03:02 amirzenoozi