About data in docker ¶
By: joker1270776768 on July 28, 2023, 4:14 a.m.
Hi. Can I use pre-processed data in docker? Like a bed removal operation on the data. Or does it have to be raw data?
By: joker1270776768 on July 28, 2023, 4:14 a.m.
Hi. Can I use pre-processed data in docker? Like a bed removal operation on the data. Or does it have to be raw data?
By: xiangdeluo on July 28, 2023, 4:55 a.m.
Hi, Sure, you can read the raw data first, and then apply your designed pre-processing method to deal with the raw data. But the output shape of your method must equal the shape of the raw data. BTW, all images in the validation set have been cropped based on the body masks (not publicly available) to reduce the memory cost (the grand challenge platform just provides the maximum GPU memory of 15G ). Best, Xiangde Luo.
By: joker1270776768 on July 28, 2023, 7:48 a.m.
Thanks for your reply. You mean, in the final testing phase (unpublished data) there is no information about beds? The validation datasets retain the bed information in the currently given data.
By: xiangdeluo on July 28, 2023, 12:02 p.m.
Hi, No, all images in the validation and testing sets have been cropped based on the body masks (not publicly available) to reduce the memory cost (the grand challenge platform just provides the maximum GPU memory of 15G ), before the crop process, the shape of each patient in slice level should be 1024 x 1024 or 512 x512. Best, Xiangde Luo.