Skip to content
Snippets Groups Projects
  1. Nov 29, 2021
  2. Apr 14, 2021
  3. Apr 13, 2021
  4. Apr 12, 2021
  5. Apr 06, 2021
  6. Apr 02, 2021
  7. Mar 31, 2021
  8. Mar 30, 2021
  9. Mar 25, 2021
  10. Mar 24, 2021
  11. Mar 23, 2021
  12. Mar 22, 2021
  13. Mar 19, 2021
  14. Mar 16, 2021
  15. Mar 15, 2021
    • QingChuanWS's avatar
      Add onnxruntime unit test cases (#4704) · 31afd0d3
      QingChuanWS authored
      * add onnx unit test
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * reset retinanet and yolo head and neck unit test
      
      * rename the function
      
      * add annotation
      
      * update function structure
      
      * remove _get_bboxes_single() unit test case
      
      * add comments
      
      * fix onnx deploy bug in anchor_head.py
      
      * replace os.open to mmcv.load
      Unverified
      31afd0d3
    • Ye Liu's avatar
      Fix parse error in XMLDataset (#4729) · f2aa584b
      Ye Liu authored
      Unverified
      f2aa584b
    • Qi He's avatar
      Update anchor_head.py (#4764) · f3bc86bd
      Qi He authored
      remove redundent description. img_meta (dict) repeated twice in line 195 and line 198.
      Unverified
      f3bc86bd
  16. Mar 12, 2021
    • Haian Huang(深度眸)'s avatar
      [Refactor]: Support batch inference traceable by ONNX in SSD, YOLOv3, FSAF,... · 4febf34f
      Haian Huang(深度眸) authored
      [Refactor]: Support batch inference traceable by ONNX in SSD, YOLOv3, FSAF, RetinaNet, and FCOS (#4699)
      
      * Support batch infer in RetinaNet
      
      * Suport batch multiclass_nms
      
      * Revert multiclass_nms
      
      * Fix api deprecated warning
      
      * do not repeat anchors
      
      * Move img_shapes
      
      * Update Yolov3
      
      * Support FCOS
      
      * Support RPN
      
      * Fix RPN topk_inds error
      
      * make batch exportable to onnx for yolohead
      
      * make fcos_head exportable to onnx with batch dim
      
      * Support ATSS
      
      * Support CornerNet and centripetalNet
      
      * Update RetinaNet and delta_xywh
      
      * Remove ugly code
      
      * Remove ugly code of FCOS
      
      * Remove ugly code of ATSS/YOLOV3
      
      * Support RPN and revert bbox_head
      
      * expand anchors to batch and remove BG class when use deploy_nms_pre
      
      * Update
      
      * Use dim=-1 instead of dim=2
      
      * Rename anchor_head method
      
      * Keep the original format output when nms is not use
      
      * Rename method and unified code style
      
      * Fix paa_head and unittest
      
      * Fix FASF onnx export error
      
      * Fix error
      
      * fix single stage img_shapes for onnx
      
      * move conf_thr
      
      * fix rpn_head for onnx
      
      * Add distance2bbox unittest
      
      * Remove TODO
      
      * Fix RPN
      
      * Update docstrs
      
      Co-authored-by: default avatarmaningsheng <maningsheng@sensetime.com>
      Unverified
      4febf34f
    • Haian Huang(深度眸)'s avatar
      Fix RPN show_result error (#4716) · 895a8d51
      Haian Huang(深度眸) authored
      * Fix RPN show_result error
      
      * Remove EmbeddingRPN show_result
      
      * Add docstr
      Unverified
      895a8d51
  17. Mar 09, 2021
  18. Mar 08, 2021
  19. Mar 05, 2021
  20. Mar 03, 2021
  21. Mar 02, 2021
Loading