mmdeploy/configs/mmcls
lzhangzz bb655af629
Add Python wrapper for SDK (#27)
* add python API for detector

* integrate detection

* add python segmentor

* add segmentation support

* add classifier, text-detector, text-recognizer and restorer

* integrate classifier

* integrate textdet, textrecog and restorer

* simplify

* add inst-seg

* fix inst-seg

* integrate inst-seg

* Moidfy _build_wrapper

* better pipeline substitution

* use registry for backend model creation

* build Python module according to C API targets

* minor fix

* move sdk data pipeline to backend_config

* remove debugging lines

* add docstring for SDKEnd2EndModel

* fix type hint

* fix lint

* fix lint

* insert build/lib to sys.path

Co-authored-by: SingleZombie <singlezombie@163.com>
2022-01-13 11:31:51 +08:00
..
classification_dynamic.py
classification_ncnn_dynamic.py
classification_ncnn_static.py
classification_onnxruntime_dynamic.py
classification_onnxruntime_static.py
classification_openvino_dynamic-224x224.py [Enhancement]: Update configs for OpenVINO (#306) 2021-12-20 17:56:25 +08:00
classification_pplnn_dynamic-224x224.py [Fix] Reanme ppl to pplnn for all cases (#273) 2021-12-14 15:04:39 +08:00
classification_sdk_dynamic.py Add Python wrapper for SDK (#27) 2022-01-13 11:31:51 +08:00
classification_static.py
classification_tensorrt-fp16_dynamic-224x224-224x224.py [fix] align the names of configs (#256) 2021-12-07 21:06:44 +08:00
classification_tensorrt-fp16_static-224x224.py [Fix] Reanme ppl to pplnn for all cases (#273) 2021-12-14 15:04:39 +08:00
classification_tensorrt-int8_dynamic-224x224-224x224.py [fix] align the names of configs (#256) 2021-12-07 21:06:44 +08:00
classification_tensorrt-int8_static-224x224.py [fix] align the names of configs (#256) 2021-12-07 21:06:44 +08:00
classification_tensorrt_dynamic-224x224-224x224.py
classification_tensorrt_static-224x224.py