Cedric Luo
40505a5b6d
[Enhancement] Upgrade isort in pre-commit hook ( #7130 )
...
* upgrade isort to v5.10.1
* replace known_standard_library with extra_standard_library
* upgrade isort to v5.10.1
replace known_standard_library with extra_standard_library
* imports order changes
3 years ago
BigDong
bde7b4b7ee
[Docs] Add header for files ( #5900 )
...
* [Docs] Add header for files
* update license copyright
* add copyright header
* add copyright header tools
* delete add header code
4 years ago
RangiLyu
370a0e5019
[Feature] MobileNetV2 SSD-Lite ( #5526 )
...
* support manually set anchor size
* add mobilenetv2 ssd-lite
* update
* update unit test
* update config
* update readme and metafile
4 years ago
Shilong Zhang
e91da70114
Refactor anchor_generator and point_generator ( #5349 )
...
* add sparse priors
* add mlvlpointsgenerator
* revert __init__ of core
* refactor reppoints
* delete label channal
* add docstr
* fix typo
* fix args
* fix typo
* fix doc
* fix stride_h
* add offset
* add offset
* fix docstr
* new interface of single_proir
* fix device
* add unitest
* add cuda unitest
* add more cuda unintest
* fix reppoints
* fix device
* add unintest for ssd and yolo and rename prior_idxs
* add docstr for MlvlPointGenerator
* add space
* add num_base_priors
4 years ago
Haian Huang(深度眸)
9d47a8a965
[Refactor]: Refactor unit test file structures ( #4600 )
...
* Refactor unittest
* Fix unittest
* Fix unittest
* Replace util with mmcv testing
* Try to reduce the unit test memory
4 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
kinredon
a9bedfba2e
Fix typos ( #2768 )
5 years ago