Skip to content

Commit

Permalink
[DOC] add tnn demo
Browse files Browse the repository at this point in the history
  • Loading branch information
devandong committed Apr 21, 2021
1 parent 7602185 commit 256393a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,17 @@ python backend/main.py
* onnxruntime c# demo: 完全以C#编写的onnxruntime demo;
* onnxruntime vb.net demo: 完全以VB编写的onnxruntime demo;

#### 第三方Demo
* [TNN 中文字符ocr](https://github.com/Tencent/TNN/#effect-example): 根据本项目,基于TNN实现的轻量级中文字符ocr demo,支持iOS和Android系统,凭借TNN优化的CPU(ARMv7、ARMv8)和GPU(OpenCL、Metal)后端加速模型计算。

### Android识别展示
![avatar](test_imgs/android/detect_IMEI.gif)
![avatar](test_imgs/android/detect_id_card.gif)
![avatar](test_imgs/android/detect_plate.gif)

### .NetDemo识别展示
![avatar](test_imgs/dotnet/OcrLiteOnnxCs.PNG)

### 第三方Demo识别展示
![avatar](test_imgs/third_party/tnn_detect_camera.gif)
*[TNN中文字符识别Demo](https://github.com/Tencent/TNN/#effect-example)*
Binary file added test_imgs/third_party/tnn_detect_camera.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 256393a

Please sign in to comment.