mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
Reword to make TensorRT model singular
This commit is contained in:
parent
804909c927
commit
4e07277214
@ -171,9 +171,9 @@ There are improved capabilities in newer GPU architectures that TensorRT can ben
|
|||||||
|
|
||||||
### Generate Models
|
### 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
|
```bash
|
||||||
mkdir trt-models
|
mkdir trt-models
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user