neheller / kits23

The official repository of the 2023 Kidney Tumor Segmentation Challenge (KiTS23)
MIT License
81 stars 20 forks source link

metrics, ranking and segmentations as uint8 #1

Closed FabianIsensee closed 1 year ago

FabianIsensee commented 1 year ago

metrics, ranking and segmentations as uint8

Description

Added metrics and ranking with minor modifications/simplifications from kits21. Modifications include own implementation of Dice, removal of sampling (not needed for 23) and code restructuring.

Made segmentations uint8 because there is no need for int32 with 4 labels (waste of RAM)

Added documentation (located in kits23.evaluation) for how to run evaluation and ranking

Checklist

neheller commented 1 year ago

@FabianIsensee are you sure about the version number thing? It doesn't seem to work for me.

image

FabianIsensee commented 1 year ago

@FabianIsensee are you sure about the version number thing? It doesn't seem to work for me.

image

I yield, you are correct!