Skip to content
Snippets Groups Projects
  1. Jul 06, 2020
  2. Jul 05, 2020
  3. Jul 04, 2020
  4. Jul 03, 2020
  5. Jul 02, 2020
  6. Jul 01, 2020
  7. Jun 30, 2020
    • GT9505's avatar
      add auto augmentation (#3139) · 8da42a21
      GT9505 authored
      * WIP: add auto augmentation
      
      * add blank space
      
      * change AutoAugment based on 1-st comments
      
      * fix a bug in AutoAugment
      
      * use Compose in AutoAugment
      
      * move Compose from __call__ to __init__ in AutoAugment
      
      * change AutoAugment based on 2nd comments
      
      * fix a typo in AutoAugment
      Unverified
      8da42a21
    • 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
    • tianyuandu's avatar
      add RandomCenterCropPad (#2943) · 92aa9f93
      tianyuandu authored
      * add RandomCenterCropPad and unittest
      
      * add instruction for RandomCenterCropPad
      
      * update Resize, RandomCenterCropPad and MultiScaleFlipAug
      
      * update unittest of Resize
      
      * update docstring
      
      * add unittest for MultiScaleFlipAug with Resize
      
      * update function _get_border
      
      * update __init__ and __repr__, fix unittest
      
      * fix repr_str
      
      * add docstrings
      
      * update docstring
      
      * Update transforms.py
      
      * add assert in Resize
      
      * fix linting error
      Unverified
      92aa9f93
  8. Jun 29, 2020
  9. Jun 28, 2020
  10. Jun 27, 2020
  11. Jun 26, 2020
  12. Jun 25, 2020
Loading