1. 10 2月, 2023 1 次提交
  2. 09 2月, 2023 2 次提交
    • X
      GradCAM Refinement (#7685) · 5731e99d
      xs1997zju 提交于
      * GradCAM Refinement
      
      * ROI CAM bugfix
      
      * Add support for blazeface, ssd, retinanet
      
      * Change nms return_idx default value to False
      
      * Add use_extra_data attr
      
      * pre-commit code style
      
      * fix yolo extra_data process
      5731e99d
    • F
      fix ppyoloe_head (#7717) · 15fd9316
      Feng Ni 提交于
      15fd9316
  3. 08 2月, 2023 1 次提交
  4. 07 2月, 2023 1 次提交
    • F
      Add ppyoloe semi-det base codes (#7680) · 1e21400e
      Feng Ni 提交于
      * add ppyoloe semi-det base codes
      
      * fix configs
      
      * fix head distill loss
      
      * add more semi_det configs and fix doc, test=document_fix
      
      * add contrast_loss config, test=document_fix
      1e21400e
  5. 03 2月, 2023 1 次提交
    • F
      Add PPYOLOE distillation (#7671) · b2e0acf1
      Feng Ni 提交于
      * add ppyoloe distill with soft loss and feature loss
      
      * refine distill codes
      
      * fix configs and docs
      
      * clean codes
      
      * merge cam, fix export
      b2e0acf1
  6. 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
  7. 31 1月, 2023 1 次提交
  8. 08 11月, 2022 1 次提交
  9. 07 11月, 2022 1 次提交
  10. 04 11月, 2022 1 次提交
  11. 31 10月, 2022 1 次提交
  12. 08 9月, 2022 1 次提交
  13. 24 8月, 2022 1 次提交
  14. 13 7月, 2022 1 次提交
  15. 20 6月, 2022 1 次提交
  16. 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
  17. 07 5月, 2022 1 次提交
  18. 20 4月, 2022 1 次提交
  19. 11 4月, 2022 1 次提交
  20. 08 4月, 2022 1 次提交
  21. 02 4月, 2022 1 次提交
  22. 30 3月, 2022 1 次提交
  23. 07 3月, 2022 1 次提交
  24. 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