改进YOLO系列 | YOLOv5/v7 引入高效的混合特征编码器 AIFI

在这里插入图片描述

论文地址:https://arxiv.org/abs/2304.08069

代码地址:https://github.com/PaddlePaddle/PaddleDetection

中文翻译:https://blog.csdn.net/weixin_43694096/article/details/131353118


注意!这个模块需要 torch>=1.9 才能使用

源代码

import torch
import torch.nn as nn


class TransformerEncoderLayer

你可能感兴趣的:(YOLOv5/v7进阶实战,YOLO,人工智能,计算机视觉,算法,改进,论文)