Update README.md, deploy model with tensorrt#623
Update README.md, deploy model with tensorrt#623glenn-jocher merged 2 commits intoultralytics:masterfrom
Conversation
|
Great, thanks! I've updated the wiki and the export tutorial also at https://docs.ultralytics.com/yolov5/tutorials/model_export |
|
@glenn-jocher You are welcome. Actually we were not using ONNX, we define the yolov5-s/m/l/x network directly with TensorRT API. We convert the .pt weight file to .wts(plain text), and then load .wts into tensorrt and build tensorrt model. this is my repo intro
|
|
@wang-xinyu oh wow ok! Did not know that, I will correct the export tutorial. |
* Update README.md, deploy model with tensorrt * Update README.md Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update README.md, deploy model with tensorrt * Update README.md Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Added TensorRT Deployment reference to the README.
📊 Key Changes
🎯 Purpose & Impact