From b209690b93fa3d8faa03ab40aacea33faac0bc4b Mon Sep 17 00:00:00 2001 From: tripleMu Date: Thu, 5 Jan 2023 21:50:36 +0800 Subject: [PATCH] Update README.md Add urls for ONNX model download --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4901a51..9f2e7d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # YOLOv8-TensorRT YOLOv8 using TensorRT accelerate ! + +# Preprocessed ONNX model +[**YOLOv8-n**](https://triplemu.oss-cn-beijing.aliyuncs.com/YOLOv8/ONNX/yolov8n_nms.onnx?OSSAccessKeyId=LTAI5tN1dgmZD4PF8AJUXp3J&Expires=1772926549&Signature=xs8tFNWWZBaeHEwADlws4EYjov4%3D) +[**YOLOv8-s**](https://triplemu.oss-cn-beijing.aliyuncs.com/YOLOv8/ONNX/yolov8s_nms.onnx?OSSAccessKeyId=LTAI5tN1dgmZD4PF8AJUXp3J&Expires=1772926525&Signature=zfgKigShUuwcH%2BKhzrPs4Jmw%2FnE%3D) +[**YOLOv8-m**](https://triplemu.oss-cn-beijing.aliyuncs.com/YOLOv8/ONNX/yolov8m_nms.onnx?OSSAccessKeyId=LTAI5tN1dgmZD4PF8AJUXp3J&Expires=1673926579&Signature=fe2LNWLzeWH3eS1UdqE9g49Anbs%3D) +[**YOLOv8-l**](https://triplemu.oss-cn-beijing.aliyuncs.com/YOLOv8/ONNX/yolov8l_nms.onnx?OSSAccessKeyId=LTAI5tN1dgmZD4PF8AJUXp3J&Expires=1772926598&Signature=eD7Se4K6BZ9IgpaBx1tCNGkKEgk%3D) +[**YOLOv8-x**](https://triplemu.oss-cn-beijing.aliyuncs.com/YOLOv8/ONNX/yolov8x_nms.onnx?OSSAccessKeyId=LTAI5tN1dgmZD4PF8AJUXp3J&Expires=1772926618&Signature=xafM4XR7cikSbTlPyzrN%2FfxdiKM%3D)