mmcv/tests
ZhangShilong 54a7ebb4ec
[Feature]: support Multi-Scale-DeformAttention in deformable-detr (#878)
* add c++ ms_deform_atten

* fix cpp lint

* fix cpp lint

* clang format

* remove cmakefile

* google style

* clang-format precommit

* use clang-format-lint-action

* add transformer base class

* add merge

* add docstr

* add pyargs

* fix according to commments

* resiger module

* change to use basemodule

* add _ between build function

* split the name

* fix according to comments

* fix lint and fix unitest

* fix cpp lint

* fix bug of deformdetr_atten

* fix drop out

* fix residual

* use CUDA_1D_KERNEL_LOOP
2021-04-23 16:35:15 +08:00
..
data add tifffile backend support for image io (#868) 2021-03-12 10:28:30 +08:00
test_cnn [Fix] Revise override in init_cfg (#930) 2021-04-12 14:05:28 +08:00
test_image [Feature] Add cutout and lighting (#909) 2021-03-26 18:58:19 +08:00
test_ops [Feature]: support Multi-Scale-DeformAttention in deformable-detr (#878) 2021-04-23 16:35:15 +08:00
test_runner [Fix] Rename init_weight to init_weights (#971) 2021-04-20 14:49:42 +08:00
test_utils add model registry (#760) 2021-04-10 21:33:34 +08:00
test_video [Refactor] remove the c implementation of flow_warp (#707) 2020-12-13 19:43:25 +08:00
test_arraymisc.py Add copyright header (#171) 2020-01-10 13:34:42 +08:00
test_fileclient.py add HTTP backend (#860) 2021-03-03 16:23:04 +08:00
test_fileio.py Add copyright header (#171) 2020-01-10 13:34:42 +08:00
test_load_model_zoo.py map_location for all (#826) 2021-02-10 12:23:39 +08:00
test_parallel.py Add pytorch 1.6 to CI (#476) 2020-08-09 21:56:15 +08:00
test_visualization.py Add copyright header (#171) 2020-01-10 13:34:42 +08:00