lvhan028
|
6ed62ca9f5
|
cherry-pick #1419, #1349, #1407 and #1368 and resolve build issue
cherry-pick several PRs about updating SDK from master to dev-1.x
|
2022-12-06 02:36:15 -08:00 |
q.yao
|
9449178cf0
|
suppress mmengine scope warning (#1450)
|
2022-12-06 14:07:10 +08:00 |
HinGwenWoong
|
a964790468
|
[Improve] Improve dockerfile pip source (#1484)
* [Improve] Improve dockerfile conda and pip source
* Update Dockerfile
* import cpu dockerfile
|
2022-12-06 14:00:13 +08:00 |
lvhan028
|
b2c16d3723
|
fix build error after cherry-pick
|
2022-12-05 13:50:25 +08:00 |
Li Zhang
|
49d8825efc
|
[Fix] Fix det_pose demo (#1419)
* fix det_pose demo
* remove useless input
(cherry picked from commit 385f5b6102 )
|
2022-12-05 11:49:04 +08:00 |
Li Zhang
|
da96684128
|
[Enhancement] Avoid copying dense arrays in Python API (#1349)
* eliminate copying for segmentor
* fix segmentor
* eliminate copying in Python API
* minor fix
(cherry picked from commit 4d4c10a2dc )
|
2022-12-05 11:48:55 +08:00 |
Li Zhang
|
a1ca93ea1c
|
[Fix] Support onnxruntime-1.13 (#1407)
* support onnxruntime-1.13
* fix lint
(cherry picked from commit b5b0dcfcff )
|
2022-12-05 11:48:41 +08:00 |
Li Zhang
|
070036f964
|
[Refactor] better SDK registry (#1368)
* refactor SDK registry
* fix lint
* fix typo
* sync
* use nested namespace
* rename
(cherry picked from commit 99040d5655 )
|
2022-12-05 11:44:44 +08:00 |
RunningLeon
|
ab421f82d2
|
bump version to v1.0.0rc0 (#1469)
* bump version to v1.0.0rc0
* fix typo
* resolve comment
* unchange cmakelists
|
2022-11-30 19:10:37 +08:00 |
AllentDan
|
e52d7c42ca
|
init (#1467)
|
2022-11-30 14:04:35 +08:00 |
tpoisonooo
|
e6b0b8c00a
|
fix(tools/scripts): missing `expanduser` (#1435)
* fix(tools/scripts): find env file failed (#1385)
* fix(tools/scripts): find env file failed
* Update quantize_model.md
* CI(ncnn): update ncnn version
|
2022-11-29 18:51:29 +08:00 |
hanrui1sensetime
|
2f2ddb3572
|
[Fix] fix ncnn torch 1.12 dev-1.x (#1431)
* fix ncnn torch 1.12 dev-1.x
* remove debug line
* fix typo
* add docstring
|
2022-11-28 10:38:53 +08:00 |
q.yao
|
f61b6008e3
|
Fix pad with logical_or (#1429)
|
2022-11-25 15:34:51 +08:00 |
q.yao
|
1f98e2b6a1
|
fix yolov3 trt8.2 1.x (#1425)
* fix yolov3 trt8.2
* remove score threshold
|
2022-11-25 15:05:04 +08:00 |
AllentDan
|
3cb4a3fc6a
|
init (#1423)
|
2022-11-25 11:55:24 +08:00 |
RunningLeon
|
71344b27a8
|
update reg test (#1417)
* give model path if stead of 'x' when conversion failed
* set --models with default value ['all']
* fix mmseg yml
|
2022-11-24 14:04:51 +08:00 |
Chen Xin
|
3f644aeb21
|
fix typo and add link to README.md (#1411)
|
2022-11-24 12:00:17 +08:00 |
q.yao
|
cb37b092bd
|
update symbolic rewriter 1.x (#1404)
* update symbolic rewriter 1.x
* typo fix
|
2022-11-23 10:18:25 +08:00 |
Sanbu
|
f6ea5d3315
|
1119 (#1398)
|
2022-11-22 20:38:25 +08:00 |
RunningLeon
|
b2141c53bc
|
Fix typo in reg test
|
2022-11-18 19:42:37 +08:00 |
hanrui1sensetime
|
2b2fe26b26
|
fix pad_param when scale_factor > 1 (#1395)
|
2022-11-18 19:40:39 +08:00 |
RunningLeon
|
a10b9e964b
|
Fix some bugs on dev1.x (#1390)
* fix onnx export unused param
* add cfgoptions in reg test
|
2022-11-18 18:35:00 +08:00 |
Chen Xin
|
a59b17259d
|
fix sdk export pipeline.json (#1391)
|
2022-11-18 16:46:58 +08:00 |
hanrui1sensetime
|
115ca470dd
|
fix mobileone regtest (#1393)
|
2022-11-18 16:43:56 +08:00 |
AllentDan
|
81eafa5fb3
|
[Fix] fix regression test for mmocr(#1372)
* fix
* refine
|
2022-11-18 11:37:26 +08:00 |
hanrui1sensetime
|
6ea983dca5
|
[Fix] Fix test for lattency (#1375)
* fix mmedit regression test
* using args.batch_size
|
2022-11-18 10:20:22 +08:00 |
lvhan028
|
0e2eff16ee
|
Merge pull request #1296 from triple-Mu/triplemu/dockerfile
[Dockerfile] Update dockerfiles
|
2022-11-15 00:59:01 -08:00 |
SsTtOoNnEe
|
680a3fb239
|
Support MobileOne on ONNXRuntime and TensorRT (#1268)
* Support MobileOne
* Updated supported model readme (Add MobileOne)
* Update supported_models.md
* Updated supported model readme (Add MobileOne)
* Update mmcls.yml
* Support MobileOne
* Remove other files
* Resolve lint error
* Remove converted model files
* Remove json files
* Update mmcls.yml
* Update mmcls.yml
* Update benchmark doc
Co-authored-by: SenseTime Research Singapore <SENSETIME\research.sgres@sg0016000001u.domain.sensetime.com>
|
2022-11-14 17:46:42 +08:00 |
hanrui1sensetime
|
83756b97c6
|
[Feature] Support centernet dev1.x (#1219)
* support centernet head
* add centernet head ut
* add centernet
* add centernet
* add support models
* fix mdformat
* fix reg test
* fix scale
* fix test.py show_dir kwargs
* fix for profile in T4
* fix dynamic shape
* fix lint
* move rescale and border to outside
* fix ut
* fix lint
* update ort torchscript benchmark
* fix centernet
* fix ut
* remove unused file
* support centernet sdk
* remove unused rewriter
* fix lint
* fix flake8
* remove unused line
* fix lint
* fix lint
* fix doc links
* fix mdformat
* fix scale_factor as default
* apart random pad and pad
* fix sdk
* fix centernet docs
* fix code style of cpp
|
2022-11-14 16:53:05 +08:00 |
hanrui1sensetime
|
3b6e1ba34d
|
[Docs] Sync mmcls mmedit docstring 2.0 (#1347)
* update docs
* fix title
* update docstring of mmcls and mmedit
* fix mdformat
* fix lint
* fix docstring
* fix lint
|
2022-11-14 16:52:34 +08:00 |
lvhan028
|
1995efd04b
|
Merge pull request #1362 from lvhan028/dev-1.x
cherry-pick from master to dev-1.x
|
2022-11-13 22:53:56 -08:00 |
tpoisonooo
|
85728bd255
|
Add mmdet3d doc (#1354)
* doc(docs): mmdet3d usage
* style(mmdet3d): update docstring
* fix(mmdet3d): review advices
* docs(mmdet3d): mim install dependencies
* docs(mmdet3d): remove useless
|
2022-11-14 11:48:12 +08:00 |
q.yao
|
8b5a6dd7eb
|
[Fix] fix test ops (#1352)
* fix test ops
* fix name
|
2022-11-14 11:19:57 +08:00 |
lvhan028
|
97cc88923c
|
build opencv for aarch64 with videoio enabled (#1343)
* build opencv for aarch64 with videoio enabled
* update doc
* update
* update
* update
(cherry picked from commit b0a350d49e )
|
2022-11-11 19:48:39 +08:00 |
Mingcong Han
|
1f40ac3875
|
[FIX] set stream argument when using async memcpy (#1314)
(cherry picked from commit ff7b8fb176 )
|
2022-11-11 19:48:35 +08:00 |
q.yao
|
ed2d7680f7
|
[DOCS] update 1.x docs for mmdet (#1341)
* update 1.x docs for mmdet
* remove #usage
* 1.x
|
2022-11-11 10:28:13 +08:00 |
AllentDan
|
3eb53ad891
|
fix suffix (#1345)
|
2022-11-10 16:15:17 +08:00 |
Li Zhang
|
09332b5d56
|
[Enhancement] Avoid copying dense arrays in C API (#1261)
* reduce copying dense array in C API
* format
* fix detector
* fix MSVC build
* simplify
(cherry picked from commit b49cf42220 )
|
2022-11-10 15:25:44 +08:00 |
lvhan028
|
f7f70c95c0
|
[Feature] Support rv1126 in sdk (#1238)
|
2022-11-10 15:25:33 +08:00 |
tripleMu
|
333dd3f763
|
Support tensorrt own plugin (#1275)
* Update utils.py
Initialize the plugin that comes with TensorRT
* Format code
(cherry picked from commit 487c375533 )
|
2022-11-10 15:24:47 +08:00 |
Chen Xin
|
ccc21289d1
|
[Feature] Sync mmaction2-sdk(master) to dev1.x (#1307)
* sync mmaction sdk
* pipeline.json
* fix docs
* replace topk when make regression for mmaction2
* add python api
* add missing file
* add missing test file
* remove cudnn dep for formatshape
* add sample arg for input
|
2022-11-10 15:13:24 +08:00 |
q.yao
|
180500d76d
|
[Docs] update 1.x doc links (#1331)
* update 1.x links
* update docs
|
2022-11-10 11:29:16 +08:00 |
triple-Mu
|
3d79ca7004
|
Merge branch 'dev-1.x' of github.com:open-mmlab/mmdeploy into triplemu/dockerfile
|
2022-11-10 11:19:09 +08:00 |
triple-Mu
|
f1d2d09338
|
Fix mim and mmcv version
|
2022-11-10 11:18:56 +08:00 |
vansin
|
6f804979a2
|
[Fix] fix the mmcv version (#1342)
|
2022-11-09 19:29:12 +08:00 |
triple-Mu
|
b6cbbdc212
|
Fix typo
|
2022-11-09 14:34:20 +08:00 |
triple-Mu
|
ec427c2f82
|
Merge branch 'dev-1.x' of github.com:open-mmlab/mmdeploy into triplemu/dockerfile
|
2022-11-09 14:33:48 +08:00 |
vansin
|
ab88248cca
|
[Fix] Fix config name in mmdet yaml (#1334)
* [Fix] fix the yolox yolov3 config name
* [Fix] set ncnn backend_test False
|
2022-11-09 14:11:42 +08:00 |
RunningLeon
|
20a7c35ca7
|
Update docstring and docs of mmseg and mmpose (#1316)
* fix reg
* update docstring
* Revert "fix reg"
This reverts commit fe56bffb5b .
* update benchmark of mmseg and mmpose
* fix ci
|
2022-11-09 11:03:19 +08:00 |
jason_w
|
0da93ea3e3
|
Fix: checkpoint load on cpu (#1324)
* checkpoint load RuntimeError
* update
|
2022-11-09 11:01:58 +08:00 |