1. 09 3月, 2023 1 次提交
    • L
      Add vitpose (#7894) · fa1ba1aa
      LokeZhou 提交于
      * add vitpose
      
      * fix keypoints/README_en.md document_fix=test
      
      * add vitpose_base_coco_256x192
      
      * vitpose.py add some annotation for discriminate visio_transformer.py
      
      * output_heatmap use gpu
      fa1ba1aa
  2. 07 3月, 2023 1 次提交
  3. 06 3月, 2023 1 次提交
  4. 03 3月, 2023 1 次提交
  5. 22 2月, 2023 1 次提交
    • Z
      keypoint petr (#7774) · 4c04ce74
      zhiboniu 提交于
      * petr train ok
      
      train ok
      
      refix augsize
      
      affine size fix
      
      update msdeformable
      
      fix flip/affine
      
      fix clip
      
      add resize area
      
      add distortion
      
      debug mode
      
      fix pos_inds
      
      update edge joints
      
      update word mistake
      
      * delete extra codes;adapt transformer modify;update code format
      
      * reverse old transformer modify
      
      * integrate datasets
      4c04ce74
  6. 13 2月, 2023 1 次提交
  7. 10 2月, 2023 1 次提交
    • F
      update pphuman ppvehicle tiny models (#7726) · 9e4e0ad0
      Feng Ni 提交于
      * update pphuman ppvechicle new models, test=document_fixb
      
      * update docs, test=document_fixb
      
      * update docs, test=document_fix
      
      * fix configs, test=document_fix
      9e4e0ad0
  8. 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
  9. 08 2月, 2023 4 次提交
  10. 07 2月, 2023 2 次提交
    • 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
    • U
      [论文复现营] add QueryInst (#7585) · e22eb8a1
      ucsk 提交于
      * add QueryInst
      
      * update sparse config
      
      * Clean up redundancy and update style
      
      * update config
      
      * add trained models & resolve conflict
      
      * share bbox_cxcywh_to_xyxy
      
      * Revert "share bbox_cxcywh_to_xyxy"
      
      This reverts commit ccf811211eda0a59dc0446f1b716f4e7412367f9.
      
      * repeat bbox_cxcywh_to_xyxy
      
      * Poly2Mask: Add delete switch
      RandomSizeCrop: keep origin randint style
      
      * update copyright
      e22eb8a1
  11. 06 2月, 2023 1 次提交
  12. 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
  13. 02 2月, 2023 1 次提交
  14. 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
  15. 31 1月, 2023 1 次提交
  16. 09 1月, 2023 1 次提交
  17. 04 1月, 2023 2 次提交
  18. 27 12月, 2022 1 次提交
    • T
      Few shot (#7503) · a40d2d3a
      Taojerxi 提交于
      * finish_cotuning
      
      * fix_bug
      
      * add_readme
      
      * finish contrast
      a40d2d3a
  19. 09 12月, 2022 1 次提交
  20. 08 12月, 2022 1 次提交
    • U
      fix 2 bugs (#7409) · 93de5e5f
      ucsk 提交于
      * fix transposed convolution in_channels
      
      * fix when deep_supervision is false
      93de5e5f
  21. 07 12月, 2022 1 次提交
  22. 06 12月, 2022 1 次提交
  23. 30 11月, 2022 1 次提交
  24. 16 11月, 2022 1 次提交
  25. 15 11月, 2022 1 次提交
  26. 08 11月, 2022 1 次提交
  27. 07 11月, 2022 1 次提交
  28. 04 11月, 2022 1 次提交
  29. 03 11月, 2022 1 次提交
    • W
      add ppyoloe_r (#7105) · c6c10032
      wangxinxin08 提交于
      * add ppyoloe_r
      
      * modify code of ops.py
      
      * add ppyoloe_r docs and modify rotate docs
      
      * modify docs and refine connfigs
      
      * fix some problems
      
      * refine docs, add nms_rotated ext_op and fix some problems
      
      * add image and inference_benchmark.py
      
      * modify docs
      
      * fix some problems
      
      * modify code accroding to review
      
      Co-authored-by: wangxinxin08 <>
      c6c10032
  30. 31 10月, 2022 1 次提交
  31. 18 10月, 2022 1 次提交
    • H
      add LD distillation for GFL model (#7101) · b52580df
      huangjun12 提交于
      * add code
      
      * add ld-vlr
      
      * refractor code
      
      * refine code
      
      * add doc
      
      * refine details
      
      * refine doc
      
      * update download url
      
      * rename config file for ci
      
      * rename config file in README for CI
      b52580df
  32. 13 10月, 2022 1 次提交
  33. 27 9月, 2022 1 次提交
  34. 17 9月, 2022 1 次提交
    • F
      refine fcos codes (#6949) · 80b2627b
      Feng Ni 提交于
      * refine fcos codes
      
      * refine fcos postprocess
      
      * fix fcos deploy
      
      * fix fcos deploy
      80b2627b