mmcv/tests
q.yao 0de9e149c0
[Feature]: Add custom operators support for TensorRT in mmcv (#686)
* start trt plugin prototype

* Add test module, modify roialign convertor

* finish roi_align trt plugin

* fix conflict of RoiAlign and MMCVRoiAlign

* fix for lint

* fix test tensorrt module

* test_tensorrt move import to test func

* add except error type

* add tensorrt to setup.cfg

* code format with yapf

* fix for clang-format

* move tensorrt_utils to mmcv/tensorrt, add comments, better test module

* fix line endings, docformatter

* isort init, remove trailing whitespace

* add except type

* fix setup.py

* put import extension inside trt setup

* change c++ guard, update pytest script, better setup, etc

* sort import with isort

* sort import with isort

* move init of plugin lib to init_plugins.py

* resolve format and add test dependency: tensorrt

* tensorrt should be installed from source not from pypi

* update naming style and input check

* resolve lint error

Co-authored-by: maningsheng <maningsheng@sensetime.com>
2021-01-06 11:05:19 +08:00
..
data reformat test config to pass yapf (#759) 2020-12-25 16:55:02 +08:00
test_cnn fix mmcv_ci test_wrappers.py for parrots (#758) 2020-12-24 19:50:46 +08:00
test_image relax the error bound in colorspace conversion (#706) 2020-12-12 19:16:11 +08:00
test_ops [Feature]: Add custom operators support for TensorRT in mmcv (#686) 2021-01-06 11:05:19 +08:00
test_runner [Feature] support upload and download checkpoint from pavimodelcloud (#725) 2020-12-22 12:59:07 +08:00
test_utils Remove pytest from the runtime dependencies (#763) 2020-12-28 13:23:48 +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 Allow list index keys in Config.merge_from_dict (#696) 2020-12-08 17:17:27 +08:00
test_fileio.py Add copyright header (#171) 2020-01-10 13:34:42 +08:00
test_load_model_zoo.py BC of model zoo: add deprecate urls (#301) 2020-05-27 22:09:06 +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