Skip to content
Snippets Groups Projects
  1. Jul 07, 2020
  2. Jul 05, 2020
  3. Jul 04, 2020
  4. Jul 03, 2020
    • Wang Xinjiang's avatar
      More robust Accuracy module (#3155) · 741b638a
      Wang Xinjiang authored
      * change accuracy to positive recall in FSAF
      
      * use mmdet accuracy module to calculate pos recall in fsaf
      
      * Change label to long in unittest
      
      * revise docstring according to comments
      
      * revise docstring according to comments
      Unverified
      741b638a
  5. Jul 02, 2020
  6. Jul 01, 2020
  7. Jun 30, 2020
    • Siyuan Qiao's avatar
      Add support for DetectoRS. (#3064) · 4e40f6f0
      Siyuan Qiao authored
      
      * 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: default avatarJiarui XU <xvjiarui0826@gmail.com>
      Unverified
      4e40f6f0
    • implus's avatar
      GFocal (#3097) · 39e6257c
      implus authored
      * add gfocal losses
      
      * add gfl head, its related code, configs
      
      * fix 2x config bug
      
      * add most model and log in gfl README
      
      * update gfl model and log
      
      * Update transforms.py
      
      modify variables  L, T, R, B   to  left, top, right, bottom
      
      * Update gfocal_loss.py
      
      modify variables into meaningful names:
      * pt -> scale_factor
      * a -> pos   b -> pos_label
      * disl -> dis_left  disr -> dis_right
      * wl -> weight_left  wr -> weight_right
      
      * Update gfocal_loss.py
      
      update formats
      
      * remove duplicated get_bboxes/IoU calculation, make QFL consistent
      
      * add all docstring in gfl_head.py and gfocal_loss.py
      Unverified
      39e6257c
  8. Jun 28, 2020
  9. Jun 27, 2020
    • Jerry Jiarui XU's avatar
      Add doc string for datasets (#3130) · 792273be
      Jerry Jiarui XU authored
      * 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
      Unverified
      792273be
  10. Jun 26, 2020
  11. Jun 24, 2020
  12. Jun 21, 2020
  13. Jun 19, 2020
  14. Jun 18, 2020
  15. Jun 17, 2020
    • Chrisfsj2051's avatar
      Implement FCOS training tricks (#2935) · 565e070c
      Chrisfsj2051 authored
      * 123
      
      * implement FCOS with tricks (FCOS_plus)
      
      Train FCOS with four tricks (including center_sampling) arrording to official repo (https://github.com/tianzhi0549/FCOS).
      
      without DCN:  mAP=38.6 (0.1 lower than official repo)
      with DCN     :  mAP=42.5 (0.2 higher than official repo)
      
      * fix
      
      * fix
      
      * reformatted
      
      * fix configs & reformat
      
      * add docstring
      
      * Update fcos_center-normbbox-centeronreg-giou_r50_caffe_fpn_gn-head_dcn_4x4_1x_coco.py
      
      * add noqa: E501 since the url is too long
      
      * fix flake
      
      * fix flake
      
      * fix yapf
      
      * fix
      
      * rewrite forward & reformat
      
      * reformat & add docstring
      
      * reformat
      
      * reformat
      
      * update docstring
      
      * TODO: add unit test
      
      Should be finished tomorrow
      
      * add unit test
      
      * fix
      
      * fix docstring
      
      * reformat
      
      * add docstring
      
      * reformat
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update test_heads.py
      
      * Update fcos_head.py
      
      * Update README.md
      Unverified
      565e070c
  16. Jun 16, 2020
    • tianyuandu's avatar
      add Corner losses (#2901) · 2d72433c
      tianyuandu authored
      * add ae loss and gaussian focal loss
      
      * update losses/__init__.py
      
      * formatting
      
      * Update __init__.py
      
      * update losses
      
      * add weighted_loss in gaussian_focal_loss
      
      * rename AELoss, move comment to docstring
      
      * fix formatting
      Unverified
      2d72433c
    • Thang Vu's avatar
      use BaseDenseHead (#2963) · d28f3941
      Thang Vu authored
      * use BaseDenseHead
      
      * use RPNTestMixin in rpn heads
      
      * use self(x) instead of self.__call__(x)
      
      * use kwargs
      Unverified
      d28f3941
    • tianyuandu's avatar
      add Hourglass and unittest (#2840) · 2b6f6616
      tianyuandu authored
      * add Hourglass and unittest
      
      * code formatting
      
      * fix bug
      
      * rename and add docstring
      
      * add unittest for ResLayer(reverse=True)
      
      * update Hourglass
      
      * update Hourglass, update unittest
      
      * update docstrings, rename variables
      
      * update hourglass and unittest
      
      * update hourglass.py and res_layer.py
      Unverified
      2b6f6616
  17. Jun 15, 2020
  18. Jun 12, 2020
  19. Jun 11, 2020
  20. Jun 09, 2020
  21. Jun 08, 2020
  22. Jun 07, 2020
  23. Jun 06, 2020
  24. Jun 02, 2020
  25. May 31, 2020
  26. May 27, 2020
Loading