Skip to content
Snippets Groups Projects
  1. May 20, 2019
  2. May 17, 2019
    • 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
    • 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
  3. May 16, 2019
    • 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
  4. May 15, 2019
    • 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
  5. May 13, 2019
  6. May 12, 2019
  7. May 11, 2019
  8. May 09, 2019
  9. May 08, 2019
  10. May 07, 2019
  11. May 06, 2019
  12. May 04, 2019
  13. May 03, 2019
  14. May 02, 2019
  15. May 01, 2019
  16. Apr 30, 2019
  17. Apr 29, 2019
  18. Apr 28, 2019
Loading