1. 19 Nov, 2025 1 commit
  2. 26 Dec, 2023 1 commit
  3. 06 Oct, 2021 1 commit
  4. 01 Sep, 2021 2 commits
  5. 05 Feb, 2021 1 commit
  6. 07 Dec, 2020 1 commit
  7. 03 Dec, 2020 1 commit
  8. 29 Oct, 2020 1 commit
  9. 14 Oct, 2020 1 commit
  10. 14 Jul, 2020 1 commit
  11. 08 Jul, 2020 3 commits
  12. 18 Apr, 2020 1 commit
  13. 04 Apr, 2020 1 commit
  14. 31 Mar, 2020 1 commit
  15. 28 Mar, 2020 2 commits
  16. 24 Mar, 2020 2 commits
  17. 23 Mar, 2020 2 commits
  18. 30 Jan, 2020 1 commit
  19. 21 Jan, 2020 1 commit
  20. 04 Jan, 2020 1 commit
  21. 25 Dec, 2019 1 commit
    • Kai Chen's avatar
      add NASFPN (#1246) · 629b9ff2
      Kai Chen authored
      
      
      * add NASFPN
      
      * minor fixes
      
      * fix downsample, add norm to lateral
      
      * update downsample and configs
      
      * remove additional blank line
      
      * update docs
      
      * add benchmark
      
      * minor fix
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      629b9ff2
  22. 24 Dec, 2019 1 commit
  23. 14 Dec, 2019 1 commit
  24. 22 Aug, 2019 1 commit
  25. 09 Aug, 2019 1 commit
  26. 02 Aug, 2019 1 commit
  27. 28 Jul, 2019 1 commit
  28. 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
      
      * mo...
      e7466395
  29. 19 Jun, 2019 1 commit
  30. 18 Jun, 2019 2 commits
  31. 25 May, 2019 1 commit
    • Jiangmiao Pang's avatar
      Code for CVPR 2019 Paper "Libra R-CNN: Towards Balanced Learning for Object Detection" (#687) · b581e19f
      Jiangmiao Pang authored
      * Code for components of Libra R-CNN
      
      * Configs and README for Libra R-CNN
      
      * update bfp
      
      * Update Model ZOO
      
      * add comments in non-local
      
      * fix shape
      
      * update bfp
      
      * update according to ck's comments
      
      * update des
      
      * update des
      
      * fix loss
      
      * fix according to ck's comments
      
      * fix activation in non-local
      
      * fix conv_mask in non-local
      
      * fix conv_mask in non-local
      
      * Remove outdated model urls
      
      * refactoring for bfp
      
      * change in_channels from list[int] to int
      
      * refactoring for nonlocal
      
      * udpate weight init of nonlocal
      
      * minor fix
      
      * update new model urls
      b581e19f
  32. 21 May, 2019 1 commit
  33. 17 May, 2019 1 commit
    • Cao Yuhang's avatar
      Reimplement "FCOS: Fully Convolutional One-Stage Object Detection" (#586) · 8d38fd8c
      Cao Yuhang authored
      * add fcos
      
      * use P5 instead of C5
      
      * add relu before extra convs in FPN
      
      * add singleclass_nms, use caffe2 lr
      
      * fix log interval
      
      * use caffe2init and relu in extra layers
      
      * fix scale layer, use p5 instead of c5
      
      * fix focs target
      
      * refactor code
      
      * delete useless file
      
      * clean
      
      * refactor code
      
      * change num_classes to cls_out_channels
      
      * fix bug of in get_bboxes
      
      * fix bug in test
      
      * add r101 2x cfg
      
      * ms use value mode, add x101-64x4d cfg
      
      * add more comment and rename some variable
      
      * rename centers to points, modify doc string of distance2bbox
      
      * add fcos detector, replace frozen with requires_grad
      
      * add README.md
      
      * add r101-1x performance, rename cfg, add detector FCOS
      
      * update fcos r50 2x performance, remove fpn caffe2 initialize
      
      * fix flake8 error
      
      * rename cfg
      
      * fix grammar error of some comments
      
      * minor fix comment
      
      * change work_dir to be consistent with config name
      
      * add FCOS support in README
      8d38fd8c