CycleGAN icon indicating copy to clipboard operation
CycleGAN copied to clipboard

how to evaluate on cityscapes photo to label task?

Open wxh001qq opened this issue 6 years ago • 3 comments

i have read your paper ,and can not figure out how to evaluted photo to label task on cityscapes dataset.what's your input into the FCN network?

wxh001qq avatar Dec 22 '17 02:12 wxh001qq

You don't need the FCN network to evaluate photos to labels. The label is produced by the trained generator. See here and here for more details.

junyanz avatar Jan 14 '18 21:01 junyanz

The input to the FCN network is the label map. (not the RGB images). See here and here for more details.

May I ask you to share your complete code for testing semantic segmentation? Thanks a lot!!!

ZhangCZhen avatar Jun 26 '20 06:06 ZhangCZhen

We didn't have a complete script for CycleGAN project. We just modified the evaluate.py. You can replace the predicted labels with the generator's output. We included some functions in some recent projects such as this one.

junyanz avatar Jun 26 '20 16:06 junyanz