puppet_pals@alien.topBtoMachine Learning@academy.garden•[R] Correct way to calculate IOU, recall and precision for the image segmentation taskEnglish
1·
1 year agoWrote https://arxiv.org/abs/2207.12120 but never published. I think the “metric definition” is a pretty nice explanation of how it works. Process is the same between bounding boxes & segmentation maps aside from the IoU computation.
Looks good. You probably want something like:
tf.cond(categ==0, dense0(inputs), dense1(inputs))