Skip to content

TalkUHulk/aidb_qt_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aidb-qt-demo

AiDB Qt demo.

Quick Start

  • Compile AiDB library(custom backend)
git clone https://github.com/TalkUHulk/ai.deploy.box.git
cd ai.deploy.box
mkdir build && cd build
cmake -DENGINE_ORT=ON -DENGINE_MNN=ON -DENGINE_NCNN=ON  -DENGINE_TNN=OFF -DENGINE_OPV=OFF -DENGINE_PPLite=OFF -DENGINE_NCNN_WASM=OFF -DBUILD_SAMPLE=OFF ../
make -j8

generate libAiDB.so in ai.deploy.box/build/source/

  • Clone this rep
git clone https://github.com/TalkUHulk/aidb_qt_demo.git
cd ai.deploy.box
mkdir build && cd build
cmake .. && make -j2

folder structure

aidb_qt_demo/
├── main.cpp
├── themes
├── resource
├── src
├── 3rdparty
├── aidb
    ├── include
    ├── lib
├── config
    ├── mnn_config.yaml
    ├── ncnn_config.yaml
    .
    .
    .
    └── onnx_config.yaml
├── models
    ├── onnx
    ├── ncnn
    ├── mnn
    ├── tnn
    ├── paddle
    └── openvino   
.
.
.
└── extra
    ├── ppocr_keys_v1.txt
    .
    .
    └── imagenet-1k-id.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published