1. 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
  2. 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
  3. 28 Jun, 2021 1 commit
  4. 25 Jun, 2021 1 commit
  5. 16 Jun, 2021 1 commit
  6. 11 Jun, 2021 1 commit
  7. 09 Jun, 2021 1 commit
  8. 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
  9. 25 May, 2021 1 commit
  10. 24 May, 2021 2 commits
  11. 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
  12. 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
  13. 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
  14. 16 Apr, 2021 1 commit
  15. 12 Apr, 2021 1 commit
  16. 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
  17. 09 Apr, 2021 1 commit
  18. 08 Apr, 2021 1 commit
  19. 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
  20. 21 Feb, 2021 1 commit
  21. 02 Feb, 2021 1 commit
  22. 28 Jan, 2021 1 commit
  23. 08 Jan, 2021 1 commit
  24. 02 Jan, 2021 1 commit
  25. 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
  26. 29 Dec, 2020 1 commit
    • tangyanf's avatar
      [Feature]: add custom op roialign for onnxruntime (#724) · 741e52dd
      tangyanf authored
      
      
      * add ort custom op roialign
      
      * Update roi_align.py
      
      * Update test_onnx.py
      
      * Update test_onnx.py
      
      * Update test_onnx.py
      
      * Update test_onnx.py
      
      * Update onnxruntime_register.cpp
      
      * Update roiAlign.h
      
      * Update roiAlign.cpp
      
      * lint modification
      
      * update roiAlign.cpp
      
      * lint check
      
      * lint check
      
      * lint fix
      
      * lint fix
      
      * fix lint
      
      * add link to commit
      Co-authored-by: default avatarmaningsheng <maningsheng@sensetime.com>
      741e52dd
  27. 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
  28. 22 Dec, 2020 1 commit
  29. 13 Dec, 2020 1 commit
    • Rui Xu's avatar
      [Refactor] remove the c implementation of flow_warp (#707) · b7136e39
      Rui Xu authored
      * remove flow-warp-c
      
      * remove flow warp in setup.py and imports
      
      * fix floor and ceil bug
      
      * fix broadcast bug
      
      * add warnings and assertions
      
      * fix bilinear bug
      
      * pass unit test
      
      * pass unit test
      
      * pass unit test
      
      * pass unit test
      
      * fix value bug
      
      * fix lint
      
      * fix lint
      
      * add mk lint
      
      * update docs
      
      * update docs
      
      * fix bug in imports
      
      * fix bug in setup.py
      b7136e39
  30. 01 Dec, 2020 1 commit
  31. 23 Nov, 2020 1 commit
  32. 31 Oct, 2020 1 commit
  33. 29 Sep, 2020 1 commit
  34. 13 Aug, 2020 1 commit
    • Cao Yuhang's avatar
      add op trouble shooting (#479) · dc778481
      Cao Yuhang authored
      * add op trouble shooting
      
      * update trouble_shooting.md
      
      * clean ops.md
      
      * add trouble shooting to index.rst
      
      * reorder
      
      * add troubleshooting in readme
      dc778481
  35. 06 Aug, 2020 1 commit
  36. 21 Jul, 2020 1 commit
  37. 08 Jul, 2020 1 commit
  38. 07 Jul, 2020 1 commit
  39. 03 Jul, 2020 1 commit