mmcv/tests
Rui Xu cd96a84add
[Feature] Add clamp activation layer. (#685)
* add clamp without unittest

* add clamp-act with unit test

* fix name bug

* use logical and

* fix logical_and

* fix linting

* rename ClampLayer to Clamp

* rename ClampLayer to Clamp

Co-authored-by: nbei <631557085@qq.com>
2020-12-09 10:28:32 +08:00
..
data Allow list index keys in Config.merge_from_dict (#696) 2020-12-08 17:17:27 +08:00
test_cnn [Feature] Add clamp activation layer. (#685) 2020-12-09 10:28:32 +08:00
test_image [Feature] Add CLAHE method (#647) 2020-11-11 22:34:14 +08:00
test_ops Add box_iou_rotated, ml_nms_rotated and nms_rotated (#625) 2020-11-25 11:00:30 +08:00
test_runner [Enhance] Refactor logger (#659) 2020-11-23 10:50:18 +08:00
test_utils Allow list index keys in Config.merge_from_dict (#696) 2020-12-08 17:17:27 +08:00
test_video Support reading video from url (#531) 2020-09-07 00:52:33 +08:00
test_arraymisc.py
test_fileclient.py Allow list index keys in Config.merge_from_dict (#696) 2020-12-08 17:17:27 +08:00
test_fileio.py
test_load_model_zoo.py
test_parallel.py Add pytorch 1.6 to CI (#476) 2020-08-09 21:56:15 +08:00
test_visualization.py