Skip to content

Commit d9bdd7e

Browse files
authored
Update README.md
1 parent 891202d commit d9bdd7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All the models are implemented in pytorch/mxnet/tensorflown first, and export a
1010

1111
## News
1212

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!
1314
- `2 Apr 2021`. [mingyu6yang](https://github.com/mingyu6yang) added a python wrapper for retinaface, [makaveli10](https://github.com/makaveli10) added DenseNet-121.
1415
- `17 Mar 2021`. [wuzuowuyou](https://github.com/wuzuowuyou) added refinedet, which utilized libtorch to do postprocessing.
1516
- `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
2425
- `7 Nov 2020`. All models migrated to trt7 API, and clean up the master branch.
2526
- `29 Oct 2020`. First INT8 quantization implementation! Please check retinaface.
2627
- `23 Oct 2020`. Add a .wts model zoo for quick evaluation.
27-
- `16 Sep 2020`. [hwh-hit](https://github.com/hwh-hit) added ufld(Ultra-Fast-Lane-Detection, ECCV2020).
2828

2929
## Tutorials
3030

@@ -84,6 +84,7 @@ Following models are implemented.
8484
|[lprnet](./lprnet)| LPRNet, pytorch implementation from [xuexingyu24/License_Plate_Detection_Pytorch](https://github.com/xuexingyu24/License_Plate_Detection_Pytorch) |
8585
|[refinedet](./refinedet)| RefineDet, pytorch implementation from [luuuyi/RefineDet.PyTorch](https://github.com/luuuyi/RefineDet.PyTorch) |
8686
|[densenet](./densenet)| DenseNet-121, from torchvision.models |
87+
|[rcnn](./rcnn)| FasterRCNN, model from [detectron2](https://github.com/facebookresearch/detectron2) |
8788

8889
## Model Zoo
8990

0 commit comments

Comments
 (0)