issues
search
wudashuo
/
yolov5
YOLOv5 汉化版,保持官方同步更新
GNU General Public License v3.0
445
stars
100
forks
source link
融合BN层
#11
Open
muboyu1
opened
3 years ago
muboyu1
commented
3 years ago
❔Question请问融合BN层的功能怎么使用呢?在哪里添加?
Additional context
wudashuo
commented
3 years ago
没有这个功能,你可以自己写。 在
common.py
里添加代码,在你的模型结构yaml里调用即可。
❔Question请问融合BN层的功能怎么使用呢?在哪里添加?
Additional context