LappenX
LappenX t1_jbap16k wrote
Reply to comment by florinandrei in [D] The MMSegmentation library from OpenMMLab appears to return the wrong results when computing basic image segmentation metrics such as the Jaccard index (IoU - intersection-over-union). It appears to compute recall (sensitivity) instead of IoU, which artificially inflates the performance metrics. by florinandrei
That is exactly what should be happening. In the Cityscapes dataset for example you can always see part of the vehicle in the bottom of the image, and these pixels are set to ignore to be excluded from training loss and test metrics.
LappenX t1_jcln1pc wrote
Reply to [N] Jumpy 1.0 has now been released by the Farama Foundation by jkterry1
You don't want to use jax without jit.