mmcv/tests
q.yao 9d80f56ae8
[Feature] : Add grid_sampler TensorRT Plugin (#865)
* add grid sample trt support

* fix align_corners=True

* change 'intep' to 'interp', fix bugs of grid sampler, better test script

* remove unused import

* move source comment to the top of trt_grid_sampler_kernel.cu
2021-03-31 00:28:08 +08:00
..
data add tifffile backend support for image io (#868) 2021-03-12 10:28:30 +08:00
test_cnn [Refactoring] Revise function of layers and override keys in init_cfg (#893) 2021-03-26 16:57:59 +08:00
test_image [Feature] Add cutout and lighting (#909) 2021-03-26 18:58:19 +08:00
test_ops [Feature] : Add grid_sampler TensorRT Plugin (#865) 2021-03-31 00:28:08 +08:00
test_runner [Refactoring] Revise function of layers and override keys in init_cfg (#893) 2021-03-26 16:57:59 +08:00
test_utils Fix the iter error when the number of GPUs is different during resume (#844) 2021-02-25 16:40:06 +08:00
test_video [Refactor] remove the c implementation of flow_warp (#707) 2020-12-13 19:43:25 +08:00
test_arraymisc.py
test_fileclient.py add HTTP backend (#860) 2021-03-03 16:23:04 +08:00
test_fileio.py
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