1. 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
  2. 21 May, 2019 1 commit
  3. 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
  4. 15 May, 2019 1 commit
    • Jerry XU's avatar
      add pytorch 1.1.0 SyncBN support (#577) · ddfb38ef
      Jerry XU authored
      * add pytorch 1.1.0 SyncBN support
      
      * change BatchNorm2d to _BatchNorm and call freeze after train
      
      * add freeze back to init function
      
      * fixed indentation typo in adding freeze
      
      * use SyncBN protect member func to set ddp_gpu_num
      
      * Update README.md
      
      update pytorch version to 1.1
      ddfb38ef
  5. 04 May, 2019 2 commits
  6. 27 Apr, 2019 1 commit
  7. 20 Apr, 2019 1 commit
  8. 16 Apr, 2019 1 commit
  9. 14 Apr, 2019 1 commit
  10. 13 Feb, 2019 1 commit
    • youkaichao's avatar
      Typo (#316) · 5074eb1a
      youkaichao authored
      * correct typo
      
      * correct registry typo
      
      * remove f-string
      
      * readme.md
      5074eb1a
  11. 06 Feb, 2019 2 commits
  12. 25 Jan, 2019 1 commit
  13. 17 Jan, 2019 1 commit
  14. 22 Dec, 2018 1 commit
  15. 20 Dec, 2018 1 commit
  16. 11 Dec, 2018 1 commit
  17. 02 Dec, 2018 2 commits
  18. 26 Nov, 2018 3 commits
  19. 20 Oct, 2018 2 commits
  20. 18 Oct, 2018 1 commit
  21. 16 Oct, 2018 2 commits
  22. 15 Oct, 2018 1 commit
  23. 12 Oct, 2018 3 commits
  24. 10 Oct, 2018 2 commits
  25. 09 Sep, 2018 4 commits
  26. 22 Aug, 2018 1 commit