hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
406 stars 153 forks source link

how is the accuracy calculated? #30

Closed xhnie closed 6 years ago

xhnie commented 6 years ago

Hi,

Thanks so much for sharing the code. I just have a question about the accuracy (65.56/67.7) in the readme. Is the accuracy calculated as mIOU? Did you get this number from the model weights provided by the author or from the weights trained by yourself on the cityscapes data?

hellochick commented 6 years ago

Yes, that's accuracy calculated as mIoU. I get this number from the transformed weight which converted from the caffe model provided by the author.