DualGAN icon indicating copy to clipboard operation
DualGAN copied to clipboard

Classification accuracy

Open Rabia-Raja opened this issue 5 years ago • 1 comments

how to obtain classification accuracy as mentioned in the paper? per pixel accuracy and class accuracy.

Rabia-Raja avatar Jul 29 '19 21:07 Rabia-Raja

per pixel acc: #Correctly_labeled_pixel/#all_pixel per class acc: #Correctly_labeled_pixel_of_class_A/#all_pixel_of_class_A they are computed by aggregating all pixels of all test imaes, rather than per image.

duxingren14 avatar Mar 19 '20 17:03 duxingren14