Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
🍅 Deploy ncnn on mobile phones. Support Android and iOS. 移动端ncnn部署,支持Android与iOS。
| Date | Stars |
|---|---|
| 2026-07-24 | 1574 |
| 2026-07-25 | 1574 |
| 2026-07-28 | 1574 |
| 2026-07-30 | 1574 |
| 2026-08-06 | 1575 |
Today
+1 stars today
This week
+1 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.06%/day
[中文说明](./README_CN.md) ## :rocket: If it helps you, click a star! :star: ## ### Ncnn deployment on mobile,support:YOLOv5s,YOLOv4-tiny,MobileNetV2-YOLOv3-nano,Simple-Pose,Yolact,ChineseOCR-lite,ENet,Landmark106,DBFace,MBNv2-FCN and MBNv3-Seg-small on camera. ## iOS: - Xcode 12.4 - macOS 11.2.3 - iPhone 6sp 13.5.1 ## Android: - Android Studio 4.1 - Win10 20H2 - CPU:Qualcomm 710 GPU:Adreno 616 > iOS ```code Select the model to be tested directly on the interface. ``` > Android ``` Select the model to be tested directly on the interface. ``` ### Models | model | android | iOS | from | other | |-------------------|:--------:|:--------:|:--------:|:--------:| | YOLOv5s | yes | yes | [Github](https://github.com/ultralytics/yolov5) | [TNN](https://github.com/cmdbug/TNN_Demo) | | YOLOv4-tiny | yes | yes | [Github](https://github.com/ultralytics/yolov3) | | YOLOv3-nano | yes | yes | [Github](https://github.com/dog-qiuqiu/MobileNet-Yolo) | | YOLOv5s_custom_op | yes | yes | [zhihu](https://zhuanlan.zhihu.com/p/275989233) | | NanoDet | yes | yes | [Github](https://github.com/RangiLyu/nanodet) | [TNN](https://github.com/cmdbug/TNN_Demo) [MNN](https://github.com/cmdbug/MNN_Demo) | | YOLO-Fastest-xl | yes | yes | [Github](https://github.com/dog-qiuqiu/Yolo-Fastest) | | Simple-Pose | yes | yes | [Github](https://github.com/dog-qiuqiu/MobileNet-Yolo) | | Yolact | yes | yes | [Github](https://github.com/dbolya/yolact) [zhihu](https://zhuanlan.zhihu.com/p/128974102) | | ChineseOCR_lite | yes | yes | [Github](https://github.com/ouyanghuiyu/chineseocr_lite) [zhihu](https://zhuanlan.zhihu.com/p/113338890) | | ENet | bug | cancel | [Github](https://github.com/davidtvs/PyTorch-ENet) | | Landmark106 | yes | yes | [Github](https://github.com/dog-qiuqiu/MobileNet-Yolo) | | DBFace | yes | yes | [Github](https://github.com/yuanluw/DBface_ncnn_demo) | | MBNv2-FCN | yes | yes | [Github](https://github.com/open-mmlab/mmsegmentation) | | MBNv3-Seg-small | yes | yes | [Github](https://github.com/Tramac/Lightweight-Segmentation) | | Light_OpenPose | yes | yes | [Github](https://github.com/Daniil-Osokin/lightweight-human-pose-estimation.pytorch) | ### iOS: - Copy .param and .bin from "android_YOLOV5_NCNN\app\src\main\assets" to "iOS_YOLOv5NCNN\YOLOv5NCNN\res" - If it prompts that net.h can't be found, you need to download it from the ncnn official website or compile .framework(20201208) yourself and replace it in the project. If opencv2.framework(4.3.0) is useful, you need to download it again and replace it in the project. - The default library used by iOS does not include vulkan and bitcode. - Normally, you need to re-download ncnn.framework/glslang.framework/openmp.framework/opencv2.framework and replace it with the project. - For the configuration of Vulkan, please refer to the general configuration mentioned in Issues. ### Android: * Due to factors such as mobile phone performance and image size, FPS varies greatly on different mobile phones. This project mainly tests the use of the NCNN framework. For the conversion of specific models, you can go to the NCNN official to view the conversion tutorial. * Because the opencv library is too large, only arm64-v8a/armeabi-v7a is reserved. If you need other versions, go to the official download. * ncnn temporarily uses the vulkan version, and acceleration needs to be turned on before loading, which is not turned on in this project. If you want to use the ncnn version, you need to modify the CMakeLists.txt configuration. * Different AS versions may have various problems with compilation. If the compilation error cannot be solved, it is recommended to use AS4.0 or higher to try. * ncnn has been updated to a new version, which includes ncnn The official import method of cmake. This project is more about practicing the use and deployment of various models, without too much
Excerpt of 8,445 characters
Read on GitHubteng
20
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5305ef47dc689ff6, topic:object-detection, topic:yolo, readme:pose estimation