mmcv/tests
zhuyuanhao c0f5492ee9
add ext ops, support parrots (#310)
* add ext ops, support parrots

* fix lint

* fix lint

* update op from mmdetection

* support non-pytorch env

* fix import bug

* test not import mmcv.op

* rename mmcv.op to mmcv.ops

* fix compile warning

* 1. fix syncbn warning in pytorch 1.5
2. support only cpu compile
3. add point_sample from mmdet

* fix text bug

* update docstrings

* fix line endings

* minor updates

* remove non_local from ops

* bug fix for nonlocal2d

* rename ops_ext to _ext and _ext to _flow_warp_ext

* update the doc

* try clang-format github action

* fix github action

* add ops to api.rst

* fix cpp format

* fix clang format issues

* remove .clang-format

Co-authored-by: Kai Chen <chenkaidev@gmail.com>
2020-06-28 23:15:47 +08:00
..
data add ext ops, support parrots (#310) 2020-06-28 23:15:47 +08:00
test_cnn add ext ops, support parrots (#310) 2020-06-28 23:15:47 +08:00
test_image add ext ops, support parrots (#310) 2020-06-28 23:15:47 +08:00
test_ops add ext ops, support parrots (#310) 2020-06-28 23:15:47 +08:00
test_runner Specifying distributed training port in os.environ when training with slurm (#362) 2020-06-20 00:49:44 +08:00
test_video Remove more unused things (#338) 2020-06-13 20:19:30 +08:00
test_arraymisc.py Add copyright header (#171) 2020-01-10 13:34:42 +08:00
test_config.py Add syntax check in .py config (#330) 2020-06-10 23:07:59 +08:00
test_fileclient.py Harmless changes (#340) 2020-06-15 11:29:01 +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_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_optimizer.py Fix potential bug in DefaultOptimizerConstructor (#355) 2020-06-18 22:07:16 +08:00
test_parallel.py Add module wrapper registry (#352) 2020-06-17 20:12:54 +08:00
test_path.py support recursive scanndir (#215) 2020-03-19 22:50:37 +08:00
test_progressbar.py Harmless changes (#340) 2020-06-15 11:29:01 +08:00
test_registry.py replace DeprecationWarning with UserWarning (#353) 2020-06-17 20:52:48 +08:00
test_timer.py Add copyright header (#171) 2020-01-10 13:34:42 +08:00
test_visualization.py Add copyright header (#171) 2020-01-10 13:34:42 +08:00