yqyao / SSD_Pytorch

support different SSDs and different scale test, support refineDet.
MIT License
148 stars 51 forks source link

训练和测试 #10

Closed hhh151671 closed 5 years ago

hhh151671 commented 5 years ago

你好,请问320的refinedet,需要迭代多少次,每次batch定多少合适?还有测试时,置信度设置的大小 还请多多指教,谢谢 抱拳.jpg

yqyao commented 5 years ago

config 里面应该都有写 @hhh151671 ,320的一般240个epoch,batch一般为32,测试置信度得看不同的任务了。

hhh151671 commented 5 years ago

240 epoch是未加预训练权重的情况?

yqyao commented 5 years ago

所有的都是加了imagenet 预训练的 @hhh151671

hhh151671 commented 5 years ago

好的,谢谢