1. 25 Sep, 2020 3 commits
    • Wenwei Zhang's avatar
      Support to specify LR of DCN's conv_offset (#344) · ed2887bb
      Wenwei Zhang authored
      * Support to specify LR of DCN's conv_offset
      
      * Resolve comments & add unit test
      
      * Resolve formats
      
      * Fix CI for DCN
      
      * Mock DCN when cpu only
      
      * Use mock for cpu testing
      
      * Fix docstring and support ModulatedDCN
      
      * set offset_lr_mult as dcn's arguments, link CU-49u01p
      
      * fix lr bug
      
      * fall back to set LR in constructor
      
      * resolve comments
      ed2887bb
    • q.yao's avatar
      add torchvision roi_align with aligned=True (#581) · 467b4883
      q.yao authored
      * add torchvision roi_align with aligned=True
      
      * fix for lint test
      
      * fix for lint test2
      
      * format use yapf
      467b4883
    • David de la Iglesia Castro's avatar
      Add runner builder (#570) · 6b52e9b5
      David de la Iglesia Castro authored
      * Add build_runner
      
      * Parametrize test_runner
      
      * Add imports to runner __init__
      
      * Refactor max_iters and max_epochs from run to init
      
      * Add assertion error messages
      
      * Add test_builder
      
      * Make change retro-compatible
      
      * Raise ValueError if max_epochs and max_iters
      6b52e9b5
  2. 24 Sep, 2020 2 commits
  3. 22 Sep, 2020 1 commit
  4. 21 Sep, 2020 1 commit
  5. 18 Sep, 2020 3 commits
  6. 17 Sep, 2020 2 commits
  7. 16 Sep, 2020 2 commits
  8. 15 Sep, 2020 1 commit
  9. 14 Sep, 2020 1 commit
    • Qiaofei Li's avatar
      Supports brightness and contrast augmentations (#546) · a0cc5a84
      Qiaofei Li authored
      * add brightness and contrast augmentation
      
      * remove unnecessary
      
      * reformat
      
      * relax the precision constrain for adjust_brightness aug
      
      * fix percision assertion error in unit test
      
      * remove toy
      
      * rename alpha as factor
      
      * use np.testing.assert_allclose in place of np.less_equal
      a0cc5a84
  10. 12 Sep, 2020 2 commits
  11. 09 Sep, 2020 2 commits
  12. 08 Sep, 2020 3 commits
    • su's avatar
      Reordered the hooks and use attributes rather than args. (#544) · c8435966
      su authored
      * Reordered the hooks and use attributes rather than args.
      
      Formated.
      
      * Reordering may cause conflict, assign the value first than update such as max_iter
      
      Rewind back the order.
      
      * Rewind back to just use attributes, the update of max_iter and stuff will be done in new hooks.
      
      Minor format.
      c8435966
    • Qiaofei Li's avatar
      Supports Equalize Augmentation. (#543) · a59a35bc
      Qiaofei Li authored
      * add equalize augmentation in mmcv
      
      * delete unnecessary
      
      * reformat
      
      * remove clip in implementing equalize, and add uint test with case step=0
      
      * remove clip in implementing equalize, and add uint test with case step=0
      
      * add comments for unit test
      
      * rename function name as imequalize
      a59a35bc
    • Qiaofei Li's avatar
      Supports Color augmentation. (#542) · 95417a5d
      Qiaofei Li authored
      * add Color augmentation
      
      * reformat
      
      * reformat
      
      * reformat docstring
      
      * reformat docstring
      
      * add more unit test
      
      * add more unit test
      
      * add clip value and uint test for image with type float
      
      * rename function name
      95417a5d
  13. 06 Sep, 2020 1 commit
  14. 04 Sep, 2020 3 commits
  15. 03 Sep, 2020 3 commits
  16. 02 Sep, 2020 2 commits
  17. 01 Sep, 2020 2 commits
    • Wang Xinjiang's avatar
    • Wenwei Zhang's avatar
      [feature] Use cu92 & ubuntu1604 for torch 1.3.1 (#524) · fc4993cd
      Wenwei Zhang authored
      * [feature] Use cu92 & ubuntu1604 for torch 1.3.1
      
      * [fix]Use ubuntu-16.04 rather than latest for cu92
      
      * [fix]: soft link cuda path
      
      * Debug cu101 bug
      
      * Update usr/include for cublas with cu101
      
      * Check default nvcc version
      
      * rm :
      
      * add cuda root
      
      * Try to locate cublas_v2.h
      
      * Set cublas version
      
      * Force cublas version
      
      * check usr/local/cuda-10.2
      
      * Add tree
      
      * cp cublas files
      
      * cp cublas files to lib64
      
      * do not tree cuda
      
      * fix path cp error
      
      * cp dir
      
      * Keep using CUDA10.1 only
      
      * recover empty line
      fc4993cd
  18. 26 Aug, 2020 1 commit
    • Xiaojie Li's avatar
      add Swish activation (#522) · c3d8eb34
      Xiaojie Li authored
      
      
      * update impad
      
      * fix docstring
      
      * add shape for impad
      
      * fix unit test
      
      * remove old version & fix doc
      
      * fix linting
      
      * fix doc
      
      * add linear decay learning rate scheduler
      
      * fix impad
      
      * fix setup.cfg
      
      * fix linting
      
      * add yapf
      
      * add swish
      
      * fix lr_updater
      
      * fix lr_updater.py
      
      * update swish
      
      * add swish
      
      * fix inplace
      
      * fix typo
      Co-authored-by: default avatarlixiaojie <lixiaojie@sensetime.com>
      c3d8eb34
  19. 25 Aug, 2020 1 commit
  20. 24 Aug, 2020 4 commits