The Wayback Machine - https://web.archive.org/web/20220408100721/https://github.com/topics/mnn
Skip to content
#

mnn

Here are 46 public repositories matching this topic...

TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and performance optimization for mobile devices, and also draws on the advantages of good extensibility and high performance from existed open source efforts. TNN has been deployed in multiple Apps from Tencent, such as Mobile QQ, Weishi, Pitu, etc. Contributions are welcome to work in collaborative with us and make TNN a better framework.

  • Updated Apr 7, 2022
  • C++
DefTruth
DefTruth commented Feb 13, 2022

这个issue主要讲一下,如何把你自己的模型添加到lite.ai.toolkit。lite.ai.toolkit集成了一些比较新的基础模型,比如人脸检测、人脸识别、抠图、人脸属性分析、图像分类、人脸关键点识别、图像着色、目标检测等等,可以直接用到具体的场景中。但是,毕竟lite.ai.toolkit的模型还是有限的,具体的场景下,可能有你经过优化的模型,比如你自己训了一个目标检测器,可能效果更好。那么,如何把你的模型加入到lite.ai.toolkit中呢?这样既能用到lite.ai.toolkit一些已有的算法能力,也能兼容您的具体场景。这个issue主要是讲这个问题。大家有疑惑的可以提在这个issue,我会尽可能回答~

good first issue
R-aryan
R-aryan commented Jun 30, 2020

Could anyone please give any instructions on how to run this application? I am new to android and i am trying to run this on my phone. But i am not able to do so. I am trying to solve all the errors that i am getting while trying to run this but i am struck at a point and getting the following error.

`E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.facesdk, PID: 13680
java.lang

good first issue

Improve this page

Add a description, image, and links to the mnn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mnn topic, visit your repo's landing page and select "manage topics."

Learn more