1. 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
  2. 22 Dec, 2020 1 commit
  3. 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
  4. 01 Dec, 2020 1 commit
  5. 23 Nov, 2020 1 commit
  6. 31 Oct, 2020 1 commit
  7. 29 Sep, 2020 1 commit
  8. 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
  9. 06 Aug, 2020 1 commit
  10. 21 Jul, 2020 1 commit
  11. 08 Jul, 2020 1 commit
  12. 07 Jul, 2020 1 commit
  13. 03 Jul, 2020 1 commit
  14. 02 Jul, 2020 1 commit
  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. 17 Jun, 2020 1 commit
  17. 27 May, 2020 1 commit
  18. 05 May, 2020 2 commits
  19. 25 Apr, 2020 1 commit
  20. 16 Mar, 2020 1 commit
  21. 01 Mar, 2020 1 commit
  22. 12 Feb, 2020 1 commit
  23. 02 Feb, 2020 1 commit
  24. 01 Feb, 2020 1 commit
  25. 20 Aug, 2019 1 commit
    • ZwwWayne's avatar
      Track iter progress (#112) · d5865e0c
      ZwwWayne authored
      * track progress of iter&enum
      
      * reformat
      
      * reformat with yapf
      
      * add unitest
      
      * add doc, and deprecate track_enum_progress
      
      * update docs & comments
      d5865e0c
  26. 07 Jul, 2019 2 commits
  27. 10 Mar, 2019 1 commit
  28. 10 Feb, 2019 1 commit
  29. 13 Oct, 2018 1 commit
  30. 12 Oct, 2018 4 commits
  31. 06 Oct, 2018 2 commits
  32. 04 Oct, 2018 1 commit