1. 22 Jan, 2020 1 commit
  2. 21 Jan, 2020 1 commit
    • Wenwei Zhang's avatar
      Encapsulate DCN into a ConvModule & Conv_layers (#1894) · 8bd1a5f7
      Wenwei Zhang authored
      * update code
      
      * reformat
      
      * fix load pretrain bug
      
      * reformat
      
      * fix key warnings
      
      * use build_conv_layer & ConvModule
      
      * rm unrelated file
      
      * fix resnext group bug
      
      * change cfg to pass test
      
      * use build_conv_layer to claim dcn in resnets
      
      * change _version = 2
      
      * MDCN to DCNv2
      
      * change dependency of mmcv from 0.2.15 to 0.2.16
      
      * resolve comments
      
      * rm comments
      
      * get_root_logger()
      8bd1a5f7
  3. 08 Oct, 2019 1 commit
  4. 31 Jul, 2019 3 commits
  5. 20 May, 2019 1 commit
  6. 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
  7. 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
  8. 13 May, 2019 1 commit
  9. 07 May, 2019 1 commit
  10. 27 Apr, 2019 1 commit
  11. 10 Jan, 2019 2 commits
  12. 04 Jan, 2019 1 commit
  13. 03 Jan, 2019 1 commit
  14. 01 Jan, 2019 1 commit
  15. 31 Dec, 2018 1 commit
  16. 30 Dec, 2018 1 commit
  17. 18 Dec, 2018 1 commit
  18. 10 Dec, 2018 1 commit
  19. 21 Oct, 2018 1 commit
  20. 07 Oct, 2018 2 commits
  21. 05 Oct, 2018 1 commit
  22. 25 Sep, 2018 1 commit
  23. 12 Sep, 2018 1 commit