1. 07 Aug, 2019 1 commit
  2. 31 Jul, 2019 2 commits
  3. 29 Jul, 2019 1 commit
    • WU Yue's avatar
      Code for "Double-Head RCNN: Rethinking Classification and Localization for Object Detection" (#809) · 36b6577e
      WU Yue authored
      * add major components for training double head
      
      double head only with two losses and no attention
      
      remove double_head detector for now, merge upchannel to double_head bbox head
      
      change the stype using yapl
      
      remove uncessary comment#
      
      to pass check
      
      to pass v2
      
      to pass v3
      
      line too long and style again
      
      reuse bottlenet
      
      * refactoring
      
      * bug fix
      
      * bug fix for weight initialization
      
      * add reg roi scale factor and modify loss weights
      
      * rescale the roi after mapping to fpn levels
      36b6577e
  4. 28 Jun, 2019 1 commit
    • Cao Yuhang's avatar
      Support FP16 training (#520) · e7466395
      Cao Yuhang authored
      * add fp16 support
      
      * fpn donot need bn normalize
      
      * refactor wrapped bn
      
      * fix bug of retinanet
      
      * add fp16 ssd300 voc, cascade r50, cascade mask r50
      
      * fix bug in cascade rcnn testing
      
      * add support to fix bn training
      
      * add fix bn cfg
      
      * delete fixbn cfg, mv fixbn fp16 to a new branch
      
      * fix cascade mask fp16 bug in test
      
      * fix bug in cascade mask rcnn fp16 test
      
      * add more fp16 cfgs
      
      * add fp16 fast-r50 and faster-dconv-r50
      
      * add fp16 test, minor fix
      
      * clean code
      
      * fix config work_dir name
      
      * add patch func, refactor code
      
      * fix format
      
      * clean code
      
      * move convert rois to single_level_extractor
      
      * fix bug for cascade mask, the seg mask is ndarray
      
      * refactor code, add two decorator force_fp32 and auto_fp16
      
      * add fp16_enable attribute
      
      * add more comment, fix format and test assertion
      
      * fix pep8 format error
      
      * format commont and api
      
      * rename distribute to distributed, fix dict copy
      
      * rename function name
      
      * move function, add comment
      
      * remove unused parameter
      
      * mv decorators into decorators.py, hook related functions to hook
      
      * add auto_fp16 to forward of semantic head
      
      * add auto_fp16 to all heads and fpn
      
      * add docstrings and minor bug fix
      
      * simple refactoring
      
      * bug fix for patching forward method
      
      * roi extractor in fp32 mode
      
      * fix flake8 error
      
      * fix ci error
      
      * add fp16 support to ga head
      
      * remove parallel test assert
      
      * minor fix
      
      * add comment in build_optimizer
      
      * fix typo in comment
      
      * fix typo enable --> enabling
      
      * udpate README
      e7466395
  5. 24 Jun, 2019 1 commit
    • luxiin's avatar
      Code for "Grid R-CNN" (#810) · b5418c2f
      luxiin authored
      * Grid R-CNN
      
      * add grid_rcnn_res50fpn2x config
      
      * add assertion that grid_head should exist
      
      * fix bugs and remove SharedFCBBoxHeadGrid
      
      * remove the property with_grid
      
      * format fixes for grad_head and add config dir
      
      * move random_jitter to grid_head and some refactoring
      
      * simplify the calculation of num_edges
      
      * refactoring
      
      * refactoring
      
      * rename config files and add x101 config
      
      * bug fix for inference
      
      * remove random_jitter_single
      
      * add readme of grid rcnn
      
      * add bibtex of grid rcnn plus
      
      * update work_dir
      b5418c2f
  6. 20 Jun, 2019 1 commit
    • Cao Yuhang's avatar
      Add reduction_override flag (#839) · 32df98e9
      Cao Yuhang authored
      * add reduction_override flag
      
      * change default value of reduction_override as None
      
      * add assertion, fix format
      
      * delete redudant statement in util
      
      * delete redudant comment
      32df98e9
  7. 11 Jun, 2019 1 commit
    • Kai Chen's avatar
      Refactoring for losses (#761) · ba26d8ce
      Kai Chen authored
      * refactoring for losses
      
      * update configs for guided anchoring
      
      * add all imported losses to __all__
      
      * allow weight=None for binary_cross_entropy
      
      * use losses in mmdetection for FCOSHead
      
      * bug fix for weight_reduce_loss
      
      * add eps to iou_loss and handle weight=None
      
      * unify loss api in FCOSHead
      
      * fix avg_factor
      ba26d8ce
  8. 21 May, 2019 1 commit
    • Jiangmiao Pang's avatar
      Add loss evaluator (#678) · 57d34592
      Jiangmiao Pang authored
      * Fix license in setup.py
      
      * Add code for loss evaluator
      
      * Configs support loss evaluator
      
      * Fix a little bug
      
      * Fix flake8
      
      * return revised bbox to reg
      
      * return revised bbox to reg
      
      * revision according to comments
      
      * fix flake8
      57d34592
  9. 20 May, 2019 1 commit
  10. 13 May, 2019 1 commit
  11. 27 Apr, 2019 1 commit
  12. 14 Apr, 2019 2 commits
  13. 14 Jan, 2019 1 commit
  14. 18 Dec, 2018 1 commit
  15. 10 Dec, 2018 5 commits
  16. 26 Nov, 2018 1 commit
  17. 25 Nov, 2018 1 commit
  18. 24 Oct, 2018 1 commit
  19. 21 Oct, 2018 2 commits
  20. 20 Oct, 2018 1 commit
  21. 17 Oct, 2018 1 commit
  22. 07 Oct, 2018 1 commit
  23. 05 Oct, 2018 1 commit
  24. 25 Sep, 2018 1 commit
  25. 23 Sep, 2018 1 commit
  26. 12 Sep, 2018 1 commit
  27. 02 Sep, 2018 1 commit