mmdeploy/tools
Li Zhang 792c27b054
[Feature] Ascend backend (#747)
* add acl backend

* support dynamic batch size and dynamic image size

* add preliminary ascend backend

* support dtypes other than float

* support dynamic_dims in SDK

* fix dynamic batch size

* better error handling

* remove debug info

* [WIP] dynamic shape support

* fix static shape

* fix dynamic batch size

* add retinanet support

* fix dynamic image size

* fix dynamic image size

* fix dynamic dims

* fix dynamic dims

* simplify config files

* fix yolox support

* fix negative index

* support faster rcnn

* add seg config

* update benchmark

* fix onnx2ascend dynamic shape

* update docstring and benchmark

* add unit test, update documents

* fix wrapper

* fix ut

* fix for vit

* error handling

* context handling & multi-device support

* build with stub libraries

* add ci

* fix lint

* fix lint

* update doc ref

* fix typo

* down with `target_link_directories`

* setup python

* makedir

* fix ci

* fix ci

* remove verbose logs

* fix UBs

* export Error

* fix lint

* update checkenv

Co-authored-by: grimoire <yaoqian@sensetime.com>
2022-09-05 12:08:36 +08:00
..
package_tools remove Release dir in mmdeploy package (#960) 2022-08-31 15:48:42 +08:00
scripts CI(tools/scripts): add submodule init and update (#977) 2022-09-02 10:28:11 +08:00
check_env.py [Feature] Ascend backend (#747) 2022-09-05 12:08:36 +08:00
deploy.py [Feature] Ascend backend (#747) 2022-09-05 12:08:36 +08:00
extract.py
onnx2dlc.py feat(tools/deploy.py): support snpe (#789) 2022-08-01 11:08:55 +08:00
onnx2ncnn.py Rename onnx2ncnn to mmdeploy_onnx2ncnn (#694) 2022-07-08 09:21:32 +08:00
onnx2ncnn_quant_table.py
onnx2pplnn.py pass img_metas while exporting to onnx (#681) 2022-06-30 17:33:24 +08:00
onnx2tensorrt.py pass img_metas while exporting to onnx (#681) 2022-06-30 17:33:24 +08:00
profiler.py support multi-batch test in profile tool (#868) 2022-08-17 15:01:06 +08:00
quant_image_dataset.py
regression_test.py fix regression test (#958) 2022-09-02 11:28:12 +08:00
test.py [Feature] Ascend backend (#747) 2022-09-05 12:08:36 +08:00
torch2onnx.py Add partition doc and sample code (#599) 2022-06-28 19:46:58 +08:00