neheller / kits23

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

Kits23 #16

Open ahmetdemirtas1 opened 2 months ago

ahmetdemirtas1 commented 2 months ago

In order to classify Kits 23 and Tumor subtype, can tumor classification be made using only segmntation.nii.gz files based on the "tumor_histologic_subtype": "xxxx", key and value from the json file? Which files can I use? Or if I want to classify tumors in the kits 21 data set, which file or files should I get?

neheller commented 2 months ago

You are correct that the labels are in the json file, but I would probably want to use the imaging.nii.gz files instead of (or in conjunction with) segmentation.nii.gz as the model input. These imaging files are retrieved after you run follow the "Data Download" instructions on the readme.