ZhangShilong
f07de13b82
Add guidance for speed benchmark ( #4537 )
...
* add a guidance for benchmark speed
* add training time guidance
* fix typos
* fix url
* fix type
4 years ago
Haian Huang(深度眸)
e3e6ca76c6
Categorize tools ( #4501 )
...
* Categorize tools
* Update docs
* Rename tools
* Tool organization
4 years ago
Jerry Jiarui XU
83a964386e
Add markdown lint in pre-commit hook ( #4255 )
...
* Add markdown lint in pre-commit hook
* add markdown lint
4 years ago
Wenwei Zhang
159d925164
Add DETR readme.md ( #4206 )
...
* Add DETR readme.md
* update model zoo
* fix typo
5 years ago
Jerry Jiarui XU
0293aedb67
[Feature]: Support ResNeSt backbone ( #2959 )
...
* add stem_channels opt
* add ResNeSt
* fixed config
* fixed cascade config
* add precise BN
* add precise bn in test
* format precise bn
* update precise bn interval
* fixed eval config bug
* fixed precise interval
* change to return_loss=False
* add naive syncbn
* add naive syncbn
* rmo precise bn
* add range ms
* change to MMSyncBN
* add naive
* fixed loader
* reset test
* fixed faster config bug
* add no norm decay
* add baseline no norm decay
* set fronzen_stages=-1
* move import
* restore to official setting
* set to MMSyncBN
* update s101 pretrain
* update docs
* fixed config
* add backbone+head
* change fpn init
* add s101
* add s101
* revert fpn init
* add modelzoo, docstring, test
* fixed test
* fixed test
* add missing models
* update docstring
* add comment
* fixed markdownlint
5 years ago
tianyuandu
1142d39429
add centripetal head ( #3390 )
...
* add centripetal head
* update var names in CentripetalHead
* pre-commit
* modify init_weight to align performance
* add config and README
* fix lint
* update docstring
* update README.md and model_zoo.md
5 years ago
Wenwei Zhang
f240bf9d49
Update model zoo ( #3684 )
...
* update readme
* Update SABL/PAA in both readme and model zoo
5 years ago
Jerry Jiarui XU
ae3b3c3ffc
Update urls to download.openmmlab.com ( #3665 )
...
* fixed typos
* replace url with download
* update to http
5 years ago
T.T. Tang
dfbb6d6fa2
YOLOv3 - Continue on #1695 ( #3083 )
...
* Implement YOLOv3
* Remove unused function
* Update yolov3_ms_aug_273e.py
Clean the comments in config file
* Add README.md
* port to mmdet-2.0 api
* unify registry
* port to ConvModule and remove ConvLayer
* Refactor Backbone
* Update README
* Lint and format
* Unify the class name
* fix the `label - 1` problem
* Move a lot hard-coded params to the __init__ function
* Refactor YOLOV3Neck
* Add norm_cfg and act_cfg to backbone
* Update Config
* Fix doc string
* Fix nms (thanks to @LMerCy )
* Add doc string
* Update config
* Remove pretrained in head and neck
* Add support for conv_cfg in neck
* Update mmdet/models/dense_heads/yolo_head.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* Update mmdet/models/dense_heads/yolo_head.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* Fix README.md
* Fix typos
* update config
* flake8, yapf, docformatter, etc
* Update README
* Add conv_cfg to backbone and head
* Move some config to arch_settings in backbone
* Add doc strings and replace Warning with warnings.warn()
* Fix bug.
* Update doc
* Add _frozen_stages for backbone
* Update mmdet/models/backbones/darknet.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* Fix inplace bug
* fix indent
* refactor config
* set 8GPU lr
* fixed typo
* update performance table
* Resolve conversation
* Add anchor generator and coder
* fixed test
* Finish refactor
* refactor anchor order
* fixed batch size
* Fixed train_cfg
* fix yolo assigner
* clean up
* Fixed format
* Update model zoo
* change to mmcv pretrain link
* add test forward
* fixed comma and docstring
* Refactor loss
* reformat
* fixed avg_factor
* revert to original
* fixed format
* update table
* fixed BCE
Co-authored-by: Haoyu Wu <haoyu.wu@wdc.com>
Co-authored-by: Haoyu Wu <wuhy08@users.noreply.github.com>
Co-authored-by: Haoyu Wu <wuhaoyu1989@gmail.com>
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
Co-authored-by: xmpeng <1051323399@qq.com>
5 years ago
Wenwei Zhang
57bbfb7e27
add cornernet ( #3492 )
...
* add cornernet
* update model zoo
5 years ago
Siyuan Qiao
4e40f6f0a1
Add support for DetectoRS. ( #3064 )
...
* 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>
5 years ago
Jerry Jiarui XU
792273be65
Add doc string for datasets ( #3130 )
...
* add docstring for pipelines
* add docs string for transform pipeline
* add dataset docs
* resovle comments
* refactor table
* resovle comments
* delete __repr__
* resolve comments
* minor update
* update readme
* minor update
* rename api
5 years ago
Hongkai Zhang
d2a8ba7645
Code for paper "Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training" ( #3040 )
...
* 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>
5 years ago
Leonardo Rossi
a04a482e54
roi_extractors: GRoIE addition ( #2584 )
...
* roi_extractors: GRoIE addition
Signed-off-by: Leonardo Rossi <leonardo.rossi@unipr.it>
* Fix bug caused by empty tensor and update benchmark results
Co-authored-by: ZwwWayne <wayne.zw@outlook.com>
5 years ago
Wenwei Zhang
1c3f6ee633
Add more models ( #2876 )
...
* add 3x link
* Update model links
* clean scripts
* fix typo
5 years ago
Wenwei Zhang
dab4ac1b66
Support RegNetX models ( #2710 )
...
* Add RegNet, docs/refactor TBD
* Support RegNet
* Add RegNets
* Modify docs and refactor code
* fix pre-train bug
* Performance ready
* Use public model weights
* Performance & settings done
* Fix unittest bug
* Try another way of test config
* Add unittest and refactor
* Reformat
* Finish refactor regnet
* merge tests
* fix conflicts
* Fix resnext CI bug
* rename parameter
* Add ref link & clean _delete_
* tweaks of doc
* try resnext doctest
* add expansion in block
* remove doctest of resnext
5 years ago
Cao Yuhang
9be3eb0d16
Update inf speed ( #2730 )
...
* 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
5 years ago
kinredon
a9bedfba2e
Fix typos ( #2768 )
5 years ago