摘要:
YOLO里面输入的图像会先进入Focus模块,该模块主要是实现没有信息丢失的下采样。 很形象的一张图: class Focus(nn.Module): """Focus width and height information into channel space.""" def __init__( 阅读全文
摘要:
转载自:https://blog.csdn.net/weixin_46142822/article/details/124086230 论文:YOLOX: Exceeding YOLO Series in 2021 论文链接:https://arxiv.org/pdf/2107.08430.pdf 阅读全文