1. 21 May, 2019 3 commits
  2. 20 May, 2019 1 commit
  3. 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
  4. 16 May, 2019 2 commits
    • myownskyW7's avatar
      add C4 benchmarks (#651) · 981ee2f8
      myownskyW7 authored
      * use_sigmoid_cls -> cls_sigmoid_loss; use_focal_loss -> cls_focal_loss
      
      * fix flake8 error
      
      * cls_sigmoid_loss - > use_sigmoid_cls
      
      * rename c4 configs
      
      * update model zoo with c4 benchmark
      
      * reorder c4 benchmarks
      
      * update model zoo
      981ee2f8
    • liushuchun's avatar
      update docs (#653) · 427c66f1
      liushuchun authored
      'mask' option has been removed & replaced with 'segm'
      427c66f1
  5. 15 May, 2019 3 commits
    • Cao Yuhang's avatar
      Add tool to analyze log (#648) · c2352d52
      Cao Yuhang authored
      * add tool to analyze log
      
      * minor fix
      
      * plot multi keys, use subparser, modify code
      
      * add two method add_plot_parser and add_time_parser, minor fix
      
      * minor fix
      
      * move add parser func outside main
      
      * move subparser.add inside add parser func
      c2352d52
    • 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
    • Kai Chen's avatar
      Support param-wise optimizer settings (#634) · c52cdd62
      Kai Chen authored
      * support param-wise optimizer settings
      
      * fix outdated docstring
      
      * minor fix for param checking
      c52cdd62
  6. 13 May, 2019 3 commits
  7. 12 May, 2019 3 commits
  8. 11 May, 2019 1 commit
  9. 09 May, 2019 1 commit
  10. 08 May, 2019 1 commit
  11. 07 May, 2019 1 commit
  12. 06 May, 2019 1 commit
  13. 04 May, 2019 9 commits
  14. 03 May, 2019 1 commit
  15. 02 May, 2019 1 commit
  16. 01 May, 2019 1 commit
    • Cao Yuhang's avatar
      new model zoo (#548) · 7fb202b3
      Cao Yuhang authored
      * new model zoo
      
      * update model url and performance
      
      * update pytorch version
      7fb202b3
  17. 30 Apr, 2019 3 commits
  18. 29 Apr, 2019 2 commits