LABEL IN DATASET.JSON WHEN I USE SPIDER DATASET
this problem occurs when I do labeling in dataset.json file. The label of the data is as follows:
100 is canal
1 -> 7 is Veterbra
201 -> 207 is disk
please help me
For example, if the label value is 100 as you mentioned, it should be directly converted to 8, rather than explained in the dataset.json. The same applies to 201-207; the values should be converted to 9-15. You can refer to the code for label conversion here: https://github.com/MIC-DKFZ/nnUNet/tree/master/nnunetv2/dataset_conversion.
Hi, @lamtaynha1234, sorry for the late reply. I can only reiterate what @gaojh135 has already mentioned above. The actual labels in your labels files should be 0-15 as indicated in your dataset.json and not values like "206", "207".