RunningLeon
|
787ebc2392
|
[Feature]: Support mmpose (#94)
* add mmpose code
* update
* update
* add rewrites
* test trt
* test litehrnet with trt
* revert unused change
* add docs about mmpose
* add docstring and staticmethod
* update
* update
* update docs
* fix config name and docs
* add pose_detection ut
* add pose data
* fix lint of model.py
* add pose_detection_model ut
* fix docs and docstrinf
* add test_mmpose_models.py
* fix yapf
* fix lint
* fix create input
* support ort ut
* fix yapf
* fix docs
* fix createinput
* test ci bug
* rm test1.py
* fix yapf
* fix flake8
* fix yapf
* add config and update benchmark
* fix table format
* update mmpose benchmark
* update benchmark for mmpose
* run mmpose tests seperately in ci
* fix lint
* resolve comments
* add trt ut config
* fix test
* fix tests
* resolve comments
* resolve comments
* update tests
Co-authored-by: VVsssssk <shenkun@pjlab.org.cn>
Co-authored-by: hanrui1sensetime <hanrui1@sensetime.com>
|
2022-02-16 11:03:12 +08:00 |
Yifan Zhou
|
4149228716
|
[Enhancement]: Import codebase only when it is required (#266)
* Add import codebase
* lint
* Fix import order
* typo
* Fix partition
* docstring
* lint
|
2021-12-10 11:34:22 +08:00 |
Yifan Zhou
|
4fc0e79b4e
|
[Enhancement]: Refine backend environment check and fix online unit test (#239)
* Fix
* Fix other backends
* Fix is_available
* fix ncnn
* Add constrict for get rewrite output
* add not
* Fix
* fix
* Fix
* Fix
* Improve tests
* Remove rebundant `cuda`
* Prevent None object and rename variable
* Fix multi-line string
* rename get_backend_checker
* Fix tests
* lint
* docstring
|
2021-12-01 10:19:11 +08:00 |
q.yao
|
a8abc75065
|
Add licence head to code (#236)
|
2021-11-30 15:00:37 +08:00 |
hanrui1sensetime
|
cab362a248
|
[Unittest] mmcls fix ut (#228)
* mmcls fix ut
* force add data folder
* remove debug info
* fix ut bugs
|
2021-11-25 18:48:11 +08:00 |