Update README.md, deploy model with tensorrt (#623)
Browse files* Update README.md, deploy model with tensorrt
* Update README.md
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
README.md
CHANGED
@@ -52,6 +52,7 @@ $ pip install -U -r requirements.txt
|
|
52 |
* [Model Ensembling](https://github.com/ultralytics/yolov5/issues/318)
|
53 |
* [Model Pruning/Sparsity](https://github.com/ultralytics/yolov5/issues/304)
|
54 |
* [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607)
|
|
|
55 |
|
56 |
|
57 |
## Environments
|
|
|
52 |
* [Model Ensembling](https://github.com/ultralytics/yolov5/issues/318)
|
53 |
* [Model Pruning/Sparsity](https://github.com/ultralytics/yolov5/issues/304)
|
54 |
* [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607)
|
55 |
+
* [TensorRT Deployment](https://github.com/wang-xinyu/tensorrtx)
|
56 |
|
57 |
|
58 |
## Environments
|