1. 01 2月, 2023 1 次提交
    • X
      Support GradCAM (#7626) · ffce1218
      xs1997zju 提交于
      * fix slice infer one image save_results (#7654)
      
      * Support GradCAM Cascade_rcnn forward bugfix
      
      * code style fix
      
      * BBoxCAM class name fix
      
      * Add gradcam tutorial and demo
      
      ---------
      Co-authored-by: NFeng Ni <nemonameless@qq.com>
      ffce1218
  2. 31 1月, 2023 1 次提交
  3. 08 11月, 2022 1 次提交
  4. 07 11月, 2022 1 次提交
  5. 04 11月, 2022 1 次提交
  6. 31 10月, 2022 1 次提交
  7. 08 9月, 2022 1 次提交
  8. 24 8月, 2022 1 次提交
  9. 13 7月, 2022 1 次提交
  10. 20 6月, 2022 1 次提交
  11. 01 6月, 2022 1 次提交
    • W
      Clean fluid (#6075) · c103d025
      wangguanzhong 提交于
      * clean fluid
      
      * mv static to legacy
      
      * remove yolo box
      
      * revert legacy dir
      
      * revert static link
      
      * update in_dynamic_mode
      
      * clean iou_similarity, collect_fpn_proposals, bipartite_match
      c103d025
  12. 07 5月, 2022 1 次提交
  13. 20 4月, 2022 1 次提交
  14. 11 4月, 2022 1 次提交
  15. 08 4月, 2022 1 次提交
  16. 02 4月, 2022 1 次提交
  17. 30 3月, 2022 1 次提交
  18. 07 3月, 2022 1 次提交
  19. 03 3月, 2022 1 次提交
    • S
      Add PP-YOLOv3 code (#5281) · ef83ab8a
      shangliang Xu 提交于
      * [ppyolov3] add ppyolov3 base code
      
      * add ppyolov3 s/m/x
      
      * modify ema
      
      * modify code to convert onnx successfully
      
      * support arbitrary shape
      
      * update config to use amp default
      
      * refine ppyolo_head code
      
      * modify reparameter code
      
      * refine act layer
      
      * adapter pico_head and tood_head code
      
      * remove ppyolov3 yaml
      
      * fix codestyle
      Co-authored-by: Nwangxinxin08 <wangxinxin08@baidu.com>
      ef83ab8a