From 8a8c0d285e3e9ebef67ce5696c475bd63ac766a8 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 29 Sep 2023 12:30:46 +0300 Subject: [PATCH] fix: update location to `samples/dnn/download_models.py` --- samples/dnn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dnn/README.md b/samples/dnn/README.md index b31da10b22..9724dbce86 100644 --- a/samples/dnn/README.md +++ b/samples/dnn/README.md @@ -78,7 +78,7 @@ AR @[ IoU=0.50:0.95 | area= large | maxDets=100 ] | 0.528 | 0.528 | ``` ## References -* [Models downloading script](https://github.com/opencv/opencv/samples/dnn/download_models.py) +* [Models downloading script](https://github.com/opencv/opencv/blob/4.x/samples/dnn/download_models.py) * [Configuration files adopted for OpenCV](https://github.com/opencv/opencv_extra/tree/4.x/testdata/dnn) * [How to import models from TensorFlow Object Detection API](https://github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API) * [Names of classes from different datasets](https://github.com/opencv/opencv/tree/4.x/samples/data/dnn)