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
+2-1
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
+
-`16 Apr 2021`. [irvingzhang0512](https://github.com/irvingzhang0512) implement lenet and resnet50 with Python API, [freedenS](https://github.com/freedenS) implement FasterRCNN with five plugins, cheers!
13
14
-`2 Apr 2021`. [mingyu6yang](https://github.com/mingyu6yang) added a python wrapper for retinaface, [makaveli10](https://github.com/makaveli10) added DenseNet-121.
14
15
-`17 Mar 2021`. [wuzuowuyou](https://github.com/wuzuowuyou) added refinedet, which utilized libtorch to do postprocessing.
15
16
-`5 Mar 2021`. [chgit0214](https://github.com/chgit0214) added the LPRNet.
@@ -24,7 +25,6 @@ All the models are implemented in pytorch/mxnet/tensorflown first, and export a
24
25
-`7 Nov 2020`. All models migrated to trt7 API, and clean up the master branch.
25
26
-`29 Oct 2020`. First INT8 quantization implementation! Please check retinaface.
26
27
-`23 Oct 2020`. Add a .wts model zoo for quick evaluation.
0 commit comments