1. 19 Nov, 2020 1 commit
  2. 18 Nov, 2020 2 commits
  3. 15 Nov, 2020 2 commits
  4. 14 Nov, 2020 1 commit
  5. 11 Nov, 2020 2 commits
    • yamengxi's avatar
      [Feature] Add CLAHE method (#647) · c6c230df
      yamengxi authored
      * add CLAHE
      
      * add CLAHE
      
      * restore
      
      * Add docstring
      
      * modify docstring
      
      * modify CLAHE to clahe
      
      * fix syntax error
      
      * simplify assert
      
      * simplify assert
      
      * add assert test
      
      * fix unittest bug
      
      * fix syntax bug
      
      * fix assert bug
      c6c230df
    • yamengxi's avatar
      [Feature] Add LUT transform (#646) · d9ef9dab
      yamengxi authored
      * add lut_transform
      
      * restore
      
      * fix test bug
      
      * add test
      
      * Fix syntax bug
      
      * Delete test id
      
      * modfiy docstrinng
      
      * simplify assert
      d9ef9dab
  6. 06 Nov, 2020 1 commit
  7. 05 Nov, 2020 1 commit
    • Kuro Latency's avatar
      Update lr_updater.py (#574) · bcf85026
      Kuro Latency authored
      * Update lr_updater.py
      
      since epoch/iteration in  runner starts with 0, we shouldn't leave the latter iteration to former (12th epoch for example, with first period equal to 12) period.
      
      * Update lr_updater.py
      
      * Update test_hooks.py
      bcf85026
  8. 31 Oct, 2020 1 commit
  9. 28 Oct, 2020 2 commits
  10. 26 Oct, 2020 1 commit
    • robin Han's avatar
      add unittest for onnx convert (#608) · 23b2bdbf
      robin Han authored
      * add unittest for onnx convert
      
      * build onnx and onnxruntime in CI
      
      * skip onnx op unit test while using CUDA
      
      * fix offset==0 case in NMS
      
      * remove tmp file used in test
      
      * delete tmp file before assert so that we can remove the tmp file anyway
      23b2bdbf
  11. 15 Oct, 2020 1 commit
  12. 06 Oct, 2020 1 commit
    • Wenwei Zhang's avatar
      Fix wrappers version comparison (#602) · 005c4087
      Wenwei Zhang authored
      * add version check in wrappers
      
      * fix assersion
      
      * use digital version for version comparison
      
      * fix unit tests
      
      * reformat
      
      * fall back to compare the first two version
      
      * fix unittest
      
      * fix unittest
      
      * fix unit test
      
      * clean unnecessary change
      005c4087
  13. 27 Sep, 2020 1 commit
    • GT9505's avatar
      register deconv in CONV_LAYERS (#582) · acee61d7
      GT9505 authored
      * register deconv in CONV_LAYERS
      
      * use ConvTranspose2d implemented in MMCV
      
      * remove repetitive register_module
      
      * update
      
      * add unittest for deconv
      acee61d7
  14. 25 Sep, 2020 2 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
    • 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
  15. 16 Sep, 2020 1 commit
    • David de la Iglesia Castro's avatar
      Allow type to be default arg (#558) · 779f47ba
      David de la Iglesia Castro authored
      * Add test case for type defined using default_args
      
      * Refactor build_from_cfg
      
      * Update exception of missing type
      
      * pre-commit
      
      * Fix default_args is None
      
      * pre-commit
      
      * Bring back test
      
      * Update exception raising
      779f47ba
  16. 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
  17. 12 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      Mv wrappers into bricks and use wrappers in registry (#550) · c937d395
      Wenwei Zhang authored
      * Mv wrappers into bricks and use wrappers in registry
      
      * resolve import issues
      
      * fix import issues
      
      * set nn op forward to torch 1.6.1
      
      * fix CI bug and add warning
      
      * Fix CI by using patch mock
      
      * mv warnings inside deprecated module's initialization
      c937d395
  18. 09 Sep, 2020 1 commit
  19. 08 Sep, 2020 2 commits
    • 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
  20. 06 Sep, 2020 1 commit
  21. 04 Sep, 2020 1 commit
  22. 02 Sep, 2020 1 commit
  23. 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
  24. 25 Aug, 2020 1 commit
  25. 24 Aug, 2020 3 commits
  26. 23 Aug, 2020 1 commit
  27. 22 Aug, 2020 1 commit
  28. 21 Aug, 2020 1 commit
  29. 15 Aug, 2020 3 commits
    • Cao Yuhang's avatar
      fix saconv (#489) · 7b18b977
      Cao Yuhang authored
      * fix saconv
      
      * add parrots condition
      
      * add unittest
      
      * fix torch version
      7b18b977
    • Wang Xinjiang's avatar
      fix some pavi logger hooks (#481) · eacaf475
      Wang Xinjiang authored
      * fix some pavi logger hooks
      
      * fix unittest
      
      * fix small bugs
      
      * small change
      
      * fix unittest
      
      * Add EpochBasedRunner conditions
      
      * Add session text
      
      * fix small bug
      
      * fetch runner mode from log buffer
      
      * Add max_iter to pavi session text
      
      * change yaml.dump to yamp.dump(yaml.load(mmcv.dump))
      
      * Directly use by_epoch
      
      * fix unittest
      
      * add comments
      
      * Use runner.epoch + 1 in pavi log
      
      * fix runner.epoch issue for runner.mode=='val'
      
      * fix runner.epoch issue for runner.mode=='val'
      
      * Use abspath instead of realpath
      
      * Add meta dump unittest
      
      * small change
      
      * Add comments
      eacaf475
    • Jintao Lin's avatar
      Add `tin_shift` function (#492) · c8e85b28
      Jintao Lin authored
      
      
      * add tin shift
      
      * add unittest
      
      * add docstring
      
      * add docstring
      
      * parrots for tin_shift
      
      * fix lint
      
      * fix lint
      Co-authored-by: default avatarjiaomenglei <jiaomenglei@sensetime.com>
      c8e85b28
  30. 13 Aug, 2020 1 commit