xmengli/H-DenseUNet

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

genhao3 opened this issue · 2 comments

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

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

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!