anybody who can tell me about how to calculate the number '27386'
genhao3 opened this issue · 2 comments
genhao3 commented
in train_2ddense.py, in the code ' steps = 27386 / args.b', How do I get the number 27386
xmengli commented
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
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!