qixuxiang / mmdetection_with_SENet154

see details in configs/retinanet_se154_fpn_1x.py
https://blog.csdn.net/xiangxianghehe/article/details/90739165
Apache License 2.0
38 stars 10 forks source link

请问senet154-c7b49a05.pth这个模型是在什么数据集上面预训练的呢? #2

Open zytx121 opened 5 years ago

zytx121 commented 5 years ago

另外,还想知道在coco上面预训练一个模型大概需要多久?我这里可能有6张1080ti不知道能否胜任?

qixuxiang commented 5 years ago

@zytx121 you can execute command wget -c http://data.lip6.fr/cadene/pretrainedmodels/senet154-c7b49a05.pth to get it.

senet154-c7b49a05.pth is trained in imagenet.

6*1080ti may be not competent to the task of training coco with senet-154.