From c2b13fdbdf1a803ca0b8462cd0d75bef34caaf38 Mon Sep 17 00:00:00 2001 From: yeahme49 <58564160+yeahme49@users.noreply.github.com> Date: Sun, 19 Feb 2023 07:41:55 -0600 Subject: [PATCH] Add new models to docs (#5533) Yolov7-640, Yolov7-320, Yolov7x-640 and Yolov7x-320 models got added to the download_yolo.sh script that gets used as part of generating tensorrt models so they can now be generated --- docs/docs/configuration/detectors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/detectors.md b/docs/docs/configuration/detectors.md index 3a6954dc8..b7f442c31 100644 --- a/docs/docs/configuration/detectors.md +++ b/docs/docs/configuration/detectors.md @@ -231,6 +231,10 @@ yolov4x-mish-320 yolov4x-mish-640 yolov7-tiny-288 yolov7-tiny-416 +yolov7-640 +yolov7-320 +yolov7x-640 +yolov7x-320 ``` ### Configuration Parameters