Skip to content

Commit d230262

Browse files
committed
update README.md
1 parent ce091a3 commit d230262

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Cite it as follows if you use *Lite.AI.ToolKit*. Star 🌟👆🏻 this repo if
4141

4242
## Important Notes !!!
4343

44-
* ⚠️ (20210919) *Lite.AI.ToolKit* was rename from the *Lite.AI* repo!
4544
* 🔥 (20210915) Added [YOLOP](https://github.com/hustvl/YOLOP) Panoptic 🚗 Perception! Use it through [*lite::cv::detection::YOLOP*](#lite.ai.toolkit-object-detection) ! See [demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/examples/lite/cv/test_lite_yolop.cpp).
4645
* 🔥 (20210807) Added [YoloR](https://github.com/WongKinYiu/yolor) ! Use it through [*lite::cv::detection::YoloR*](#lite.ai.toolkit-object-detection) syntax ! See [demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/examples/lite/cv/test_lite_yolor.cpp).
4746
* ✅ (20210731) Added [RetinaFace-CVPR2020](https://github.com/biubug6/Pytorch_Retinaface) for face detection, 1.6Mb only! See [demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/examples/lite/cv/test_lite_retinaface.cpp).
@@ -1282,26 +1281,30 @@ The code of [Lite.AI.ToolKit](#lite.ai.toolkit-Introduction) is released under t
12821281

12831282
<div id="lite.ai.toolkit-References"></div>
12841283

1285-
Many thanks to the following projects. All the Lite.AI.ToolKit's models are sourced from these repos.
1284+
Many thanks to these following projects. All the Lite.AI.ToolKit's models are sourced from these repos.
12861285

12871286
* [YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) (🔥🔥🔥new!!↑)
12881287
* [YOLOP](https://github.com/hustvl/YOLOP) (🔥🔥new!!↑)
12891288
* [YOLOR](https://github.com/WongKinYiu/yolor) (🔥🔥new!!↑)
12901289
* [ScaledYOLOv4](https://github.com/WongKinYiu/ScaledYOLOv4) (🔥🔥🔥↑)
12911290
* [insightface](https://github.com/deepinsight/insightface) (🔥🔥🔥↑)
12921291
* [yolov5](https://github.com/ultralytics/yolov5) (🔥🔥💥↑)
1292+
* [TFace](https://github.com/Tencent/TFace) (🔥🔥↑)
1293+
* [YOLOv4-pytorch](https://github.com/argusswift/YOLOv4-pytorch) (🔥🔥🔥↑)
1294+
* [Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB) (🔥🔥🔥↑)
1295+
1296+
<details>
1297+
<summary> Expand for More References.</summary>
1298+
12931299
* [headpose-fsanet-pytorch](https://github.com/omasaht/headpose-fsanet-pytorch) (🔥↑)
12941300
* [pfld_106_face_landmarks](https://github.com/Hsintao/pfld_106_face_landmarks) (🔥🔥↑)
1295-
* [Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB) (🔥🔥🔥↑)
12961301
* [onnx-models](https://github.com/onnx/models) (🔥🔥🔥↑)
12971302
* [SSR_Net_Pytorch](https://github.com/oukohou/SSR_Net_Pytorch) (🔥↑)
12981303
* [colorization](https://github.com/richzhang/colorization) (🔥🔥🔥↑)
12991304
* [SUB_PIXEL_CNN](https://github.com/niazwazir/SUB_PIXEL_CNN) (🔥↑)
1300-
* [YOLOv4-pytorch](https://github.com/argusswift/YOLOv4-pytorch) (🔥🔥🔥↑)
13011305
* [torchvision](https://github.com/pytorch/vision) (🔥🔥🔥↑)
13021306
* [facenet-pytorch](https://github.com/timesler/facenet-pytorch) (🔥↑)
13031307
* [face.evoLVe.PyTorch](https://github.com/ZhaoJ9014/face.evoLVe.PyTorch) (🔥🔥🔥↑)
1304-
* [TFace](https://github.com/Tencent/TFace) (🔥🔥↑)
13051308
* [center-loss.pytorch](https://github.com/louis-she/center-loss.pytorch) (🔥🔥↑)
13061309
* [sphereface_pytorch](https://github.com/clcarwin/sphereface_pytorch) (🔥🔥↑)
13071310
* [DREAM](https://github.com/penincillin/DREAM) (🔥🔥↑)
@@ -1316,5 +1319,6 @@ Many thanks to the following projects. All the Lite.AI.ToolKit's models are sour
13161319
* [Pytorch_Retinaface](https://github.com/biubug6/Pytorch_Retinaface) (🔥🔥🔥↑)
13171320
* [FaceBoxes](https://github.com/zisianw/FaceBoxes.PyTorch) (🔥🔥↑)
13181321

1322+
</details>
13191323

13201324
[![Forkers repo roster for @DefTruth/lite.ai.toolkit](https://reporoster.com/forks/DefTruth/lite.ai.toolkit)](https://github.com/DefTruth/lite.ai.toolkit/network/members)

0 commit comments

Comments
 (0)