Vijay Vignesh
Vijay Vignesh
Is it still not supported on M1?
Hey @deependujha, @tchaton, @bhimrazy Is this still available to take up?
Is there a reason why you suggested modifying the index.json? The solution I had in my mind is: 1. Optimize the dataset normally. 2. Add is_multisample boolean as a class...
@Borda I can work on this patch if it's still open. Can you assign me this to me?
@tchaton @deependujha @bhimrazy Can you verify the approach once? I can then make changes to the README.
I was able to reproduce this. I can raise a PR to fix this.
Hi, I can take up this feature, if it's not being worked on already.
Hi @Borda I can try looking into it.
Hi @robertreaney Please let me know if you're still planning to work on this. If not, I can pick it up.
Hi @pyscorcher I just confirmed the bug. It basically happens in `line 351` in `/torchmetrics/functional/segmentation/utils.py`. The correct calculation should be `z[i1 * w + j1] = mindis` instead of `z[i1...