RunningLeon
c73756366e
bump version to v0.14.0 ( #1943 )
...
* update
* bump version
* Update README.md
* fix conflicts
* fix ci
* fix circleci
* upgrade to ubuntu20.04 for github ci
* update
* install glibc
* try to fix cuda build
* try to fix cuda build
* fix build-cu102 && build_cpu_sdk
* revert to setup-python@v2
* try to fix pplnn
* fix protobuf
---------
Co-authored-by: Xin Chen <irexyc@gmail.com>
2023-04-05 14:28:00 +08:00
Chen Xin
af16b9a451
Update get_started.md(master) ( #1950 )
...
* update generate_build_config to support cxx11abi tag
* test prebuild ci
* update docs/zh_cn/get_started.md
* update docs/en/get_started.md
* fix prebuild ci
* update prebuilt_package_windows.md
* update prebuild ci deps
* try to fix prebuild ci
* fix prebuild ci
* fix prebuild ci
* remove trigger [no ci]
* fix name [no ci]
* fix typos
* fix script
2023-04-04 11:00:53 +08:00
tpoisonooo
1411ed3858
[improvement]: openvino upgrade to 2022.3.0 ( #1944 )
2023-03-31 14:08:07 +08:00
Junhwa Song
f7c484a046
Add support for converting a inpainting model to ONNX and TensorRT ( #1831 )
...
* Add support for inpainting models
* Add configs
* Add comment
* Refactor
* Add test code for inpainting task
* Fix
* Fix
* Update
* Fix
* Fix
* Update docs
* Update
* Fix visualization
* Handle case without Resize
2023-03-29 19:17:24 +08:00
Chen Xin
aae9f32623
[Refactor] Rename mmdeploy_python to mmdeploy_runtime ( #1911 )
...
* [Feature]: Add github prebuild workflow after new release. (#1852 )
* add prebuild dockerfile
* add prebuild test workflw
* update
* update
* rm other workflow for test
* Update docker image
* add win1o prebuild
* add test prebuild
* add windows scripts in prebuilt package
* add linux scripts in prebuilt package
* generate_build_config.py
* fix cudnn search
* fix env
* fix script
* fix rpath
* fix cwd
* fix windows
* fix lint
* windows prebuild ci
* linux prebuild ci
* fix
* update trigger
* Revert "rm other workflow for test"
This reverts commit 0a03872750
.
* update sdk build readme
* update prebuild
* fix dll deps for python >= 3.8 on windows
* fix ci
* test prebuild
* update test script to avoid modify upload folder
* add onnxruntime.dll to mmdeploy_python
* update prebuild workflow
* update prebuild
* Update loader.cpp.in
* remove exists prebuild files
* fix opencv env
* update cmake options for mmdeploy python build
* remove test code
* fix lint
---------
Co-authored-by: RunningLeon <mnsheng@yeah.net>
Co-authored-by: RunningLeon <maningsheng@sensetime.com>
* rename mmdeploy_python -> mmdeploy_runtime
* test master prebuild
* fix trt net build
* Revert "test master prebuild"
This reverts commit aad5258648
.
* add master branch
* fix linux set_env script
* update package_tools docs
* fix gcc 7.3 aligned_alloc
* comment temporarily as text_det_recog can't be built with prebuild package built under manylinux
---------
Co-authored-by: RunningLeon <mnsheng@yeah.net>
Co-authored-by: RunningLeon <maningsheng@sensetime.com>
2023-03-29 19:02:37 +08:00
Chen Xin
c7003bb76a
[Fix] Fix CascadeRoIHead export when reg_class_agnostic=True in box_head ( #1900 )
...
* fix convnext
* fix batch inference
* update docs
* add regression test config
* fix pose_tracker.cpp lint
2023-03-28 20:59:26 +08:00
kumailf
dba46c3496
fix typo in docs/en/07-developer-guide/regression_test.md ( #1907 )
2023-03-23 13:33:53 +08:00
q.yao
02d5a09989
bump version to 0.13.0 ( #1753 )
2023-02-16 14:15:19 +08:00
q.yao
99d6fb3190
fix ascend ( #1667 )
2023-01-31 16:49:41 +08:00
lvhan028
b101a4af65
[Enhancement] remove MMDEPLOY_BUILD_SDK_CXX_API option ( #1688 )
...
* remove MMDEPLOY_BUILD_SDK_CXX_API option
* update
* update
2023-01-31 13:29:59 +08:00
kaizhong
bce276ef24
[Feature]: add a tool to generate supported-backends markdown table ( #1374 )
...
* convert2markdown
* update yaml2mardown code
* code update
* add parse_args
* add parse_args
* add parse_args
* add parse_args
* add website list
* add website list
* add website list
* add website list
* add website list
* add website list
* add website list
* add url in yaml
* add table in convert
* add table in convert
* From yaml export markdown
* From yaml export markdown
* From yaml export markdown
* From yaml export markdown
* From yaml export markdown
* From yaml export markdown
* Rename convert.py to generate_md_table.py
generate_markdownd_table
* docs(project): sync en and zh docs
* docs(project): sync en and zh docs
* docs(project): sync en and zh docs
* docs(project): sync en and zh docs
* docs(project): sync en and zh docs
* docs(project): sync en and zh docs
* docs(project): sync en and zh docs
* Update mmaction.yml
* add backends parser
* add backends parser
* Add type for the codeblock.
* move to useful tools
2023-01-18 16:32:26 +08:00
hanrui1sensetime
d5bd0072a2
fix android build command ( #1620 )
2023-01-10 10:44:49 +08:00
lvhan028
c3986cebe8
bump version to v0.12.0 ( #1594 )
2022-12-30 16:17:37 +08:00
q.yao
fc98472e9c
[Refactor] update tutorial about how to support new backend ( #1574 )
2022-12-29 12:05:31 +08:00
AllentDan
85b7b967ee
[Feature] Support probability output for segmentation ( #1379 )
...
* add do_argmax flag
* sdk support
* update doc
* replace do_argmax with with_argmax
* add todo
2022-12-26 15:48:07 +08:00
q.yao
5285caf30a
[Refactor] Add 'to_backend' in BackendManager ( #1522 )
...
* Refactor to backend
* export_postprocess_mask = False as defailt
* update zh_cn docs
* solve comment
* fix comment
2022-12-21 14:04:16 +08:00
BuxianChen
f9f351ae1f
update FAQ about copying onnxruntime dll to 'mmdeploy/lib' ( #1554 )
2022-12-20 14:39:31 +08:00
Chen Xin
c72f2eaa31
[Docs] Add mmaction2 sphinx-doc link ( #1541 )
...
* add mmaction2 sphinx doc
* consistent with other doc formats
* change title
* fix ci
* add missing coreml sphinx doc
2022-12-15 19:01:34 +08:00
GY
05ed8e16ea
update to ppl.nn v0.9.1 and ppl.cv v0.7.1 ( #1356 )
2022-12-13 14:21:24 +08:00
q.yao
7cb4b9b18a
[Enhancement] Support tvm ( #1216 )
...
* finish framework
* add autotvm and auto-scheduler tuner
* add python deploy api
* add SDK net(WIP
* add sdk support
* support det, support vm
* fix vm sdk
* support two stage detector
* add instance seg support
* add docstring
* update docs and ut
* add quantize
* update doc
* update docs
* synchronize stream
* support dlpack
* remove submodule
* fix stride
* add alignment
* support dlpack
* remove submodule
* replace exclusive_scan
* add backend check
* add build script
* fix comment
* add ci
* fix ci
* ci fix2
* update build script
* update ci
* add pytest
* update sed command
* update sed again
* add xgboost
* remove tvm ut
* update ansor runner
* add stream sync
* fix topk
* sync default stream
* fix tvm net
* fix window
2022-12-12 21:19:40 +08:00
q.yao
1748780c91
[Refactor] ease build wrapper master ( #1475 )
...
* ease build wrapper
* import eanum only when necessary
* update docs
* rename manager
* update for comment
* replace staticmethod with classmethod
* fix torchjit
2022-12-09 17:19:34 +08:00
RunningLeon
55a3c8cf78
Bump version to v0.11.0 ( #1470 )
...
* bump version v0.11.0
* fix
2022-11-30 17:18:13 +08:00
tpoisonooo
f6b35f3b68
fix(CI): ncnn script install ( #1459 )
...
* CI(script): fix ncnn install
* docs(build): update ncnn version to 20221128
* fix(CI): trigger
2022-11-29 20:37:06 +08:00
Chen Xin
2c9861555f
[Enhancement] add mmaction.yml for test ( #1455 )
...
* add mmaction.yml for test
* t# This is a combination of 2 commits.
add missing file
* fix typo
* remove
2022-11-29 18:48:29 +08:00
Chen Xin
73e095a4b8
[Fix] fix mmaction2 docs ( #1410 )
...
* fix typo and add link to README.md
* fix
2022-11-24 16:40:56 +08:00
RunningLeon
de96f51231
Update regresssion test to parse eval result from json ( #1310 )
...
* export metrics results to json
* fix mmedit
* update docs
* fix test failure
* fix
* fix mmocr metrics
* remove srgan config with no set5 test
2022-11-22 20:47:22 +08:00
tpoisonooo
b23411d907
fix(tools/scripts): find env file failed ( #1385 )
...
* fix(tools/scripts): find env file failed
* Update quantize_model.md
2022-11-22 20:26:55 +08:00
AllentDan
4dd4d4851b
Add rv1126 yolov3 support to sdk ( #1280 )
...
* add yolov3 head to SDK
* add yolov5 head to SDK
* fix export-info and lint, add reverse check
* fix lint
* fix export info for yolo heads
* add output_names to partition_config
* fix typo
* config
* normalize config
* fix
* refactor config
* fix lint and doc
* c++ form
* resolve comments
* fix CI
* fix CI
* fix CI
* float strides anchors
* refine pipeline of rknn-int8
* config
* rename func
* refactor
* rknn wrapper dict and fix typo
* rknn wrapper output update, mmcls use end2end type
* fix typo
2022-11-22 20:16:22 +08:00
tpoisonooo
938ef537a7
Improve mmdet3d doc ( #1394 )
...
* docs(mmdet3d): add trt version desc
* docs(mmdet3d): update
2022-11-18 18:34:30 +08:00
Chen Xin
940fffa075
fix some errors ( #1309 )
2022-11-04 22:38:28 +08:00
Chen Xin
d8e6229dc5
Support mmaction master ( #1183 )
...
* cpu format shape
* convert model
* python api
* speedup dataloader
* minor
* add cpp demo
* add visualize
* fix resize param order
* export pipeline.json
* fix three crop
* read SampleFrames from model_cfg
* minor
* lint
* move to a func
* speed up format shape cpu
* use input mat device
* fix comments
* fix comments
* update docs/benchmark
* docs/supported-codebases
* update tests/data
* fix lint
* fix lint
2022-11-04 14:15:36 +08:00
AllentDan
c4d428fd7d
Add model conversion support to rv1126 ( #1203 )
...
* WIP
* fix interpolate
* support yolov3 and retinanet
* support seg
* support ssd
* supports both partition types for retinanet and ssd
* mean std doc
* update doc, add UT
* support FSAF
* rename configs
* update dump info
* update
* python package installation doc
* update doc
* update doc
* doc
2022-11-02 11:04:22 +08:00
lvhan028
4c34ad74a1
bump version to 0.10.0 ( #1259 )
...
* bump version to 0.10.0
* fix circleci workflow error
2022-10-31 19:24:47 +08:00
lansfair
b6f8c1c50d
Add mmseg configs for compatibility with Fast-SCNN model in ncnn backend ( #1094 )
...
* mmdeploy summer camp
* fix lint
* add note
* add note
* add a comment in interpolate.py
Co-authored-by: root <root@LAPTOP-A20M40H8.localdomain>
2022-10-27 10:36:26 +08:00
AllentDan
114b0b8238
remove imports ( #1207 )
...
* remove imports
* update doc
* detailed docstring
* rephrase
2022-10-24 10:45:52 +08:00
LiuYi-Up
27ac0ab002
[Docs] add support for vipnas ( #1164 )
...
* add support for vipnas
* add some unit tests
Signed-off-by: LiuYi-Up <1150854440@qq.com>
* Update quantization.md
* resolve some conflicts in docs
Signed-off-by: LiuYi-Up <1150854440@qq.com>
* fix the mdformat
Signed-off-by: LiuYi-Up <1150854440@qq.com>
* fix the layer_norm.py & test_mmcv_cnn.py
Signed-off-by: LiuYi-Up <1150854440@qq.com>
Signed-off-by: LiuYi-Up <1150854440@qq.com>
2022-10-19 10:24:23 +08:00
AllentDan
3eb60ea584
[Feature] Add RKNN support to SDK ( #1145 )
...
* add rknn_net [WIP]
* add cmake
* enable mmcls
* remove toTensor in SDK pipeline
* update doc
* translate to Chinese
* update doc and add tool-chain cmake
* use ::framework
* fix lint
* doc and print log
* data map
* refine install doc
* add rknpu2 workflow
* update gcc yaml
* better cmake file
* update doc link
* use vector instead of array
* better env variable
* use soft link
* release ctx
* name rule
2022-10-18 17:52:31 +08:00
Jiahao Sun
8e634059a1
[Feat] Support Monocular 3D Detection and FCOS3D Deployment ( #1047 )
...
* add monodet task
* format monodet
* format monodet
* sort test_monocular_detection_model.py import
* add fcos3d deploy
* change doc support model & fcos3d UT
* fix test monodet UT bug & remove ONNXBEVNMS op
2022-10-18 11:23:39 +08:00
OldDreamInWind
161fb01d73
[Feature]add edsr result && super-resolution ncnn-int8 config ( #1111 )
...
* add edsr result && ncnn-int8 config
* fix lint error
* fix lint error
* fix lint error && update benchmark.md
* add EDSRx2 pytorch result
* update edsrx4 result in benchmark
2022-10-18 10:04:56 +08:00
tpoisonooo
ace44ae9d9
improvement(scripts): cross build aarch64 ( #1126 )
...
* udpate
* update
* CI(scripts): add auto cross build aarch64
* docs(scripts): add zh_cn doc
* docs(scripts): update
* docs(scripts): update
* fix(tools): update
* docs(zh_cn): update
* fix(scripts): remove gcc-7
* docs(scripts): update result
* udpate
* fix(tools): remove useless option
* docs(en): typo
* Update cross_build_aarch64.md
* Update cross_build_aarch64.md
* fix(tools/scripts): review advices
* fix(tools/scripts): update
* fix(cmake): remove useless option
* Update aarch64-linux-gnu.cmake
2022-10-17 11:15:29 +08:00
Qingren
fd21b98efa
[Docs] add the support information about MMPose Hourglass ( #1118 )
...
* [Docs] add the support information about MMPose Hourglass
* * add Hourglass support config
* update benchmark doc
* modify Hourglass AP under pytorch backend
* add regression test for Hourglass
* *update 03-benchmark/benchmark.md
* * modify mmpose.yml to ignore ncnn int8 test
* add trt_fp16 test results
* * add openvino test result
* * modify supported_models.md
2022-10-10 16:38:54 +08:00
tpoisonooo
5cdf29339b
feat(tools/scripts): add auto install jetson orin ( #1105 )
...
* feat(tools/scripts): add auto install jetson orin
* docs(script): rename file
* fix(script): if clause error
* style(scripts): typo
2022-10-09 15:53:19 +08:00
达芬奇
895d0749ef
Supplemental a parameter "device" ( #1165 )
...
* Supplemental a parameter "device"
补充一个参数“device”
* 补充一个参数“device”
Supplemental a parameter "device"
2022-10-09 14:26:14 +08:00
Mengyang Liu
b2cb5722f7
Update get_started.md ( #1155 )
2022-10-08 09:16:54 +08:00
lvhan028
917643fcac
bump version to 0.9.0 ( #1115 )
2022-09-29 19:48:52 +08:00
Mengyang Liu
0effa59440
Split demos of C and C++ SDK into two subdirectories ( #1099 )
...
* Split demos of C and C++ SDK into two subdirectories
* Split demos of C and C++ SDK into two subdirectories
* Split demos of C and C++ SDK into two subdirectories
* Split demos of C and C++ SDK into two subdirectories
* Combine add_example
2022-09-27 13:40:04 +08:00
tpoisonooo
c5e4fcffbc
docs(quantization.md): remove ppq commit ( #1095 )
2022-09-27 12:35:24 +08:00
tpoisonooo
107ae8499d
docs(jetsons.md): fix desc ( #1090 )
...
* docs(jetsons.md): fix desc
* docs(jetsons.md): update
2022-09-23 10:14:00 +08:00
BrokenArrow
fbe7586415
Add result of quantization of TextSnake ( #1074 )
...
* Update result of TextSnake
result from https://github.com/BrokenArrow1404/2022-MMLAB-SUMMERCAMP/blob/main/week4/README.md
* Update result of TextSnake
result from https://github.com/BrokenArrow1404/2022-MMLAB-SUMMERCAMP/blob/main/week4/README.md
* Add deploy config for quantization of TextSnake
* repair lint error
2022-09-21 15:28:28 +08:00
whooray
1c5dcb799b
[Fix] fix broken link in docs english version write_config.md ( #1078 )
...
* fix typo error for how to write model config link
* Update write_config.md
zh_cn version does not exist
2022-09-20 17:51:19 +08:00