From 4ab446ae4e6a660db9eda33e93679cfbea3f1b2e Mon Sep 17 00:00:00 2001 From: "Kin-Yiu, Wong" <102582011@cc.ncu.edu.tw> Date: Sat, 26 Nov 2022 23:58:17 +0800 Subject: [PATCH] Update yolov7.yaml --- cfg/yolov7.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/yolov7.yaml b/cfg/yolov7.yaml index 6def0f2..dae5e56 100644 --- a/cfg/yolov7.yaml +++ b/cfg/yolov7.yaml @@ -132,5 +132,5 @@ head: [88, 1, Conv, [512, 3, 1]], [101, 1, Conv, [1024, 3, 1]], - [[102, 103, 104], 1, V6Detect, [nc]], # Detect(P3, P4, P5) + [[102, 103, 104], 1, IV6Detect, [nc]], # Detect(P3, P4, P5) ]