Working on an image segmenetation problem, I've tackled the following scenario repeated on different images:
High Recall and Accuracy (around 99%) Low IoU (around 60%)
How is that possible?
Recall is basically the rate of recognizing the specified class (let's consider a single class problem) and Accuracy is the rate of missing the specified class (well, the opposite).
IoU basically takes both measures into account, how come this IoU rate is that low compared to the above?
Thank you.