phillipi / pix2pix

Image-to-image translation with conditional adversarial nets

Home Page:https://phillipi.github.io/pix2pix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluation on the cityscapes ( label-> photo) task on the Cityscapes validation set

lkiani opened this issue · comments

Which images should I use in the evaluation code?
I compared the generated images with Ground truth images and generated images with labels but got an error and the result of all the parameters was zero.
Generated images should be converted to label?
Solving this problem is very important to me.
thank you
57882413-e101bd00-7838-11e9-8ffe-b0ef87f6e346
57882367-c4658500-7838-11e9-9e31-695852fd153d

Are you able to reproduce the numbers using the ground-truth yet? And please follow the instructions in the README: https://github.com/phillipi/pix2pix#evaluating-labels2photos-on-cityscapes.

I have used https://people.eecs.berkeley.edu/~tinghuiz/projects/pix2pix/results/thermal2rgb.tar data. The code is based on the description of the link you are saying and is as follows:
FCN.zip

What do you think of the reason for the error?
thank you

Why are you using thermal2rgb data? This should be evaluation for label2photo on Cityscapes dataset.