uint8
or uint16
.segmentMap
that do not actually contain a segmentation mask). Using validation parameters such as create_datapoints(label_validate=True)
on upload is recommended if you believe there is a chance that your segmentMap
contains invalid entries.create_datapoints
SDK method or CLI upload
method.segmentations
: The segmentation files to be applied to the task.
segmentMap
: Map the values present in the segmentation files to their corresponding taxonomy categories.
segmentation.nii.gz
) is not necessarily a binary mask, i.e., it might contain multiple mask entries. Therefore, the mask associated with the “1” entry within segmentation.nii.gz
will map to “category-a”. The mapping between value and category should be consistent across files.segmentation-1.nii.gz
or segmentation-2.nii.gz.
segmentation.nii.gz
that are not in segmentMap
will not be mapped to any taxonomy category in the editor.segmentation-1.nii.gz
are meant to correspond to the taxonomy category category-a
.