Skip to content

Commit

Permalink
feat(tensorrt_yolo): update Readme about model conversion (tier4#1749)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
HaoruXue authored and boyali committed Sep 28, 2022
1 parent 3989aa1 commit 7599685
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 7599685

Please sign in to comment.