xmengli / H-DenseUNet

TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes
527 stars 161 forks source link

anybody who can tell me about how to calculate the number '27386' #92

Open genhao3 opened 4 years ago

genhao3 commented 4 years ago

in train_2ddense.py, in the code ' steps = 27386 / args.b', How do I get the number 27386

xmengli commented 4 years ago

Hi Since we perform random cropping to generate the input image. This number is the total individual inputs generated by the whole dataset.

genhao3 commented 4 years ago

Hi Since we perform random cropping to generate the input image. This number is the total individual inputs generated by the whole dataset.

Could you explain the calculation process in detail or give examples?Thank you very much!