shekkizh / FCN.tensorflow

Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)
MIT License
1.25k stars 527 forks source link

How to calculate the segmentation accuracy of the model? #33

Closed yeshenlin closed 7 years ago

yeshenlin commented 7 years ago

hello,thanks for your code! I have finished training the model, how to calculate the segmentation accuracy of the model?

obendidi commented 7 years ago

Hello , I used this repo for that https://github.com/martinkersner/py_img_seg_eval with input the gt_img and the predicted image

yeshenlin commented 7 years ago

@bendidi Thanks for your help! ^_^