motokimura / kits19_3d_segmentation

PyTorch implementation of 3D U-Net for kidney and tumor segmentation from KiTS19 CT scans.
MIT License
14 stars 2 forks source link

If the sliding window is used for validation and inference? #1

Open GOZGOXGOYGO opened 3 years ago

GOZGOXGOYGO commented 3 years ago

Hi,

May I ask if the sliding window is used for validation and inference? Because we need to do randomly crop for the input volume data. Thank you.

motokimura commented 3 years ago

For the validation, I just cropped center region of the 3D volume. Inference to the test set is not yet implemented.