From 804909c927cf56dd65e5793df08ac71c79ceca23 Mon Sep 17 00:00:00 2001 From: Nate Meyer Date: Thu, 5 Jan 2023 01:24:52 -0500 Subject: [PATCH] Remove branch from URL to tensorrt_models.sh --- docs/docs/configuration/detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/detectors.md b/docs/docs/configuration/detectors.md index e97cf5586..5364f8e7b 100644 --- a/docs/docs/configuration/detectors.md +++ b/docs/docs/configuration/detectors.md @@ -177,7 +177,7 @@ To generate the model files, create a new folder to save the models, download th ```bash mkdir trt-models -wget https://raw.githubusercontent.com/blakeblackshear/frigate/nvidia-detector/docker/tensorrt_models.sh +wget https://raw.githubusercontent.com/blakeblackshear/frigate/docker/tensorrt_models.sh chmod +x tensorrt_models.sh docker run --gpus=all --rm -it -v `pwd`/trt-models:/tensorrt_models -v `pwd`/tensorrt_models.sh:/tensorrt_models.sh nvcr.io/nvidia/tensorrt:22.07-py3 /tensorrt_models.sh ```