mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* 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>
21 lines
682 B
INI
21 lines
682 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[yapf]
|
|
based_on_style = pep8
|
|
blank_line_before_nested_class_or_def = true
|
|
split_before_expression_after_opening_paren = true
|
|
|
|
[isort]
|
|
line_length = 79
|
|
multi_line_output = 0
|
|
extra_standard_library = setuptools
|
|
known_first_party = mmdeploy
|
|
known_third_party = h5py,m2r,mmcls,mmcv,mmdeploy_python,mmdet,mmedit,mmocr,mmseg,ncnn,numpy,onnx,onnxruntime,packaging,pyppeteer,pyppl,pytest,pytorch_sphinx_theme,recommonmark,setuptools,sphinx,tensorrt,torch,torchvision
|
|
no_lines_before = STDLIB,LOCALFOLDER
|
|
default_section = THIRDPARTY
|
|
skip = service/snpe/client/inference_pb2.py,service/snpe/client/inference_pb2_grpc.py
|
|
|
|
[codespell]
|
|
ignore-words=.codespell_ignore.txt
|