phillipi / pix2pix

Image-to-image translation with conditional adversarial nets
https://phillipi.github.io/pix2pix/
Other
10.17k stars 1.71k forks source link

the code for evaluation in Photo2label of datasets-cityscapes might be wrong? #214

Open adamas-v opened 3 years ago

adamas-v commented 3 years ago

hi i notice that your code convert the color-photo into 14-class label but the output of net has 34 class ,i think this might convert some pixel to the wrong id (for example (0,0,0) into id correspond to (0,0,70)? )

adamas-v commented 3 years ago

i mean color (0,0,0) should be assigned to (0,0,0) and exclude at later evaluation