Skip to content
Snippets Groups Projects
  1. Dec 27, 2021
    • wanggh's avatar
      gpu3 · 285b566b
      wanggh authored
      285b566b
  2. Dec 23, 2021
  3. Dec 22, 2021
  4. Dec 20, 2021
  5. Dec 18, 2021
  6. Dec 17, 2021
  7. Dec 16, 2021
  8. Dec 14, 2021
  9. Dec 12, 2021
  10. Dec 07, 2021
  11. Dec 04, 2021
  12. Dec 03, 2021
  13. Dec 02, 2021
  14. Dec 01, 2021
  15. Nov 30, 2021
  16. Nov 29, 2021
  17. Nov 22, 2021
  18. Nov 19, 2021
  19. Nov 17, 2021
  20. May 11, 2021
  21. Apr 13, 2021
  22. Mar 30, 2021
    • HikariTJU's avatar
      [Feature]: Add Localization Distillation for Object Detection (#4758) · ecb4a07c
      HikariTJU authored
      * add Localization Distillation for Object Detection https://arxiv.org/abs/2102.12252
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix config
      
      * add kd detector
      
      * edit loss name
      
      * overide setattr but failed
      
      * move init_detector into init
      
      * seperate ld and gfocal, fix unused param error
      
      * small fix
      
      * small fix
      
      * add test, reload magic function, create kd_loss.py
      
      * del teacher model warnings
      
      * fix reference
      
      * add ignored bbox test fix docstring
      
      * small fix
      
      * docstring fix
      
      * change names
      
      * fix
      
      * fix
      
      * fix test
      
      * fix import
      
      * fix
      
      * docstring fix
      
      * fix
      
      * retest
      
      * add test
      
      * docstring fix
      Unverified
      ecb4a07c
  23. 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
  24. Feb 26, 2021
  25. Feb 25, 2021
  26. Feb 19, 2021
  27. Feb 18, 2021
  28. Feb 16, 2021
  29. Feb 10, 2021
  30. Feb 08, 2021
Loading