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
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ All the models are implemented in pytorch/mxnet/tensorflown first, and export a
10
10
11
11
## News
12
12
13
+
-`24 Jan 2021`. IBN-Net added by [TCHeish](https://github.com/TCHeish), PSENet optimized, YOLOv5 v4.0 INT8, etc.
13
14
-`8 Jan 2021`. YOLOv5 s/m/l/x updated to v4.0.
14
15
-`27 Dec 2020`. HRNet-Semantic-Segmentation added by [BaofengZan](https://github.com/BaofengZan).
15
16
-`4 Dec 2020`. DBNet dynamic input shape support by [BaofengZan](https://github.com/BaofengZan), YOLOv3 int8, PSENet(tensorflow) text detection by [upczww](https://github.com/upczww).
@@ -18,13 +19,10 @@ All the models are implemented in pytorch/mxnet/tensorflown first, and export a
18
19
-`7 Nov 2020`. All models migrated to trt7 API, and clean up the master branch.
19
20
-`29 Oct 2020`. First INT8 quantization implementation! Please check retinaface.
20
21
-`23 Oct 2020`. Add a .wts model zoo for quick evaluation.
21
-
-`21 Sep 2020`. [BaofengZan](https://github.com/BaofengZan) added hrnet classification and step by step tutorial(Chinese).
-`13 Sep 2020`. Add crnn, and got 1000fps on GTX1080.
24
24
-`28 Aug 2020`. [BaofengZan](https://github.com/BaofengZan) added a tutorial for compiling and running tensorrtx on windows.
25
25
-`16 Aug 2020`. [upczww](https://github.com/upczww) added a python wrapper for yolov5.
26
-
-`14 Aug 2020`. Update yolov5 to v3.0 release.
27
-
-`3 Aug 2020`. [BaofengZan](https://github.com/BaofengZan) implemented yolov5 s/m/l/x (yolov5 v2.0 release).
28
26
-`28 May 2020`. arcface LResNet50E-IR model from [deepinsight/insightface](https://github.com/deepinsight/insightface) implemented. We got 333fps on GTX1080.
29
27
-`22 May 2020`. A new branch [trt4](https://github.com/wang-xinyu/tensorrtx/tree/trt4) created, which is using TensorRT 4 API. Now the master branch is using TensorRT 7 API. But only `yolov4` has been migrated to TensorRT 7 API for now. The rest will be migrated soon. And a tutorial for `migarating from TensorRT 4 to 7` provided.
0 commit comments