From 4e0727721424d77d32196692bea5f57eea107feb Mon Sep 17 00:00:00 2001 From: Nate Meyer Date: Thu, 5 Jan 2023 20:28:29 -0500 Subject: [PATCH] Reword to make TensorRT model singular --- docs/docs/configuration/detectors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/detectors.md b/docs/docs/configuration/detectors.md index 5364f8e7b..9fa6d73f2 100644 --- a/docs/docs/configuration/detectors.md +++ b/docs/docs/configuration/detectors.md @@ -171,9 +171,9 @@ There are improved capabilities in newer GPU architectures that TensorRT can ben ### Generate Models -The models used for TensorRT must be preprocessed on the same hardware platform that they will run on. This means that each user must run additional setup to generate these model files for the TensorRT library. A script is provided that will build several common models. +The model used for TensorRT must be preprocessed on the same hardware platform that they will run on. This means that each user must run additional setup to generate a model file for the TensorRT library. A script is provided that will build several common models. -To generate the model files, create a new folder to save the models, download the script, and launch a docker container that will run the script. +To generate model files, create a new folder to save the models, download the script, and launch a docker container that will run the script. ```bash mkdir trt-models