diff --git a/README.md b/README.md index 3d5b32c..f77b627 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Following models are implemented. |[retinaface](./retinaface)| resnet-50, weights from [biubug6/Pytorch_Retinaface](https://github.com/biubug6/Pytorch_Retinaface) | |[arcface](./arcface)| LResNet50E-IR, weights from [deepinsight/insightface](https://github.com/deepinsight/insightface) | |[retinafaceAntiCov](./retinafaceAntiCov)| mobilenet0.25, weights from [deepinsight/insightface](https://github.com/deepinsight/insightface), retinaface anti-COVID-19, detect face and mask attribute | +|[dbnet](./dbnet)| Scene Text Detection, weights from [BaofengZan/DBNet.pytorch](https://github.com/BaofengZan/DBNet.pytorch) | ## Tricky Operations diff --git a/DBNet/CMakeLists.txt b/dbnet/CMakeLists.txt similarity index 100% rename from DBNet/CMakeLists.txt rename to dbnet/CMakeLists.txt diff --git a/DBNet/README.md b/dbnet/README.md similarity index 100% rename from DBNet/README.md rename to dbnet/README.md diff --git a/DBNet/common.hpp b/dbnet/common.hpp similarity index 100% rename from DBNet/common.hpp rename to dbnet/common.hpp diff --git a/DBNet/dbnet.cpp b/dbnet/dbnet.cpp similarity index 100% rename from DBNet/dbnet.cpp rename to dbnet/dbnet.cpp diff --git a/DBNet/logging.h b/dbnet/logging.h similarity index 100% rename from DBNet/logging.h rename to dbnet/logging.h diff --git a/DBNet/utils.h b/dbnet/utils.h similarity index 100% rename from DBNet/utils.h rename to dbnet/utils.h