Thundernet_Pytorch
Thundernet_Pytorch copied to clipboard
How to train the SNet from scratch?
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.
Hi, I send train code in imagenet on : https://github.com/ouyanghuiyu/Snet
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?