Skip to content
Snippets Groups Projects
  1. Apr 19, 2022
  2. Dec 01, 2021
  3. Sep 15, 2021
    • sennnnn's avatar
      [Fix] Convert SyncBN to BN when training on DP (#772) · 9ac053f4
      sennnnn authored
      * [Fix] Convert SyncBN to BN when training on DP.
      
      * Modify SyncBN2BN.
      
      * Add SyncBN2BN unit test.
      
      * Resolve some comments.
      
      * use mmcv official revert_sync_batchnorm
      
      * Remove local syncbn2bn unit tests.
      
      * Update mmcv version.
      
      * Fix bugs of gather model tools.
      
      * Modify warnings.
      
      * Modify docker mmcv version.
      
      * Update mmcv version table.
      9ac053f4
  4. Aug 17, 2021
  5. Aug 12, 2021
  6. Jul 01, 2021
  7. May 05, 2021
  8. Mar 31, 2021
  9. Dec 02, 2020
    • yamengxi's avatar
      [Feature] add AdjustGamma transform (#232) · e8d643fe
      yamengxi authored
      * add AdjustGamma transform
      
      * restore
      
      * change cv2 to mmcv
      
      * simplify AdjustGamma
      
      * fix syntax error
      
      * modify
      
      * fix syntax error
      
      * change mmcv version to 1.3.0
      
      * fix lut function name error
      
      * fix syntax error
      
      * fix range
      e8d643fe
  10. Oct 25, 2020
    • David de la Iglesia Castro's avatar
      Add runner type (#118) · 969c7fd8
      David de la Iglesia Castro authored
      * Add runner_type option
      
      * pre-commit
      
      * Fix max_iters
      
      * Add by_epoch to EvalHook
      
      * Add test_eval_hook for epoch runner
      
      * Remove runner-type arg from tools/train
      
      * Add missing every_n_iters check for epoch mode
      
      * Bump mmcv min version
      
      * Use build_runner
      
      * Use interval in tests
      
      * Update test_eval_hook.py
      
      * Use every_n_epochs instead of every_n_iters. Update DistEvalHook
      
      * Add test_dist_eval_hook_epoch
      
      * Fix tests
      
      * Add DeprecationWarning
      
      * Update docs
      
      * Replace DeprecationWarning with UserWarning
      969c7fd8
  11. Sep 04, 2020
  12. Aug 28, 2020
    • John Zhu's avatar
      Windows Support (Experimental) (#75) · 683b34d4
      John Zhu authored
      
      * Windows basic support
      
      * getting_started updated for Windows.
      
      * add experimental
      
      * install.md restructured to seperate Windows & Linux.
      
      * fix problems in install.md
      
      * fix mmcv version problem.
      
      * Fix fastscnn resize problems. (#82)
      
      * Fix fast_scnn resize problems
      
      * Fix fast_scnn resize problems 1
      
      * Fix fast_scnn resize problems 2
      
      * test for pascal voc
      
      * [Doc] Add annotaion format note (#77)
      
      * update pytorch version to 1.6.0 in install.md
      
      * del fastscnn_pascal config
      
      * del create_symlink=True
      
      * Merge instructions for Linux & Windows
      
      * mmcv version updated
      
      * redundant newline deleted
      
      * Update docs/install.md
      
      Co-authored-by: default avatarJerry Jiarui XU <xvjiarui0826@gmail.com>
      
      * Update docs/install.md
      
      Co-authored-by: default avatarJerry Jiarui XU <xvjiarui0826@gmail.com>
      
      Co-authored-by: default avatarJerry Jiarui XU <xvjiarui0826@gmail.com>
      683b34d4
  13. Aug 23, 2020
  14. Aug 11, 2020
  15. Jul 13, 2020
  16. Jul 09, 2020
Loading