1. 17 May, 2019 3 commits
    • Cao Yuhang's avatar
      fix score_cofficient to score_factors (#663) · 4bbb4a2a
      Cao Yuhang authored
      4bbb4a2a
    • Kai Chen's avatar
      Save class names in checkpoints and update the high-level inference APIs (#645) · 7facc34f
      Kai Chen authored
      * update the high-level inference api
      
      * save classes in meta data and use it for visualization
      7facc34f
    • 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
  2. 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
  3. 13 May, 2019 3 commits
  4. 09 May, 2019 1 commit
  5. 07 May, 2019 1 commit
  6. 04 May, 2019 1 commit
  7. 30 Apr, 2019 1 commit
  8. 29 Apr, 2019 1 commit
  9. 27 Apr, 2019 1 commit
  10. 20 Apr, 2019 1 commit
  11. 17 Apr, 2019 1 commit
    • myownskyW7's avatar
      Support models without FPN (#133) · a9e21cf7
      myownskyW7 authored
      * add two stage w/o neck and w/ upperneck
      
      * add rpn r50 c4
      
      * update c4 configs
      
      * fix
      
      * config update
      
      * update config
      
      * minor update
      
      * mask rcnn support c4 train and test
      
      * lr fix
      
      * cascade support upper_neck
      
      * add cascade c4 config
      
      * update config
      
      * update
      
      * update res_layer to new interface
      
      * refactoring
      
      * c4 configs update
      
      * refactoring
      
      * update rpn_c4 config
      
      * rename upper_neck as shared_head
      
      * update
      
      * update configs
      
      * update
      
      * update c4 configs
      
      * update according to commits
      
      * update
      a9e21cf7
  12. 14 Apr, 2019 3 commits
  13. 13 Apr, 2019 1 commit
  14. 03 Apr, 2019 1 commit
    • Mordekaiser's avatar
      fix OHEM with cascade rcnn (#373) · ee7e679a
      Mordekaiser authored
      * fix OHEM with cascade_rcnn
      
      * fix OHEM with cascade_rcnn
      
      * delete space
      
      * delete white space
      
      * delete unused lib
      
      * Delete cascade_rcnn_ohem_r101_fpn_1x.py
      
      * fix unreasonable code
      
      * fix Single quote
      
      * fix code style
      
      * fix code style
      
      * fix file permission
      ee7e679a
  15. 27 Feb, 2019 1 commit
  16. 17 Feb, 2019 2 commits
  17. 14 Feb, 2019 1 commit
  18. 13 Feb, 2019 2 commits
  19. 31 Jan, 2019 1 commit
  20. 29 Jan, 2019 2 commits
  21. 25 Jan, 2019 1 commit
  22. 22 Jan, 2019 1 commit
  23. 17 Jan, 2019 1 commit
  24. 16 Jan, 2019 1 commit
  25. 15 Jan, 2019 1 commit
  26. 14 Jan, 2019 1 commit
  27. 13 Jan, 2019 2 commits
  28. 10 Jan, 2019 2 commits
  29. 09 Jan, 2019 1 commit