1. 24 Mar, 2021 1 commit
  2. 16 Dec, 2020 1 commit
  3. 04 Dec, 2020 1 commit
  4. 03 Dec, 2020 1 commit
  5. 17 Nov, 2020 1 commit
  6. 08 Jul, 2020 1 commit
  7. 30 Jun, 2020 1 commit
  8. 04 May, 2020 1 commit
  9. 02 Apr, 2020 3 commits
  10. 01 Apr, 2020 2 commits
  11. 31 Mar, 2020 2 commits
  12. 28 Mar, 2020 2 commits
  13. 31 Jan, 2020 3 commits
  14. 28 Jan, 2020 1 commit
  15. 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
  16. 22 Jan, 2020 2 commits
  17. 21 Jan, 2020 4 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
    • Kamran Melikov's avatar
      Non color images (#1976) · 8c86f74c
      Kamran Melikov authored
      * First Draft
      
      On branch non-color-images
      Changes to be committed:
      modified:   mmdet/datasets/pipelines/loading.py
      
      * Add option to load non color images
      
      Add 'color_type' parameter to LoadImageFromFile class
      Change __repr__ method accordingly
      Since non-color images maybe two dimensional expand image
      dimensions if necessary in DefaultFormatBundle and
      ImageToTensor classes
      
      Changes to be committed:
          modified:   mmdet/datasets/pipelines/formating.py
          modified:   mmdet/datasets/pipelines/loading.py
      
      * Fix RandomCrop to work with grayscale images
      
      Changes to be committed:
          modified:   mmdet/datasets/pipelines/transforms.py
      
      * Modify retrieving w, h of padded image in anchor heads
      
      This addreses problems with single channel images for which the
      shape is  tuple with 2 values
      
      Changes to be committed:
          modified:   mmdet/models/anchor_heads/anchor_head.py
          modified:   mmdet/models/anchor_heads/guided_anchor_head.py
          modified:   mmdet/models/anchor_heads/reppoints_head.py
      8c86f74c
    • Cao Yuhang's avatar
      Fix albu mask format bug (#1818) · e60d34af
      Cao Yuhang authored
      e60d34af
  18. 20 Jan, 2020 1 commit
  19. 18 Jan, 2020 1 commit
  20. 13 Jan, 2020 1 commit
  21. 07 Jan, 2020 1 commit
  22. 04 Jan, 2020 1 commit
  23. 02 Jan, 2020 1 commit
  24. 31 Dec, 2019 3 commits
  25. 27 Dec, 2019 2 commits
  26. 25 Dec, 2019 1 commit