mmcv/tests
Kai Chen 6aa5131559
move test_weight_init to tests/test_cnn (#270)
2020-05-05 21:03:12 +08:00
..
data Fixed config import in config file (#261) 2020-05-01 21:55:07 +08:00
test_cnn move test_weight_init to tests/test_cnn (#270) 2020-05-05 21:03:12 +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 Fixed config import in config file (#261) 2020-05-01 21:55:07 +08:00
test_fileclient.py Add FileClient to access file from different backends (#237) 2020-04-23 19:54:29 +08:00
test_fileio.py
test_logging.py Add logging utils (#196) 2020-02-24 22:31:36 +08:00
test_misc.py Remove supports for python 2.7 and bump version to 0.4.0 (#211) 2020-03-16 15:15:35 +08:00
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