Tencent / TNN

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOS中,使用TNNExamples的OCR运行报错。

nameIsYong opened this issue · comments

1. 环境(environment)

  • Iphone8 (16.3.1) XCode版本 14.2

**3. 操作流程
下载TNN整个文件,并将宏 HAS_OPENCV 设置为1 以此使用OCR模块。
下载model(下载地址 https://www.aliyundrive.com/s/MSmarP3zqrb ),用下载后替换TNN-master/model/下的文件
导入opencv2(3.4.5)

**4. 运行
code:0x400 msg:loadTextBoxDetector failed: pls make sure the pose detect model is downloaded

#1517 (comment) 这个model不是最新的?

同问