WangRongsheng / BestYOLO

🌟Change the world, it will become a better place. | 以科研和竞赛为导向的最好的YOLO实践框架!
GNU General Public License v3.0
221 stars 34 forks source link

我如果backbone替换成efficientNetV2-s后,还能用.yaml文件里面depth和width参数来控制网络模型的大小吗? #4

Closed nortorious closed 1 year ago

nortorious commented 1 year ago

yolov5可以通过修改depth和width参数,从而实现 s m l x四个版本的变化,我想知道的是主干网替换efficientNetV2-s,是否还能这样做?

WangRongsheng commented 1 year ago

可以的。建议全部改为1.0即可。

nortorious commented 1 year ago

但是我如果还是想用yolov5s的话,是不是还是把depth和width参数分别改成0.33和0.50?

WangRongsheng commented 1 year ago