Skip to content
Snippets Groups Projects
  1. Dec 23, 2020
  2. Dec 22, 2020
  3. Sep 24, 2020
    • Ryan Li's avatar
      Fix bc break of fp16 (#3822) · bf01bdd5
      Ryan Li authored
      * fix bc break of mmdet.core.fp16, refactor import of wrap_fp16_model
      
      * changed warning method
      
      * added docstring for Depr_Fp16OptimizerHook
      
      * docformatter
      
      * fix docstring
      
      * changed names from depr to deprecated
      Unverified
      bf01bdd5
  4. Sep 21, 2020
  5. Sep 04, 2020
  6. Aug 02, 2020
  7. Jul 20, 2020
  8. Jul 01, 2020
  9. Jun 28, 2020
  10. Jun 27, 2020
  11. Jun 02, 2020
  12. May 23, 2020
  13. May 13, 2020
  14. May 02, 2020
  15. May 01, 2020
    • 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
  16. Apr 25, 2020
Loading