1. 08 Oct, 2019 1 commit
  2. 31 Jul, 2019 3 commits
  3. 20 May, 2019 1 commit
  4. 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
  5. 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
  6. 13 May, 2019 1 commit
  7. 07 May, 2019 1 commit
  8. 27 Apr, 2019 1 commit
  9. 10 Jan, 2019 2 commits
  10. 04 Jan, 2019 1 commit
  11. 03 Jan, 2019 1 commit
  12. 01 Jan, 2019 1 commit
  13. 31 Dec, 2018 1 commit
  14. 30 Dec, 2018 1 commit
  15. 18 Dec, 2018 1 commit
  16. 10 Dec, 2018 1 commit
  17. 21 Oct, 2018 1 commit
  18. 07 Oct, 2018 2 commits
  19. 05 Oct, 2018 1 commit
  20. 25 Sep, 2018 1 commit
  21. 12 Sep, 2018 1 commit