Skip to content
Snippets Groups Projects
  1. May 02, 2020
  2. May 01, 2020
    • Wenwei Zhang's avatar
      Fix ATSS warning on dist.ReduceOp (#2576) · 672fd5de
      Wenwei Zhang authored
      Unverified
      672fd5de
    • Wenwei Zhang's avatar
      Add tutorials for V2.0 (#2435) · 2bed0f55
      Wenwei Zhang authored
      * Add tutorials for V2.0
      
      * Add details for dataset tutorial
      
      * add tutorials in index.rst
      
      * Add tutorials for concat data
      
      * Modify documents
      
      * More contents
      Unverified
      2bed0f55
    • Wang Xinjiang's avatar
      Implement FSAF on V2.0 (#2521) · 1ebc2f38
      Wang Xinjiang authored
      
      * starting to merge fsaf
      
      * changed configs
      
      * changed bbox_coder
      
      * get_targets fun in AnchorHead class is modified to enable additional returns from _get_target_single
      
      * effective area assigner and tblr bbox_coder are implemented
      
      * added fsaf_head and config
      
      * added more fsaf configs
      
      * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4
      
      * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4
      
      * changed config
      
      * formatter
      
      * changed docstring
      
      * Added ignored pixel-class pair for FSAF
      
      * More elegant assignment for overlapping objects
      
      * more documents in effective area assigner
      
      * fixed a bug in object overlay
      
      * Added no gt_bboxes case and pytest for assigner
      
      * Added no gt_bboxes case and pytest for assigner
      
      * changed default config
      
      * fixed small bugs in FSAF head doc example
      
      * resolved pr review comments.
      1. Formats of comments and docstrings are modified
      2. Obsolete arguments are removed from FSAFHead
      3. AssignResults class is revised to be more compatible with old version
      
      * Added more comments to FSAFHead
      
      * resolved pr review comments
      
      * resolved pr review comments
      1. More flexible CenterRegionAssigner bbox priority
      2. More flexible tblr_coder by adding normalize_by_wh flag
      3. README modifications with model link
      4. More docstrings and comments
      5. Reformatted
      6. Change of default normalizer in TBLRBBoxCoder from 1.0 to 4.0
      
      * Corrected FSAF model path in readme
      
      * Fixed the bug of bbox weights in fsaf head
      
      Co-authored-by: default avatarwangxinjiang <wangxinjiang@sensetime.com>
      Unverified
      1ebc2f38
    • David de la Iglesia Castro's avatar
      Momentum updater hook (#2571) · c55e53bc
      David de la Iglesia Castro authored
      * Pass momentum_config to register_training_hooks
      
      * Bump mmcv version
      
      * Explicit default
      Unverified
      c55e53bc
    • Jerry Jiarui XU's avatar
      change register_module to func (#2569) · fdc0c6d5
      Jerry Jiarui XU authored
      Unverified
      fdc0c6d5
  3. Apr 30, 2020
  4. Apr 29, 2020
  5. Apr 28, 2020
  6. Apr 27, 2020
  7. Apr 26, 2020
  8. Apr 25, 2020
  9. Apr 24, 2020
    • Cao Yuhang's avatar
      Fix pytorch1.5 compile error (#2524) · e5921ca8
      Cao Yuhang authored
      * replace AT_CHECK with TORCH_CHECK to support pytorch1.5
      
      * fix compile warning, delete grid sample op
      
      * fix ci pytorch version
      
      * delete python3.5
      
      * update version of pytorch and torchvision in ci
      
      * change is_cuda to device().is_cuda()
      
      * specify TORCH_CUDA_ARCH_LIST=6.0,7.0
      
      * fix typo
      
      * delete affine grid
      
      * fix typos
      
      * fix setup.py
      
      * remove redundant comment
      Unverified
      e5921ca8
    • Wenwei Zhang's avatar
      Add documentation (#2432) · 2e802ce3
      Wenwei Zhang authored
      * Add documentation
      
      * Fix (doc): fix syntax error
      
      * Add details about hyper parameters
      
      * Add name convention
      
      * Update compatibility docs
      Unverified
      2e802ce3
    • vanpersie32's avatar
      add dilation to conv_offset (#2507) · cd4e716b
      vanpersie32 authored
      * add dilation of conv_offset
      
      * Update deform_conv.py
      Unverified
      cd4e716b
  10. Apr 23, 2020
  11. Apr 22, 2020
  12. Apr 21, 2020
  13. Apr 20, 2020
Loading