1. 18 Nov, 2020 3 commits
  2. 15 Nov, 2020 2 commits
  3. 14 Nov, 2020 2 commits
  4. 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
  5. 09 Nov, 2020 1 commit
  6. 06 Nov, 2020 2 commits
  7. 05 Nov, 2020 2 commits
    • 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
    • Wang Xinjiang's avatar
      Fix logger (#637) · 66e249a0
      Wang Xinjiang authored
      * Fix logger iter
      
      * Fix logger iter
      66e249a0
  8. 03 Nov, 2020 1 commit
  9. 31 Oct, 2020 2 commits
  10. 29 Oct, 2020 1 commit
  11. 28 Oct, 2020 3 commits
  12. 26 Oct, 2020 2 commits
  13. 17 Oct, 2020 1 commit
  14. 15 Oct, 2020 3 commits
    • Jintao Lin's avatar
      import_modules_from_strings when loading cfg from file (#606) · a260a96a
      Jintao Lin authored
      * import_modules_from_strings when loading cfg from file
      
      * add unittest to tell whether the feature is enabled as expected
      
      * minor
      
      * set an environment variable instead of writing a file
      
      * use 'shutil' instead of 'os.system'
      a260a96a
    • Ruohui Wang's avatar
      Fix a typo in warning message (#615) · 46095957
      Ruohui Wang authored
      "please use MMDistributedDataParallelinstead." -> "please use MMDistributedDataParallel instead."
      46095957
    • Wang Xinjiang's avatar
      Add Sync buffer in CheckpointHook (#588) · 50a33950
      Wang Xinjiang authored
      * Add Sync buffer in CheckpointHook
      
      * add reduce_params in fp16_utils.py
      
      * change default value of sync_buffer to False
      
      * Add world size check
      
      * reset sync_buffer to false
      
      * fix world_size
      
      * Move dist functions into dist_utils.py
      
      * fix small bugs
      
      * Deprecation compatibility
      
      * Change according to comments
      50a33950
  15. 13 Oct, 2020 1 commit
  16. 11 Oct, 2020 2 commits
  17. 07 Oct, 2020 1 commit
  18. 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
  19. 01 Oct, 2020 1 commit
  20. 29 Sep, 2020 1 commit
  21. 28 Sep, 2020 3 commits
  22. 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
  23. 26 Sep, 2020 2 commits