1. 14 Sep, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Use PyTorch sphinx theme (#1321) · 1216e5fe
      Zaida Zhou authored
      * [Docs] Use PyTorch sphinx theme
      
      * add sphinx-copybutton
      
      * add twitter and zhihu link
      
      * remove shpinx_rtd_theme from doc.xtx
      
      * update docs.txt
      
      * update conf.py
      1216e5fe
  2. 07 Sep, 2021 1 commit
  3. 23 Aug, 2021 5 commits
  4. 22 Aug, 2021 1 commit
  5. 19 Aug, 2021 1 commit
  6. 17 Aug, 2021 2 commits
  7. 10 Aug, 2021 1 commit
    • Zaida Zhou's avatar
      [Refactor] Refactor the directory of csrc (#1206) · dfb48c87
      Zaida Zhou authored
      
      
      * [Refactor] Refactor the csrc directory
      
      * update MANIFEST.in
      
      * fix hip
      
      * add csrc readme
      
      * trailing whitespace
      
      * fix syntax error in setup.py
      
      * add compatibility docs
      
      * move parrots_cudawarpfunction.cuh to common/cuda
      
      * fix grammar, update directory tree
      
      * fix MANIFEST.in
      
      * Add new structre of csrc in compatibility.md
      
      * Add original structre of csrc in compatibility.md
      
      * fix typo
      
      * remove TODO
      
      * modify according to comment
      
      * format
      Co-authored-by: default avatargrimoire <yaoqian@sensetime.com>
      dfb48c87
  8. 09 Aug, 2021 1 commit
    • Miao Zheng's avatar
      [Docs] Add PR document (#1209) · 94a677de
      Miao Zheng authored
      
      
      * [Docs] Add PR document
      
      * format
      
      * idx modify
      
      * revise according to comments
      
      * add blank line
      
      * grammar
      
      * insert blank line after title
      
      * revise according to comments
      
      * revise according to comments
      
      * typo
      
      * resize image3
      
      * lint
      
      * del print
      
      * fix lint
      
      * del unused
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      94a677de
  9. 20 Jul, 2021 1 commit
  10. 07 Jul, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Build Chinese docs (#1073) · db580dda
      Zaida Zhou authored
      * Remove _build directroy in docs_zh_CN
      
      * Change utils title to Chinese
      
      * Translate documents
      
      * Translate documents
      
      * Use symbolic link to avoid repeated images
      
      * Use symbolic link to avoid repeated images
      
      * fix readme.md
      
      * update copyright
      
      * refactor docs
      
      * rename title to Chinese
      db580dda
  11. 02 Jul, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Refactor docs (#1102) · 66cefaff
      Zaida Zhou authored
      * [Docs] Refactor documentation
      
      * [Docs] Refactor documentation
      
      * refactor docs
      
      * refactor docs
      
      * set sphinx==3.1.2
      
      * fix typo
      
      * modify according to comment
      
      * modify according to comment
      
      * modify according to comment
      
      * [Docs] delete unnecessary file
      
      * fix title
      
      * rename
      
      * rename
      66cefaff
  12. 28 Jun, 2021 1 commit
  13. 25 Jun, 2021 1 commit
  14. 16 Jun, 2021 1 commit
  15. 11 Jun, 2021 1 commit
  16. 09 Jun, 2021 1 commit
  17. 31 May, 2021 1 commit
    • SemyonBevzuk's avatar
      [Feature] NMS update (#957) · bf2c9fa8
      SemyonBevzuk authored
      * Add score_threshold and max_num to NMS
      
      * Fix codestyle
      
      * Fix codestyle
      
      * Fix inds in nms
      
      * Update nms docstring
      
      * Move score_threshold and max_num arguments
      
      * Fix args order in docstring
      
      * fix lint of c++ file
      
      * Remove torch.onnx.is_in_onnx_export() and add max_num to batched_nms for separate classes.
      
      * Rewrote max_num handling in NMSop.symbolic
      
      * Added processing max_output_boxes_per_class when exporting to TensorRT
      
      * Added score_threshold and max_num for NMS in test_onnx.py and test_tensorrt.py
      
      * Remove _is_value(max_num)
      
      * fix ci errors with torch==1.3.1
      
      * Update test_batched_nms in test_nms.py
      
      * Added tests for preprocess_onnx
      
      * Moved 'test_tensorrt_preprocess.py' and 'preprocess', updated 'remove_tmp_file'.
      
      * Update mmcv/tensorrt/__init__.py
      
      * Fix segfault torch==1.3.1 (remove onnx.checker.check_model)
      
      * Returned 'onnx.checker.check_model' with torch version check
      
      * Changed torch version from 1.3.1 to 1.4.0
      
      *...
      bf2c9fa8
  18. 25 May, 2021 1 commit
  19. 24 May, 2021 2 commits
  20. 13 May, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Update weight initialization in cnn.md (#912) · a1d3bf1c
      Zaida Zhou authored
      * [Docs] Update weight initialization in cnn.md
      
      * Update cnn.md
      
      * [Docs] Update weight initialization in cnn.md
      
      * [Docs] Update weight initialization in cnn.md
      
      * [Docs] Update weight initialization in cnn.md
      
      * [Docs] Update weight initialization in cnn.md
      
      * [Docs] Update weight initialization in cnn.md
      
      * modify docs according to comments
      
      * modify docs for weight init according to the comment
      
      * change init_weight() to init_weights()
      
      * modify according to comment
      a1d3bf1c
  21. 10 May, 2021 1 commit
    • v-qjqs's avatar
      Support custom operators cummax and cummin for onnxruntime (#1010) · 934b549e
      v-qjqs authored
      * support custom op `mmcv::cummax` for onnxruntime in mmcv
      
      * fix clang-format lint error
      
      * support mmcv::cummin, reformat codes
      
      * fix merge from master
      
      * add docs for mmcv::cummax and mmcv::cummin
      
      * format doc
      
      * add assertion for torch version, when exporting `cummax` to onnx
      
      * add more comments for torch version
      
      * handle exporting to onnx in `soft_nms`
      
      * commit for test_onnx
      
      * remove `is_in_onnx_export` in softnms
      
      * add more comments
      
      * fix c++ lint error
      
      * add known issues doc for `cummax`
      
      * fix known issues doc
      934b549e
  22. 01 May, 2021 1 commit
    • v-qjqs's avatar
      [Feature]: Support corner_pool related custom operators for onnxruntime in mmcv (#997) · db6b0542
      v-qjqs authored
      * supports for onnxruntime custom op `mmcv::MMCVTopPool`
      
      * supports for onnxruntime custom op `mmcv::MMCVCornerPool`, involving TopPool, BottomPool, LeftPool and RightPool
      
      * add unittest for corner_pool
      
      * supports mmcv::CornerPool without memcpy
      
      * add docs for mmcv::CornerPool
      
      * re-add docs for mmcv::CornerPool
      
      * fix output dtype doc
      
      * reformat
      
      * format with pre-commit
      
      * format
      
      * fix lint error, by using google clang-format style for c/c++
      db6b0542
  23. 16 Apr, 2021 1 commit
  24. 12 Apr, 2021 1 commit
  25. 10 Apr, 2021 1 commit
    • Jerry Jiarui XU's avatar
      add model registry (#760) · 375605fb
      Jerry Jiarui XU authored
      * add model registry
      
      * fixed infer scoep
      
      * fixed build func
      
      * add docstring
      
      * add md
      
      * support multi level
      
      * clean comments
      
      * add docs
      
      * fixed parent
      
      * add more doc
      
      * add value error, add docstring
      
      * fixed docs
      
      * change to local/global search
      
      * resolve comments
      
      * fixed test
      
      * update some docstring
      
      * update docs (minior)
      
      * update docs
      
      * update docs
      375605fb
  26. 09 Apr, 2021 1 commit
  27. 08 Apr, 2021 1 commit
  28. 22 Feb, 2021 1 commit
    • ftbabi's avatar
      Add GELU activation function (#843) · 8735815a
      ftbabi authored
      * Support GELU activation function
      
      * Support different torch version
      
      * Fix bug in importing TORCH_VERSION
      
      * Wrap GELU module for PyTorch 1.3.x
      
      * Wrap GELU module for PyTorch 1.3.x
      8735815a
  29. 21 Feb, 2021 1 commit
  30. 02 Feb, 2021 1 commit
  31. 28 Jan, 2021 1 commit
  32. 08 Jan, 2021 1 commit
  33. 02 Jan, 2021 1 commit
  34. 31 Dec, 2020 1 commit
    • RunningLeon's avatar
      [Feature] add onnx simplify (#751) · 83732ec2
      RunningLeon authored
      * [Enhance]: add onxx simplify
      
      * add simple doc
      
      * add unit test
      
      * update docstring
      
      * resolve some comment
      
      * add test dependency:onnxoptimizer
      
      * Fix onnxruntime register empty libpath
      
      * test onnxruntime version
      
      * set checker to false
      
      * skip test_simplify for torch<1.5.0
      83732ec2