DayBreak-u / Thundernet_Pytorch

Implementation Thundernet
276 stars 70 forks source link

How to train the SNet from scratch? #16

Open Guzaiwang opened 4 years ago

Guzaiwang commented 4 years ago

Hi, could you provide me the training SNet code from scratch? I think a good SNet backbone model is very important for further thundernet performance. I want to train the Snet from scratch. Thx.

DayBreak-u commented 4 years ago

Hi, I send train code in imagenet on : https://github.com/ouyanghuiyu/Snet

Guzaiwang commented 4 years ago

Hi, I send train code in imagenet on : https://github.com/ouyanghuiyu/Snet Thanks for sharing! I notice that you have modified the training code and added multi-scale training and some data augmentation. Do you test that these modifications could improve the detection performances on VOC datasets?