1. 29 Jan, 2023 1 commit
  2. 11 Oct, 2022 1 commit
  3. 09 Jun, 2022 1 commit
  4. 18 May, 2022 1 commit
  5. 16 May, 2022 1 commit
    • Zaida Zhou's avatar
      [Docs] Replace markdownlint with mdformat for avoiding installing ruby (#1936) · b326a219
      Zaida Zhou authored
      * Use mdformat pre-commit hook
      
      * allows consecutive numbering
      
      * improve .mdformat.toml
      
      * test mdformat
      
      * format markdown
      
      * minor fix
      
      * fix codespecll
      
      * fix circleci
      
      * add linkify-it-py dependency for cicleci
      
      * add comments
      
      * replace flake8 url
      
      * add mdformat-myst dependency
      
      * remove mdformat-myst dependency
      
      * update contributing.md
      b326a219
  6. 10 May, 2022 1 commit
    • Alex Yang's avatar
      [Fix] Fix type hint in file_client (#1942) · a848ecfd
      Alex Yang authored
      * [fix]:fix type hint in file_client and mmcv
      
      * [fix]:fix type hint in tests files
      
      * [fix]:fix type hint in tests files
      
      * [fix]:fix pre-commit.yaml to igore test for mypy
      
      * [fix]:fix pre-commit.yaml to igore test for mypy
      
      * [fix]:fix precommit.yml
      
      * [fix]:fix precommit.yml
      
      * Update __init__.py
      
      delete unused type-ignore comment
      a848ecfd
  7. 24 Feb, 2022 1 commit
  8. 09 Feb, 2022 1 commit
  9. 30 Nov, 2021 1 commit
  10. 04 Oct, 2021 1 commit
  11. 12 Apr, 2021 1 commit
  12. 29 Sep, 2020 1 commit
  13. 03 Jul, 2020 2 commits
  14. 29 Jun, 2020 1 commit
    • zhuyuanhao's avatar
      fix cpp header error (#371) · d9549fba
      zhuyuanhao authored
      * 1. use macro USE_PARROTS control header include
      2. add clang-format google style in pre-commit
      
      * use MMCV_ macros
      d9549fba
  15. 28 Jun, 2020 1 commit
    • zhuyuanhao's avatar
      add ext ops, support parrots (#310) · c0f5492e
      zhuyuanhao authored
      
      
      * add ext ops, support parrots
      
      * fix lint
      
      * fix lint
      
      * update op from mmdetection
      
      * support non-pytorch env
      
      * fix import bug
      
      * test not import mmcv.op
      
      * rename mmcv.op to mmcv.ops
      
      * fix compile warning
      
      * 1. fix syncbn warning in pytorch 1.5
      2. support only cpu compile
      3. add point_sample from mmdet
      
      * fix text bug
      
      * update docstrings
      
      * fix line endings
      
      * minor updates
      
      * remove non_local from ops
      
      * bug fix for nonlocal2d
      
      * rename ops_ext to _ext and _ext to _flow_warp_ext
      
      * update the doc
      
      * try clang-format github action
      
      * fix github action
      
      * add ops to api.rst
      
      * fix cpp format
      
      * fix clang format issues
      
      * remove .clang-format
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      c0f5492e
  16. 30 May, 2020 1 commit
  17. 19 Apr, 2020 1 commit
    • Wenwei Zhang's avatar
      Momentum scheduler (#167) · ba059611
      Wenwei Zhang authored
      * track progress of iter&enum
      
      * restore
      
      * add momentum scheduler
      
      * fix small bug
      
      * cyclic scheduler"
      
      * fix bug
      
      * fix second phase's bug
      
      * reformat
      
      * feature (cosine lr): use relative ratio for more flexible scheduler
      
      * Fix (runner): fix bugs in runner
      
      * Refactor (hook): refactor cosing/cyclic LR/momentum hook with unittest
      
      * Clean unnecessary files and reformat
      
      * Fix memory key error when GPU is not avaliable
      
      * Resolve comments
      
      * Do not print momentum in text log
      
      * Change hook register order
      
      * Refactor max_iter
      
      * Fix max_iter bugs in runner
      
      * Enforce target_ratio to be either tuple or float
      ba059611
  18. 07 Apr, 2020 1 commit
  19. 01 Mar, 2020 1 commit
  20. 02 Feb, 2020 1 commit
  21. 01 Feb, 2020 1 commit
  22. 12 Dec, 2019 1 commit