dewenzeng / positional_cl

code for paper Positional Contrastive Learning for Volumetric Medical Image Segmentation
54 stars 10 forks source link

question on fine-tuning #7

Closed yxzhang98 closed 1 year ago

yxzhang98 commented 2 years ago

Hi, I'm trying to run train_supervised.py using acdc dataset. The patchsize used in the pre-training stage is (352,352), as showed in the run_script.sh, the patchsize used in the fine-tuning stage is (512,512) (for chd dataset). I'm wondering what patchsize is selected for acdc dataset, thank you!

dewenzeng commented 2 years ago

@yxzhang98 For acdc dataset, the patch size is (352, 352).