* add SOLO
* add decoupled SOLO
* update decoupled SOLO
* fix linting errors
* format config filename, config content, loss names, norm_cfg
* fix linting errors
* fix matrix_nms and configs
* Add unit tests for SOLO head
* add diceloss
* support mmdet-v2+
* add decopledhead
* clean Chinese comments
* update SOLO
* fix
* delet debug files
* update solo config
* fix bug
* [Fix]: fix some params cannot get grad
* [fix] make sure params can get grad
* init commit for resutls
* add results and instance results
* add docstr
* add more unitets
* add more unitets
* add more unitets
* add more unintest
* add unitet for instance results
* add example
* add meta_info_keys results_keys
* add modified from
* fix unitets
* fix typo
* add instance seg releated base
* forward train for solo
* fix simpletest
* add docstr
* convert to tensor at begin
* refactor yolact traing
* refactor yolact test
* fix test of yolact
* fix empty det of yolact
* fix return tuple
* add format_results
* add testfor formatr
* solo
* add unitest for format_results
* add unitest
* solo
* remove yolact relatede modification
* fix zero bbox
* fix score size
* fix desolo head
* update solo head
* fix error
* rename some attribute
* rename some attribute
* rename decouple
* add doc
* format loss
* reconer decople
* add doc
* fix test
* fix test
* fix doc
* remove points nms
* refactor the post process
* refactor post process of decaouple
* refactor base
* refactor get_target single
* refactor the training of decouple
* refactor test of decouple
* refactor dice loss
* refactor dice
* change to format a dict
* support detection results in test.py
* add base one-stage segmentor
* fix doc
* add onnx export
* add solo config
* add dice loss test unit
* add solo_head test unit
* add more detailed comments
* resolve commnets
* add test unit
* update docstrings and move center of mass to core.utils
* add center of mass test unit
* resolve comments
* resolve commets
* fix rle encode
* fix results
* fix results
* abstract dice loss
* update docstring
* add EPS
* add center of mass test unit
* add eps parameter
* add vis
* add nms test unit
* configs/
add configs
* add desolo light config file
* support desolo light head
* add desolo light config
* add matrix_nms test unit
* fix matrix_nms test unit
* update matrix doc string
* fix error
* fix logic error
* fix logic error
* add comment in test unit
* move has_acted to initialization
* update solo readme
* rename
* revert test
* fix import in example
* fix unitest
* add more uintest
* add more unites
* add more unitest
* rename meta to meta_info
* fix docstr
* fix foc
* fix doc
* add format_results
* fix format results
* fix some default value and function name
* fix desolo light head error
* fix doc and move isntancedata to a new file
* fix typo
* fix unitest in torch 13
* update matrix nms docstring
* fix hard code
* add vis
* add vis
* fix lint
* fix doc
* fix doc
* fix vis
* fix vis
* fix vis
* fix forwardummy doc
* fix doc
* fix comment
* fix doc
* fix order of argument
* add base one-stage segmentor
* fix config files
* fix doc
* fix doc
* support solo
* fix error
* support solo
* rename cls_score
* support solo
* update model zoo
* update docstring
* update docstring
Co-authored-by: WXinlong <wangxinlon@gmail.com>
Co-authored-by: zhangshilong <2392587229zsl@gmail.com>
* Support batch infer in RetinaNet
* Suport batch multiclass_nms
* Revert multiclass_nms
* Fix api deprecated warning
* do not repeat anchors
* Move img_shapes
* Update Yolov3
* Support FCOS
* Support RPN
* Fix RPN topk_inds error
* make batch exportable to onnx for yolohead
* make fcos_head exportable to onnx with batch dim
* Support ATSS
* Support CornerNet and centripetalNet
* Update RetinaNet and delta_xywh
* Remove ugly code
* Remove ugly code of FCOS
* Remove ugly code of ATSS/YOLOV3
* Support RPN and revert bbox_head
* expand anchors to batch and remove BG class when use deploy_nms_pre
* Update
* Use dim=-1 instead of dim=2
* Rename anchor_head method
* Keep the original format output when nms is not use
* Rename method and unified code style
* Fix paa_head and unittest
* Fix FASF onnx export error
* Fix error
* fix single stage img_shapes for onnx
* move conf_thr
* fix rpn_head for onnx
* Add distance2bbox unittest
* Remove TODO
* Fix RPN
* Update docstrs
Co-authored-by: maningsheng <maningsheng@sensetime.com>