Skip to content
Snippets Groups Projects
  1. Oct 29, 2020
    • hyz-xmaster's avatar
      VarifocalNet (#3666) · abb9a875
      hyz-xmaster authored
      
      * add varifocal loss, vfnet head and config file
      
      * fix nonzero() and register_module bug
      
      * add more configs and README.md
      
      * enlarge image in README.md
      
      * add arxiv link
      
      * add paper arxiv link
      
      * attempt to fix checks error - res2net
      
      * update readme
      
      * update according to comments
      
      * revert res2net.py
      
      * compact the VFNetHead
      
      * adapt for official TTA
      
      * add unit tests and refine vfnet_head
      
      * update url
      
      * update readme
      
      * add minor comments
      
      * update supported models
      
      * remove VFNet.png
      
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      Unverified
      abb9a875
  2. Oct 28, 2020
  3. Oct 26, 2020
  4. Oct 25, 2020
  5. Oct 23, 2020
  6. Oct 22, 2020
  7. Oct 19, 2020
  8. Oct 18, 2020
  9. Oct 16, 2020
  10. Oct 15, 2020
  11. Oct 13, 2020
  12. Oct 12, 2020
  13. Oct 11, 2020
  14. Oct 10, 2020
  15. Oct 08, 2020
  16. Oct 07, 2020
  17. Oct 06, 2020
  18. Oct 03, 2020
  19. Oct 01, 2020
  20. Sep 30, 2020
  21. Sep 29, 2020
  22. Sep 28, 2020
  23. Sep 26, 2020
    • Chong Zhou's avatar
      YOLACT (#3456) · d460a531
      Chong Zhou authored
      
      * YOLACT (not the final commit, so please don't review)
      
      * Implementation notes for YOLACT
      
      * Modify yolact_r50.py
      
      * Update YOLACT configs
      
      * Add YOLACT README
      
      * Adjust according to the first round of review
      
      * Handle the corner case when gt_mask is empty
      
      * Add unit tests for YOLACT heads
      
      * Add unit tests for YOLACT forward
      
      * Adjust according to Kai's comments, except for gt_mask filtering
      
      * Change use_OHEM to use_ohem in unit tests
      
      * Update config in YOLACT unit tests
      
      * merge bbox overlap and batch bbox overlap
      
      * fix unit test
      
      * refactor some codes and fix some bugs
      
      * fix isort
      
      * fix ci
      
      * update model link
      
      * fix cfg path
      
      * support batch test
      
      * Make get_seg_masks faster
      
      * fix format
      
      * update readme
      
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      Unverified
      d460a531
    • Lei Yang's avatar
      Unverified
      f282b394
    • yuzhj's avatar
      fix reppoints bug (#3836) · cda75f95
      yuzhj authored
      Unverified
      cda75f95
  24. Sep 25, 2020
    • Qiaofei Li's avatar
      Supports for Translate augmentation. (#3687) · 21271e3a
      Qiaofei Li authored
      * re-implement Translate augmentation using mmcv.imtranslate
      
      * add translate abstractmethod for base class
      
      * add PolygonMasks supports toy
      
      * toy commit
      
      * add supports for PolygonMasks
      
      * merge translate.py into auto_augment.py and add unit test for AutoAugment equipped with Translate
      
      * move some variables in call function to self
      
      * fix raising IndexError when getitem from empty index for PolygonMasks
      
      * remove unnecessary interpolation
      
      * add assertion message for fill_val when translating PolygonMasks
      
      * add format
      
      * add comments
      
      * fix handle conflicts
      
      * fix module not registered
      Unverified
      21271e3a
Loading