1. 24 Feb, 2022 1 commit
  2. 14 Dec, 2021 1 commit
  3. 21 Oct, 2021 1 commit
    • dingchang's avatar
      [Feature] Add voxel ops from mmdet3d (#1381) · e3e1dba2
      dingchang authored
      * add ops (voxel) in mmdet3d
      
      * add ops (voxel) in mmdet3d
      
      * add ops (voxel) in mmdet3d
      
      * refactor code
      
      * update test
      
      * update test
      
      * update test
      
      * refactor code
      
      * refactor code
      
      * refactor code
      
      * fix typo
      
      * fix typo
      e3e1dba2
  4. 20 Oct, 2021 1 commit
  5. 13 Oct, 2021 1 commit
    • dingchang's avatar
      [Feature] Add fps op from mmdet3d (#1337) · 63a6cbe9
      dingchang authored
      * add ops (furthest point sample) in mmdet3d
      
      * refactor code
      
      * refactor code
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * refactor code
      
      * fix typo
      
      * define DIVUP in common_cuda_helper.hpp
      63a6cbe9
  6. 23 Sep, 2021 2 commits
  7. 23 Aug, 2021 1 commit
  8. 29 Jun, 2021 1 commit
    • achaiah's avatar
      [Fix]: fix missing check of directory in scandir (#1110) · 21845db4
      achaiah authored
      
      
      * Missing check for dir in the 'else' clause
      
      Fixing issue when recursively scanning directories with filenames starting with '.'  Without this fix, the `if not entry.name.startswith('.') and entry.is_file()` logic falls through to the `else` clause which in the current code base will error out as it encounters '.' files (e.g. .DS_Store)
      
      * Updated code per comments
      
      * fixing indentation
      
      * fix indenterror and add comment
      
      * remove .DS_Store and add .file
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      21845db4
  9. 25 Jun, 2021 1 commit
  10. 10 May, 2021 1 commit
  11. 12 Mar, 2021 1 commit
  12. 26 Feb, 2021 1 commit
    • z55250825's avatar
      Add new parrots extension implementation for all ops (#794) · 48d99025
      z55250825 authored
      * delete all parrots file
      add bbox_overlaps new parrots op impl
      
      * support first new impl parrts op (bbox_overlaps)(success test)
      
      * add box_iou_rotated op, test succeed
      
      * add carafe and carafe_naive op, test succeed (one parrots bug need fix)
      
      * add cc_attention op, test success
      
      * add corner_pool op, test success
      
      * add parrots op deform_conv, test success
      
      * add deform_roi_pool op, test success (but has question)
      
      * add focal loss op, test success (gradcheck)
      
      * add masked_conv2d op, test success
      
      * add modulated_deform_conv op, test success
      
      * add nms and nms_rotated op, test success
      
      * add psamask op, test success
      
      * add roi_align op, test_success
      
      * add roi_pool op, test success
      
      * add sync_bn op, test success
      
      * add tin_shift op, test success
      
      * fix test_deform_roi_pool, add parrots test
      
      * skip test_onnx because parrots does not support onnx
      
      * fix c++ lint
      
      * fix python lint
      
      * fix python lint
      48d99025
  13. 27 Jan, 2021 1 commit
  14. 25 Dec, 2020 1 commit
  15. 08 Dec, 2020 1 commit
  16. 15 Oct, 2020 1 commit
  17. 23 Aug, 2020 1 commit
  18. 08 Jul, 2020 1 commit
  19. 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
  20. 17 Jun, 2020 1 commit
  21. 04 Jun, 2020 1 commit
  22. 30 May, 2020 1 commit
  23. 27 May, 2020 2 commits
  24. 01 May, 2020 1 commit
  25. 29 Apr, 2020 1 commit
  26. 26 Apr, 2020 1 commit
  27. 23 Apr, 2020 1 commit
  28. 03 Apr, 2020 1 commit
    • Jerry Jiarui XU's avatar
      add pretty_text (#220) · e87a04e3
      Jerry Jiarui XU authored
      * add pretty_text
      
      * add test cases
      
      * add argument indent
      
      * change pretty_text to property
      
      * fixed format end
      e87a04e3
  29. 15 Mar, 2020 1 commit
    • Jerry Jiarui XU's avatar
      add base for config (#194) · 6738cd30
      Jerry Jiarui XU authored
      * add base for config
      
      * fixed format
      
      * rm terminal width
      
      * support multiple & recursive base
      
      * add test case
      
      * fix format
      
      * add test construct
      
      * minor fix
      
      * add more test, rewrite merge from opt
      
      * avoid depulicate keys
      
      * delete imported config as module
      
      * rename merge_from_dict
      6738cd30
  30. 12 Mar, 2020 1 commit
  31. 20 Sep, 2018 1 commit
  32. 27 Aug, 2018 2 commits
  33. 26 Aug, 2018 2 commits