Xin Li
|
ab5665e840
|
update base v6 config name (#398)
|
2022-12-27 11:01:17 +08:00 |
RunningLeon
|
dcf73091e5
|
add mmyolo regression test yml (#359)
|
2022-12-12 10:27:21 +08:00 |
AllentDan
|
68c9fd4745
|
[Feature] Support YOLOv5 deployment at RV1126 device (#262)
* add yolov5 head rewrite and rknn config
* type hint
* remove useless
* refactor config
|
2022-11-29 16:54:08 +08:00 |
hanrui1sensetime
|
15224b7816
|
[Fix] Fix mmyolo int8 deploy config (#315)
* fix mmyolo int8 deploy config
* fix lint
|
2022-11-26 09:26:40 +08:00 |
tripleMu
|
177eb4ea13
|
[Feature] Add static shape model config (#214)
* Add static model config
* Rename config name
* Rename file
* Add yolov6s static config
|
2022-11-03 19:03:06 +08:00 |
tripleMu
|
275beec782
|
[Feature] Support YOLOv5 YOLOv6 YOLOX Deploy in mmdeploy (#199)
* Support YOLOv5 YOLOv6 YOLOX Deploy in mmdeploy
* Fix lint
* Rename _class to detector_type
* Add some common
* fix lint
Co-authored-by: huanghaian <huanghaian@sensetime.com>
|
2022-11-03 19:03:06 +08:00 |
hanrui1sensetime
|
5874e4108e
|
[Feature] support mmyolo deployment (#79)
* support mmyolo deployment
* mv deploy place
* remove unused configs
* add deploy code
* fix new register
* fix comments
* fix dependent codebase register
* remove unused initialize
* refact deploy config
* credit return to triplemu
* Add yolov5 head rewrite
* refactor deploy
* refactor deploy
* Add yolov5 head rewrite
* fix configs
* refact config
* fix comment
* sync name after mmdeploy 1088
* fix mmyolo
* fix yapf
* fix deploy config
* try to fix flake8 importlib-metadata
* add mmyolo models ut
* add deploy uts
* add deploy uts
* fix trt dynamic error
* fix multi-batch for dynamic batch value
* fix mode
* fix lint
* sync model.py
* add ci for deploy test
* fix ci
* fix ci
* fix ci
* extract script to command for fixing CI
* fix cmake for CI
* sudo ln
* move ort position
* remove unused sdk compile
* cd mmdeploy
* simplify build
* add missing make
* change order
* add -v
* add setuptools
* get locate
* get locate
* upgrade torch
* change torchvision version
* fix config
* fix ci
* fix ci
* fix lint
Co-authored-by: tripleMu <gpu@163.com>
Co-authored-by: RunningLeon <mnsheng@yeah.net>
|
2022-11-03 19:03:06 +08:00 |