Remove branch from URL to tensorrt_models.sh

This commit is contained in:
Nate Meyer 2023-01-05 01:24:52 -05:00
parent 0a3295aa5c
commit 804909c927

View File

@ -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
```