RunningLeon
d330e17af3
fix reg of dev-1.x( #1317 )
2022-11-08 11:17:59 +08:00
q.yao
6420e20445
[Refactor] Ease rewriter import for dev-1.x ( #1170 )
...
* Update rewriter import
* remove root import
* add interface
2022-11-08 10:37:59 +08:00
AllentDan
c5edb85550
Sync rv1126 to dev-1.x by cherry-pick ( #1295 )
...
* remove imports (#1207 )
* remove imports
* update doc
* detailed docstring
* rephrase
* 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
* fix
* docstring
* remote partition config
2022-11-07 10:19:22 +08:00
tpoisonooo
331292a992
Feature: support mmdet3d dev-1.x 1.1.0rc1 ( #1225 )
...
* feat(mmdet3d): test pointpillars and centerpoint on ort, openvino and trt passed
* fix(centerpoint): mvx_two_stage input error
* fix(review): remove mode decorator
* fix(mmdet3d): review advices
* fix(regression): update mmdet3d.yml and test ort/openvino passed
* unittest(mmdet3d): fix
* fix(unittest): fix
* fix(mmdet3d): unittest
* fix(mmdet3d): unittest
* fix(CI): remove mmcv.Config
* fix(mmdet3d): unittest
* fix(mmdet3d): support torch1.12
* fix(CI): use bigger point cloud file
* improvement(mmdet3d): align backend outputs with torch
* fix(mmdet3d): remove useless
* style(mmdet3d): format code
* style(mmdet3d): remove useless
* fix(mmdet3d): sync vis_task
* unittest(mmdet3d): add test
* docs(mmdet3d): add docstring
* unittest(ci): add unittest data
* fix(mmdet3d): review advices
* feat(mmdet3d): convert fail
* style(mmdet3d): docstring
* style(mmdet3d): docstring
2022-11-04 20:54:01 +08:00
RunningLeon
13290614f6
Fix hourglass from mmpose ( #1277 )
...
* update mmpose rewritings
* update yml
* update docstring for mmpose
2022-11-03 15:15:33 +08:00
lvhan028
034ba67556
Merge pull request #1276 from lvhan028/dev-1.x
...
sync master to dev-1.x by cherry-pick
2022-11-01 23:23:19 -07:00
lvhan028
1d47848184
fix ci error
2022-11-01 18:54:29 +08:00
tripleMu
185d838a7e
Update rewriter_utils.py ( #1278 )
2022-11-01 18:22:03 +08:00
lvhan028
bd0d1683f4
upate opencv that enables video build option ( #1279 )
...
(cherry picked from commit 8eff7a2eb1
)
2022-11-01 18:11:48 +08:00
lvhan028
e121e9aff5
cherry-pick from commit 4c34ad7
2022-11-01 16:42:06 +08:00
q.yao
a3f0d122a3
Add nvcc flags for cc62 ( #1273 )
...
(cherry picked from commit c5be297a67
)
2022-11-01 16:40:32 +08:00
RunningLeon
2fa5095154
cherry-pick from commit 197a7ad
2022-11-01 16:40:12 +08:00
Li Zhang
53d4668a2f
[Feature] Add `Cond` node and pose tracker demo ( #1186 )
...
* add Cond node
* WIP PoseTracker
* fix pose tracker
* minor fix
* simplify design
* add timing
* sync
* visualize
* remove file check
(cherry picked from commit f2be2abeb5
)
2022-11-01 16:36:43 +08:00
lvhan028
0741b3e9fb
fix test_windows_onnruntime workflow error in circleci ( #1254 )
...
(cherry picked from commit 2d35c9ab35
)
2022-11-01 16:36:36 +08:00
lvhan028
40201cecc2
make onnxruntime(gpu) available in SDK ( #1253 )
...
(cherry picked from commit f051a31e0f
)
2022-11-01 16:36:36 +08:00
lvhan028
fcf55d86a6
update suported backend logos ( #1252 )
...
(cherry picked from commit 579fd9ab8d
)
2022-11-01 16:36:35 +08:00
lvhan028
6c9ff78d58
fix side effect caused by PR1235 ( #1239 )
...
(cherry picked from commit 692f535702
)
2022-11-01 16:36:08 +08:00
Xu Lin
6775d031b3
add MMYOLO desc in README ( #1235 )
...
(cherry picked from commit c82a7ac89e
)
2022-11-01 16:36:04 +08:00
q.yao
8236e9ebc5
update API for TensorRT8.4 ( #1144 )
...
(cherry picked from commit 4a150e5e1b
)
2022-11-01 16:36:01 +08:00
lvhan028
f311cfd437
tell batch inference demos and single image inference demos apart ( #986 )
...
(cherry picked from commit 4c872a41c3
)
2022-11-01 16:35:45 +08:00
AllentDan
97a9182a65
cherry-pick from master with commit 3eb60ea
2022-11-01 16:35:32 +08:00
SsTtOoNnEe
4b39205866
Rewrite Conv2dAdaptiveOps for conversion of EfficientNet (static shape) ( #1045 )
...
* Rewrite Conv2dAdaptiveOps for conversion of EfficientNet (static shape)
* Refactor codes and Add unit test
* Simplify codes
* update supported model configs in yaml
* update mmcls.yml
* resolve lint error
Co-authored-by: SenseTime Research Singapore <SENSETIME\research.sgres@sg0016000001u.domain.sensetime.com>
(cherry picked from commit dd7550a08d
)
2022-11-01 16:29:15 +08:00
lvhan028
139080c56f
update issue form ( #1206 )
...
* update issue form
* udpate issue form
* udpate issue form
* udpate issue form
* udpate issue form
(cherry picked from commit 1c478393c0
)
2022-11-01 16:29:05 +08:00
tpoisonooo
453f240335
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
(cherry picked from commit ace44ae9d9
)
2022-11-01 16:29:01 +08:00
RunningLeon
0efc9e3c6d
[Feat]: Support simcc from mmpose ( #1187 )
...
* add rewriting for simcc
* add simccdecode for sdk
* remove debug lines
* fix cpp lint
* move simcc decode to sdk
* add simcc sdk config
* update docs and regression yaml
* update yml
2022-10-27 11:42:50 +08:00
RangiLyu
c4285aed4a
[Feature] Support rtmdet for dev-1.x ( #1104 )
...
* support rtmdet
* update
* update
* fix lint
2022-10-19 15:44:06 +08:00
Chen Xin
2020e74480
Support mmaction2:dev-1.x ( #1012 )
...
* support tsn
* support slowfast
* fix export info & End2EndModel
* add test
* fix forward
* fix lint
* update tests
* add onnxruntime 2d config
* fix ort-gpu
* add mmaction.yml, need to update
* fix reviews
* add ann.txt
* add visualize
* fix lint
* rebase
* add conftest.py
* fix circle ci
* fix registry
* fix regression test
2022-10-19 15:42:57 +08:00
RunningLeon
72923e7844
update mmpose ( #1213 )
2022-10-18 10:24:19 +08:00
hanrui1sensetime
86da0df105
[Fix] Fix create input for dev-1.x ( #1182 )
...
* fix mmcls create input for list imgs
* fix mmpose create input for batch
* fix export info
* sync calibration for 2.0
* remove debug line
2022-10-17 15:59:33 +08:00
RunningLeon
aee22f05d0
Merge pull request #1189 from RunningLeon/sync_with_master
...
Sync with master((up to #1194 )
2022-10-14 19:27:37 +08:00
RunningLeon
7cbd175bdd
Merge remote-tracking branch 'upstream/master' into sync_with_master
2022-10-14 16:30:37 +08:00
RunningLeon
775cf0c03c
Merge remote-tracking branch 'upstream/dev-1.x' into sync_with_master
2022-10-14 15:06:01 +08:00
hanrui1sensetime
81fc48f2b2
[Fix] Fix mmengine ci ( #1192 )
...
* try fix ci
* fix ci
* fix ci
* fix circleci
* fix ocr
* fix mmengine version
* install from github
* update
* update ci
Co-authored-by: RunningLeon <mnsheng@yeah.net>
2022-10-14 15:03:24 +08:00
Mengyang Liu
f8551b0316
Fix rust_api CI ( #1194 )
...
* Update rust_api.yml
* Update rust_api.yml
* Update rust_api.yml
* Update rust_api.yml
2022-10-14 14:35:49 +08:00
Li Zhang
8c164ab3e5
[Fix] Detect filesystem library in CMake ( #1190 )
...
* detect filesystem library in CMake
* add filesystem.cmake
2022-10-14 12:52:16 +08:00
RunningLeon
6e9c2527b4
merge master from c35099ef0
2022-10-13 11:12:07 +08:00
hanrui1sensetime
3767b5d46e
[Fix ]Fix import codebase ( #1132 )
...
* fix import;
* fix flake8
* wrap mmdeploy function
* fix wrong import
* fix ut
* re-add skip import error for ut
* fix info
* fix lint
2022-10-13 10:24:42 +08:00
AllentDan
645eefae50
update timer ( #1179 )
2022-10-11 14:59:50 +08:00
hanrui1sensetime
b406c1ab0a
remove aten for torch1.12 ( #1169 )
2022-10-11 14:29:28 +08:00
hanrui1sensetime
c35099ef0c
fix layer norm when torch>=1.12 ( #1168 )
2022-10-11 14:29:13 +08:00
Li Zhang
f389a68dd4
[Enhancement] Add a device field for `mmdeploy_mat_t` ( #1176 )
...
* add device field for mmdeploy_mat_t
* fix lint
2022-10-11 13:58:49 +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
RunningLeon
41fcc2242f
log cmd info for regresstion test ( #1146 )
...
* add log to regresstion test
* update for win
* update mmseg reg yml
2022-10-10 16:23:24 +08:00
AllentDan
76b837194f
Update timer ( #1158 )
...
* update time counter
* update test.py
* fix ci
2022-10-10 16:22:19 +08:00
Mengyang Liu
ee1b4d756d
Update rust_api.yml ( #1172 )
2022-10-10 15:59:34 +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
Xin Li
60f50a1789
modify the links & fix some typos ( #1150 )
...
* modify the links & fix some typos
* typo fixed
2022-10-09 15:51:32 +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
RunningLeon
51f4e65185
fix reg test for 2.0 ( #1116 )
...
* fix reg
fix mmedit mmocr
update
update apcnet of mmseg
catch error when download fails
log error message
* update reg for win
* update yml
2022-10-08 19:14:33 +08:00
RunningLeon
2e459dba6d
support mmpose2.0 for sdk ( #1080 )
...
* add mmpose sdk
* --amend
* remove debug draw code
* fix docstring
* update
2022-10-08 15:49:44 +08:00