Skip to content

Commit dce738d

Browse files
authored
Update README.md (#430)
1 parent c83b489 commit dce738d

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

README.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<img src=https://img.shields.io/github/downloads/DefTruth/lite.ai.toolkit/total?color=ccf&label=downloads&logo=github&logoColor=lightgrey >
1313
</div>
1414

15-
🛠**Lite.Ai.ToolKit**: A lite C++ toolkit of awesome AI models, such as [Object Detection](#lite.ai.toolkit-object-detection), [Face Detection](#lite.ai.toolkit-face-detection), [Face Recognition](#lite.ai.toolkit-face-recognition), [Segmentation](#lite.ai.toolkit-segmentation), [Matting](#lite.ai.toolkit-matting), etc. See [Model Zoo](#lite.ai.toolkit-Model-Zoo) and [ONNX Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.onnx.md), [MNN Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.mnn.md), [TNN Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.tnn.md), [NCNN Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.ncnn.md).
15+
🛠**Lite.Ai.ToolKit**: A lite C++ toolkit that support many awesome AI models, such as [Object Detection](#lite.ai.toolkit-object-detection), [Face Detection](#lite.ai.toolkit-face-detection), [Face Recognition](#lite.ai.toolkit-face-recognition), [Segmentation](#lite.ai.toolkit-segmentation), [Matting](#lite.ai.toolkit-matting), etc. See [Model Zoo](#lite.ai.toolkit-Model-Zoo) and [ONNX Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.onnx.md), [MNN Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.mnn.md), [TNN Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.tnn.md), [NCNN Hub](https://github.com/DefTruth/lite.ai.toolkit/tree/main/docs/hub/lite.ai.toolkit.hub.ncnn.md).
1616

1717
<div align='center'>
1818
<img src='https://github.com/DefTruth/lite.ai.toolkit/assets/31974251/5b28aed1-e207-4256-b3ea-3b52f9e68aed' height="80px" width="80px">
@@ -27,8 +27,18 @@
2727
</div>
2828

2929
## News 👇👇
30-
Most of my time now is focused on **LLM/VLM** Inference. Please check 📖[Awesome-LLM-Inference](https://github.com/DefTruth/Awesome-LLM-Inference) ![](https://img.shields.io/github/stars/DefTruth/Awesome-LLM-Inference.svg?style=social), 📖[Awesome-SD-Inference](https://github.com/DefTruth/Awesome-SD-Inference) ![](https://img.shields.io/github/stars/DefTruth/Awesome-SD-Inference.svg?style=social) and 📖[CUDA-Learn-Notes](https://github.com/DefTruth/CUDA-Learn-Notes) ![](https://img.shields.io/github/stars/DefTruth/CUDA-Learn-Notes.svg?style=social) for more details.
30+
Most of my time now is focused on **LLM/VLM** Inference. Please check 📖[Awesome-LLM-Inference](https://github.com/DefTruth/Awesome-LLM-Inference) ![](https://img.shields.io/github/stars/DefTruth/Awesome-LLM-Inference.svg?style=social), 📖[Awesome-SD-Inference](https://github.com/DefTruth/Awesome-SD-Inference) ![](https://img.shields.io/github/stars/DefTruth/Awesome-SD-Inference.svg?style=social) and 📖[CUDA-Learn-Notes](https://github.com/DefTruth/CUDA-Learn-Notes) ![](https://img.shields.io/github/stars/DefTruth/CUDA-Learn-Notes.svg?style=social) for more details. Now, [lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit) ![](https://img.shields.io/github/stars/DefTruth/lite.ai.toolkit.svg?style=social) is mainly maintained by 🎉[@wangzijian1010](https://github.com/wangzijian1010).
3131

32+
## Citations 🎉🎉
33+
```BibTeX
34+
@misc{lite.ai.toolkit@2021,
35+
title={lite.ai.toolkit: A lite C++ toolkit of awesome AI models.},
36+
url={https://github.com/DefTruth/lite.ai.toolkit},
37+
note={Open-source software available at https://github.com/DefTruth/lite.ai.toolkit},
38+
author={DefTruth, wangzijian1010 etc},
39+
year={2021}
40+
}
41+
```
3242

3343
<!--
3444
<div align='center'>
@@ -217,8 +227,7 @@ generate_bboxes num: 48
217227

218228
<div id="lite.ai.toolkit-Supported-Models-Matrix"></div>
219229

220-
<!--
221-
230+
<!--
222231
<details>
223232
<summary> 🔑️ Supported Models Matrix!Click here! </summary>
224233
-->
@@ -334,8 +343,7 @@ generate_bboxes num: 48
334343
| [FaceParsingBiSeNet](https://github.com/zllrunning/face-parsing.PyTorch) | 50M | *segmentation* | [demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/examples/lite/cv/test_lite_face_parsing_bisenet.cpp) |||||| ✔️ | ✔️ ||
335344
| [FaceParsingBiSeNetDyn](https://github.com/zllrunning/face-parsing.PyTorch) | 50M | *segmentation* | [demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/examples/lite/cv/test_lite_face_parsing_bisenet_dyn.cpp) || / | / | / | / | ✔️ | ✔️ ||
336345

337-
<!--
338-
346+
<!--
339347
</details>
340348
-->
341349

@@ -413,10 +421,8 @@ The pretrained and converted ONNX files provide by lite.ai.toolkit are listed as
413421

414422
<div id="lite.ai.toolkit-Examples-for-Lite.AI.ToolKit"></div>
415423

416-
<!---
417424
<details>
418425
<summary> 🔑️ More Examples!Click here! </summary>
419-
--->
420426

421427
## 🔑️ More Examples.
422428

@@ -1094,19 +1100,21 @@ More classes for face parsing (hair, eyes, nose, mouth, others)
10941100
auto *segment = new lite::cv::segmentation::FaceParsingBiSeNet(onnx_path); // 50Mb
10951101
auto *segment = new lite::cv::segmentation::FaceParsingBiSeNetDyn(onnx_path); // Dynamic Shape Inference.
10961102
```
1097-
1098-
<!---
10991103
</details>
1100-
--->
11011104

1102-
## Citations 🎉🎉
1103-
```BibTeX
1104-
@misc{lite.ai.toolkit@2021,
1105-
title={lite.ai.toolkit: A lite C++ toolkit of awesome AI models.},
1106-
url={https://github.com/DefTruth/lite.ai.toolkit},
1107-
note={Open-source software available at https://github.com/DefTruth/lite.ai.toolkit},
1108-
author={DefTruth, wangzijian1010 etc},
1109-
year={2021}
1110-
}
1111-
```
1105+
## ©️License
1106+
GNU General Public License v3.0
1107+
1108+
## 🎉Contribute
1109+
Please consider ⭐ this repo if you like it, as it is the simplest way to support me.
1110+
1111+
<div align='center'>
1112+
<a href="https://star-history.com/#DefTruth/lite.ai.toolkit&Date">
1113+
<picture align='center'>
1114+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=DefTruth/lite.ai.toolkit&type=Date&theme=dark" />
1115+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=DefTruth/lite.ai.toolkit&type=Date" />
1116+
<img width=450 height=300 alt="Star History Chart" src="https://api.star-history.com/svg?repos=DefTruth/lite.ai.toolkit&type=Date" />
1117+
</picture>
1118+
</a>
1119+
</div>
11121120

0 commit comments

Comments
 (0)