1. 10 Apr, 2021 4 commits
    • 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
    • Miao Zheng's avatar
      [Refactoring] Revise init_weight in BaseModule (#905) · 47825b19
      Miao Zheng authored
      * [Refactoring] Add deprecated API warning
      
      * revise test
      
      * fix lint
      
      * fix lint
      47825b19
    • Miao Zheng's avatar
      [Fix] OneCycleLrUpdaterHook adds total_steps (#929) · 89efc607
      Miao Zheng authored
      * [Fix] OneCycleLrUpdaterHook interface
      
      * revise according to comments
      
      * revise according to comments
      
      * add test
      
      * fix lint
      
      * revise according to comments
      
      * minors
      
      * add pytest param
      
      * fix lint
      
      * ci
      89efc607
    • Miao Zheng's avatar
      [Docs] Docstring for DeformConv (#921) · f959a34d
      Miao Zheng authored
      * [Docs] Docstring for DeformConv
      
      * fix docstring
      
      * fix according to comments
      
      * revise according to comments
      
      * lint
      f959a34d
  2. 09 Apr, 2021 3 commits
  3. 08 Apr, 2021 3 commits
  4. 07 Apr, 2021 1 commit
  5. 06 Apr, 2021 1 commit
    • tangyanf's avatar
      [feature]:add onnxruntime custom op grid_sample (#916) · 83cf25b2
      tangyanf authored
      * add onnxruntime custom op grid_sample
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      
      * update code
      83cf25b2
  6. 02 Apr, 2021 2 commits
  7. 30 Mar, 2021 1 commit
    • q.yao's avatar
      [Feature] : Add grid_sampler TensorRT Plugin (#865) · 9d80f56a
      q.yao authored
      * add grid sample trt support
      
      * fix align_corners=True
      
      * change 'intep' to 'interp', fix bugs of grid sampler, better test script
      
      * remove unused import
      
      * move source comment to the top of trt_grid_sampler_kernel.cu
      9d80f56a
  8. 29 Mar, 2021 1 commit
  9. 28 Mar, 2021 1 commit
  10. 26 Mar, 2021 2 commits
  11. 25 Mar, 2021 1 commit
  12. 24 Mar, 2021 1 commit
  13. 21 Mar, 2021 1 commit
  14. 20 Mar, 2021 1 commit
  15. 19 Mar, 2021 1 commit
  16. 18 Mar, 2021 1 commit
  17. 17 Mar, 2021 1 commit
  18. 12 Mar, 2021 1 commit
  19. 11 Mar, 2021 2 commits
  20. 10 Mar, 2021 1 commit
  21. 09 Mar, 2021 1 commit
  22. 08 Mar, 2021 2 commits
  23. 03 Mar, 2021 3 commits
    • LXXXXR's avatar
      27e9ede5
    • sshuair's avatar
      add HTTP backend (#860) · 6719cde4
      sshuair authored
      * add HTTP backend
      
      * add HTTPbackend
      
      * fix linting
      
      * fix linting
      
      * add docs attributes http
      
      * fix format
      
      * add real http link test for http backend
      6719cde4
    • Ycr's avatar
      [Feature] Support revise_keys in load_checkpoint(). (#829) · e076c8b0
      Ycr authored
      * Simplified the code.
      
      * Improved chkpt compatibility.
      
      * One may modify the checkpoint via adding keywords.
      
      * Tiny.
      
      * Following reviewer's suggestion.
      
      * Added unit_test.
      
      * Fixed.
      
      * Modify the state_dict  with  construction.
      
      * Added test.
      
      * Modified。
      
      * Mimimalised the modification.
      
      * Added the docstring.
      
      * Format.
      
      * Improved.
      
      * Tiny.
      
      * Temp file.
      
      * Added assertion.
      
      * Doc string.
      
      * Fixed.
      e076c8b0
  24. 28 Feb, 2021 1 commit
  25. 27 Feb, 2021 1 commit
  26. 26 Feb, 2021 2 commits
    • 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
    • RunningLeon's avatar
      Fix pytorch2onnx failed for interpolate op with PyTorch==1.6.0(mmdet#4646) (#848) · 72e4cc12
      RunningLeon authored
      * Fix pytorch2onnx for yolov3 with torch==1.6.0
      
      * update and add test for F.interpolate
      
      * add test_onnx.py with build_cuda
      72e4cc12