zylo117 / Yet-Another-EfficientDet-Pytorch

The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
GNU Lesser General Public License v3.0
5.21k stars 1.27k forks source link

anchors #619

Open katyche94 opened 3 years ago

katyche94 commented 3 years ago

firstly I would like to thank you for the work you have done on the efficient model which I greatly appreciate. I have questions for you please 1) How I will calculate the anchors_scales and anchors_ratios adapted to my personalized data 2) How can I choose the batch_size to have good performance (does the batch_size have a relation with with the class resizer?

thank you very much I look forward to your answer

zylo117 commented 3 years ago

checkout this issue https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch/issues/308

katyche94 commented 3 years ago

Thank you for your reply Please tell me how I will use the Early Stopping to get the optimal number of epochs ?

Thank you again @zylo117

zylo117 commented 3 years ago

Is it possible? How can you tell if it is optimal?