Skip to content

Commit

Permalink
feat(tensorrt_yolo): update Readme about model conversion
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
HaoruXue authored and xmfcx committed Sep 20, 2022
1 parent 1cc2a07 commit 44674c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion perception/tensorrt_yolo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ This package includes multiple licenses.

## Onnx model

All YOLO ONNX models are converted from the officially trained model. If you need information about training datasets and conditions, please refer to the official repositories .
All YOLO ONNX models are converted from the officially trained model. If you need information about training datasets and conditions, please refer to the official repositories.

All models are downloaded automatically when building. When launching the node with a model for the first time, the model is automatically converted to TensorRT, although this may take some time.

### YOLOv3

Expand Down

0 comments on commit 44674c1

Please sign in to comment.