@@ -10,6 +10,7 @@ All the models are implemented in pytorch/mxnet/tensorflown first, and export a
1010
1111## News
1212
13+ - ` 17 Mar 2021 ` . [ wuzuowuyou] ( https://github.com/wuzuowuyou ) added refinedet, which utilized libtorch to do postprocessing.
1314- ` 5 Mar 2021 ` . [ chgit0214] ( https://github.com/chgit0214 ) added the LPRNet.
1415- ` 31 Jan 2021 ` . RepVGG added by [ upczww] ( https://github.com/upczww ) .
1516- ` 29 Jan 2021 ` . U-Net added by [ YuzhouPeng] ( https://github.com/YuzhouPeng ) .
@@ -23,8 +24,6 @@ All the models are implemented in pytorch/mxnet/tensorflown first, and export a
2324- ` 29 Oct 2020 ` . First INT8 quantization implementation! Please check retinaface.
2425- ` 23 Oct 2020 ` . Add a .wts model zoo for quick evaluation.
2526- ` 16 Sep 2020 ` . [ hwh-hit] ( https://github.com/hwh-hit ) added ufld(Ultra-Fast-Lane-Detection, ECCV2020).
26- - ` 13 Sep 2020 ` . Add crnn, and got 1000fps on GTX1080.
27- - ` 28 Aug 2020 ` . [ BaofengZan] ( https://github.com/BaofengZan ) added a tutorial for compiling and running tensorrtx on windows.
2827
2928## Tutorials
3029
@@ -82,6 +81,7 @@ Following models are implemented.
8281| [ unet] ( ./unet ) | U-Net, pytorch implementation from [ milesial/Pytorch-UNet] ( https://github.com/milesial/Pytorch-UNet ) |
8382| [ repvgg] ( ./repvgg ) | RepVGG, pytorch implementation from [ DingXiaoH/RepVGG] ( https://github.com/DingXiaoH/RepVGG ) |
8483| [ lprnet] ( ./lprnet ) | LPRNet, pytorch implementation from [ xuexingyu24/License_Plate_Detection_Pytorch] ( https://github.com/xuexingyu24/License_Plate_Detection_Pytorch ) |
84+ | [ refinedet] ( ./refinedet ) | RefineDet, pytorch implementation from [ luuuyi/RefineDet.PyTorch] ( https://github.com/luuuyi/RefineDet.PyTorch ) |
8585
8686## Model Zoo
8787
0 commit comments