1. 22 Oct, 2022 1 commit
    • Zaida Zhou's avatar
      [Docs] Refine reamde and installation (#2340) · 5b279fbd
      Zaida Zhou authored
      * [Docs] Simplify README
      
      * Simplify README_zh-CN
      
      * Update installation docs
      
      * Add mmyolo link in README
      
      * update introduction
      
      * update installation
      
      * Update build docs
      
      * remove io link in README
      
      * update
      5b279fbd
  2. 10 Oct, 2022 1 commit
  3. 30 Aug, 2022 2 commits
  4. 26 Aug, 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. 23 Mar, 2022 1 commit
  7. 25 Feb, 2022 1 commit
  8. 20 Feb, 2022 1 commit
  9. 13 Jan, 2022 1 commit
  10. 10 Jan, 2022 1 commit
  11. 24 Dec, 2021 1 commit
  12. 15 Dec, 2021 1 commit
  13. 07 Dec, 2021 1 commit
  14. 26 Nov, 2021 1 commit
  15. 23 Nov, 2021 2 commits
  16. 22 Nov, 2021 1 commit
  17. 10 Nov, 2021 1 commit
    • Zaida Zhou's avatar
      bump version to v1.3.17 (#1473) · add157cc
      Zaida Zhou authored
      * bump version to v1.3.17
      
      * add a document to record the previous versions of PyTorch built for mmcv-full
      
      * polish readme
      add157cc
  18. 04 Nov, 2021 3 commits
  19. 13 Oct, 2021 1 commit
    • Zaida Zhou's avatar
      Polish readme (#1320) · 48d5b095
      Zaida Zhou authored
      * [Docs] Polish README
      
      * [Docs] Polish README
      
      * [Docs] Polish README
      
      * fix typo
      
      * update qq link
      
      * fix typo
      
      * update LICENSES.md
      48d5b095
  20. 04 Oct, 2021 1 commit
  21. 07 Sep, 2021 1 commit
  22. 23 Aug, 2021 1 commit
  23. 20 Jul, 2021 1 commit
  24. 07 Jul, 2021 1 commit
  25. 02 Jul, 2021 1 commit
  26. 13 May, 2021 1 commit
  27. 25 Apr, 2021 1 commit
  28. 14 Apr, 2021 1 commit
  29. 28 Mar, 2021 1 commit
  30. 24 Feb, 2021 1 commit
  31. 21 Feb, 2021 1 commit
  32. 28 Dec, 2020 1 commit
  33. 24 Dec, 2020 1 commit
  34. 23 Dec, 2020 1 commit
    • q.yao's avatar
      [Feature]: Add custom operators support for onnxruntime in mmcv (#612) · 94810f22
      q.yao authored
      
      
      * add onnx support to roi_align and roi_pool
      
      * add softnms ort support
      
      * fix for lint
      
      * format cpp code with clang-format:google
      
      * add new empty line to the end of head files in onnxruntime
      
      * update to pytorch1.7
      
      * add test of softnms to onnxruntime
      
      * fix for lint
      
      * remote print in ops/info.py
      
      * change import order, fix for flake8
      
      * fix include
      
      * add assert torch>=1.7.0
      
      * [doc]: add document for onnxruntime custom operator
      
      * update onnxruntime version to v1.5.1 for softnms
      
      * remove doc menu
      
      * Resolve lint for markdown
      
      * resolve naming style in onnxruntime_op.md
      
      * Use old cpp apis, optimize test_onnx.py
      
      * Fixing strings in tests/test_ops/test_onnx.py
      
      * code format with yapf
      
      * fix soft_nms parrot
      
      * add import in onnxruntime setup, avoid conflict
      
      * fix doc and add assert
      
      * change cpp guard
      Co-authored-by: default avatarmaningsheng <maningsheng@sensetime.com>
      94810f22
  35. 22 Dec, 2020 1 commit
  36. 12 Dec, 2020 1 commit
    • Y. Xiong's avatar
      Fix pip 20.3 (#703) · cff01c5f
      Y. Xiong authored
      * bump version to 1.2.1
      
      * update installation table in readme
      
      * break new line
      
      * del mmcv upper bound for old installation
      
      * reminder on latest
      cff01c5f