1. 04 Apr, 2020 2 commits
  2. 02 Apr, 2020 4 commits
  3. 01 Apr, 2020 5 commits
  4. 31 Mar, 2020 7 commits
  5. 28 Mar, 2020 4 commits
  6. 24 Mar, 2020 2 commits
  7. 23 Mar, 2020 2 commits
  8. 09 Feb, 2020 1 commit
  9. 07 Feb, 2020 1 commit
  10. 31 Jan, 2020 3 commits
  11. 30 Jan, 2020 1 commit
  12. 29 Jan, 2020 1 commit
  13. 28 Jan, 2020 2 commits
  14. 27 Jan, 2020 1 commit
    • Jon Crall's avatar
      Enhance AssignResult and SamplingResult (#1995) · 8457bbab
      Jon Crall authored
      * Enhance AssignResult and SamplingResult
      
      Add runtime dependency on ubelt (pending approval)
      
      Fix issue in SamplingResult.__init__
      
      Add rng as attribute of RandomSampler
      
      * fix linters
      
      * remove ubelt
      
      * Fix linters
      
      * fix linters again
      8457bbab
  15. 22 Jan, 2020 2 commits
  16. 21 Jan, 2020 2 commits
    • 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
    • hust-kevin's avatar
      Code for Paper "Bridging the Gap Between Anchor-based and Anchor-free… (#1872) · 1ebb6cb8
      hust-kevin authored
      
      
      * Code for Paper "Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection"
      
      * fix format
      
      * changed the code according to the Changes requested
      
      * update benchmark
      
      * minor refactoring
      
      * minor fix
      
      * update model_zoo and support models
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      1ebb6cb8