文章目录 摘要 YoloV7官方代码测试结果 YoloV7架构图 对模块做封装 ELAN和ELAN-H MPConv模块 参数配置和配置文件 修改超参数 测试结果 代码链接 摘要 YoloV7虽然和YoloV5、YoloV8一脉相承,但是其配置文件及其复杂,对修改造成一定的难度。 yolov7.yaml配置文件如下: # parameters nc: 80 # number of classes depth_multiple: 1.0 # model depth multiple width_multiple: 1.0 # layer channel multiple # anchors anchors: - <