Project-MONAI/tutorials

If I want to use my own data, do I only need to generate coordinates without resampling?

yexiao11 opened this issue · 1 comments

For the detection task about LUNA16, you said : "We follow the official 10-fold data splitting from the LUNA16 challenge and generate data-split JSON files using the script from [nnDetection]. In these files, the values of "box" are the ground truth boxes in world coordinates." Are these coordinates resampled to the same pixel spacing? If I want to use my own data, do I only need to generate coordinates without resampling?

Hi @yexiao11, yes, and if you want to resample you may need to update the transform chain. Thanks!