mmdeploy/tests/test_csrc
Li Zhang bf887cc8bc
[Enhancement] Refactor SDK pipeline (#938)
* unify C API naming

* fix demo and move apis/c/* -> apis/c/mmdeploy/*

* fix lint

* WIP refactor pipeline

* backward compatibility

* working pipeline demo

* add text det-recog demo

* add det-pose demo

* fix build

* fix demo

* add environment interface

* add environment to pass scheduler & model info at runtime

* update demos

* add pipeline API for Python

* fix `FromPyObject`

* fix for opencv-4.2

* environment -> context, improve pipeline

* python model interface

* fix cmake

* fix python & cmake

* context & C++ pipeline API

* minor fix

* improve API

* fix shared libs

* refresh C/Python API

* propagate context

* fix  python demo

* fix

* add namespace

* fix namespace

* fix mis-changed strings

* fix

* fix python api

* rename

* clean-up

* fix pose detector

* clean-up

* clean-up

* clean-up

* fix python API build

* fix CI

* fix lint

* fix lint

* fix lint & demo

* install pipeline.hpp

* fix MSVC shared library build

* fix sample

* fix MSVC monolithic build

* minor fix
2022-09-26 16:11:14 +08:00
..
archive [Enhancement] Adjust `csrc` structure (#594) 2022-06-14 13:46:01 +08:00
capi [Enhancement] Standardize C API (#634) 2022-07-12 14:04:33 +08:00
config Refactor tests (#283) 2021-12-17 19:57:37 +08:00
core [Enhancement] Refactor SDK pipeline (#938) 2022-09-26 16:11:14 +08:00
device [Enhancement] Refactor SDK pipeline (#938) 2022-09-26 16:11:14 +08:00
graph Refactor tests (#283) 2021-12-17 19:57:37 +08:00
model [Enhancement] Refactor SDK pipeline (#938) 2022-09-26 16:11:14 +08:00
net [Enhancement] Refactor SDK pipeline (#938) 2022-09-26 16:11:14 +08:00
preprocess [Enhancement] Refactor SDK pipeline (#938) 2022-09-26 16:11:14 +08:00
CMakeLists.txt [Feature] support build single sdk library (#806) 2022-07-28 14:07:48 +08:00
test_main.cpp Merge sdk (#251) 2021-12-07 10:57:55 +08:00
test_resource.h update the circleci config file by adding workflows both for linux, windows and linux-gpu (#368) 2022-06-29 12:05:56 +08:00