* Add colab link
* Use mmcv-full in requirements
* Migrate to MMCV 1.0.2
* Resolve path issue
* Use newest MMDet
* Update projects
* Update install process
* clean op
* clean
* update build.yml
* fix setup
* change ci mmcv version
* change ci mmcv version
* add install pre-build mmcv instructions
* update mmcv url, move some unnit tests to mmcv
* update ci mmcv
* test
* test
* test
* fix unit test
* fix unit test
* fix onnx script
* update mmcv url
* fix typo
* fix some doc
* Bump version
* resolve comments
* Fix version bug
Co-authored-by: ZwwWayne <wayne.zw@outlook.com>
* Add support for DetectoRS.
* Fix Travis CI build failure and remove loading rfp_pretrained for test
* Revise the code according to the PR reviews:
* remove unnecessary `,`
* add docstring to ASPP and ConvAWS2d
* make args of ASPP configurable
* simplify the code of ConvAWS2d
* import nn and functional for SAConv2d
* rewrite rfp_conv with build_conv_layer and constant_init
* rename rfp_inp with rfp_inplanes
* reformat code to pass Travis CI build
* Revise codes according to the PR reviews:
* Create new backbone DetectoRS_ResNe(X)t to incorporate RFP and SAC.
* Initialize modules with mmcv.cnn.
* Revise the codes of RFP.
* Revise codes according to the PR comments:
* Add docstrings to Bottleneck in mmdet/models/backbones/detectors_resnet.py.
* Add docstrings to _load_from_state_dict in mmdet/ops/conv_ws.py.
* Initialize the switch of SAC with mmcv.
* minior refactor and docstring
* update doc
* update README
* move init into init_weights()
* update model zoo
* add gfl
Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
* Code for paper "Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training"
* update configs/dynamic_rcnn/dynamic_rcnn_r50_fpn_1x.py
* reformat code
* simplify code
* update model link
* simplify code
* simplify code logic
* simplify code and add comments
* minor updates of the docstring
Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
Co-authored-by: Kai Chen <chenkaidev@gmail.com>
* Add upsample_cfg support in FPN
* small fix
* Add multiple extra conv sources
* small logical fix
* Add neck tests for fpn
* Add neck tests for fpn
* fixed several typos
* resolved issues
* Removed extra_convs_source option
* added necks to apis.rst
* change according to comments
* reconfigured configs
* update inf speed
* update some models
* update benchmark config and model
* add no aug config
* merge log model table with performance table
* add detectron2 url