mmcv/tests
Kai Chen 213156cebb
Allow registering new backends with decorators (#307)
* allow registering new backends with decorators

* add a docstring

* minor update to the docstring
2020-05-31 21:56:03 +08:00
..
data Use mapping rather than dict for special keys (#304) 2020-05-30 13:03:33 +08:00
test_cnn Support conv layers' own `init_weights` method (#278) 2020-05-13 22:58:16 +08:00
test_image Add colorspace functions: rgb2ycbcr, bgr2ycbcr, ycbcr2rgb and ycbcr2bgr (#259) 2020-05-03 23:32:48 +08:00
test_runner Fix CosineAnealingLr register bug (#265) 2020-05-04 00:38:55 +08:00
test_video Refactor unittests (#241) 2020-04-26 22:54:27 +08:00
test_arraymisc.py
test_config.py Use mapping rather than dict for special keys (#304) 2020-05-30 13:03:33 +08:00
test_fileclient.py Allow registering new backends with decorators (#307) 2020-05-31 21:56:03 +08:00
test_fileio.py
test_load_model_zoo.py BC of model zoo: add deprecate urls (#301) 2020-05-27 22:09:06 +08:00
test_logging.py
test_misc.py
test_path.py support recursive scanndir (#215) 2020-03-19 22:50:37 +08:00
test_progressbar.py Use f-string (#245) 2020-04-26 00:21:54 +08:00
test_registry.py remove deprecate register_module (#262) 2020-05-02 00:35:30 +08:00
test_timer.py
test_visualization.py