mmdeploy/tests
Yifan Zhou 398bf2b386
[Refactor]: Refactor mmdeploy/core (#140)
* refactor function rewriter

* Pass unit test

* Fix test

* Fix test

* lint

* refactor function rewriter

* Pass unit test

* Fix test

* Fix test

* lint

* support openvino

* update

1. All type hints of cfg are set to Dict
2. Check if kwargs exist when calling patch_model
3. Complement tests
4. key name 'object' is set to '_object'

* lint

* Update docstring

* Fix tests

* Improve test
2021-10-26 10:30:14 +08:00
..
data
test_apis [Enhancement]: OpenVINO deployment support for some models (#117) 2021-10-21 16:07:35 +08:00
test_core [Refactor]: Refactor mmdeploy/core (#140) 2021-10-26 10:30:14 +08:00
test_mmcls [Unittest]: Test mmcls (#135) 2021-10-19 20:30:51 +08:00
test_mmcv [Refactor]: Refactor mmdeploy/core (#140) 2021-10-26 10:30:14 +08:00
test_mmdet [Unittest]: Test for CascadeRoIHead (#141) 2021-10-25 15:13:09 +08:00
test_mmedit
test_mmocr fix mmocr (#147) 2021-10-25 19:09:28 +08:00
test_mmseg
test_ops [Refactor]: Refactor mmdeploy/core (#140) 2021-10-26 10:30:14 +08:00
test_pytorch [Refactor]: Refactor mmdeploy/core (#140) 2021-10-26 10:30:14 +08:00
test_utils