You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-25Lines changed: 42 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,39 +13,48 @@
13
13
</div>
14
14
15
15
## 1.Introduction
16
-
This repo use TensorRT-8.x to deploy well-trained models.
17
-
16
+
This repo use TensorRT-8.x to deploy well-trained models, both image preprocessing and postprocessing are performed with CUDA, which realizes high-speed inference.
+ 2023.05.05 🚀 Support yolov7 and yolov5 instance-segmentation.
24
+
+ 2023.05.10 🚀 Support yolov8 detection and instance-segmentation.
25
+
+ 2023.05.12 🚀 Support cuda preprocess for speed up.
26
+
+ 2023.05.16 🚀 Support cuda box postprocess.
27
+
+ 2023.05.19 🚀 Support cuda mask postprocess and support rtdetr.
28
+
</details>
27
29
28
30
## 3.Support Models
29
-
All speed tests were performed on RTX 3090 with COCO Val set.The time calculated here is the sum of the time of image preprocess, inference and postprocess, since image loading and visualizing are not counted in, the actual spedd will be a little slower.
-[][YOLOv6](https://github.com/meituan/YOLOv6) (to be continued)<br>
40
+
-[][YOLO-NAS](https://github.com/Deci-AI/super-gradients) (to be continued)<br>
41
+
</details>
42
+
43
+
All speed tests were performed on RTX 3090 with COCO Val set.The time calculated here is the sum of the time of image loading, preprocess, inference and postprocess, so it's going to be slower than what's reported in the paper.
+ FPS* means that the time of image loading, image processing and visualization are taken into account when calculating.FPS only counts image processing time(preprocess, inference, postprocess).
0 commit comments