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. 02 3月, 2023 2 次提交
  5. 22 2月, 2023 2 次提交
    • XYZ_916's avatar
      add config and architecture for human36m (#7802) · ea682ac4
      XYZ_916 提交于
      * add config and architecture for human36m
      
      * modify TinyPose3DHRNet to support human3.6M dataset
      
      * delete useless class
      ea682ac4
    • 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. 15 2月, 2023 1 次提交
  7. 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
      refine ssod codes (#7713) · 1463f210
      Feng Ni 提交于
      1463f210
  8. 08 2月, 2023 2 次提交
  9. 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
  10. 06 2月, 2023 1 次提交
  11. 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
  12. 02 2月, 2023 1 次提交
  13. 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
  14. 31 1月, 2023 1 次提交
  15. 28 1月, 2023 1 次提交
  16. 09 1月, 2023 1 次提交
  17. 04 1月, 2023 1 次提交
    • S
      add DINO (#7583) · 918b7542
      shangliang Xu 提交于
      * add DINO
      
      add msdeformable attention cuda op
      
      fix export bug
      
      * fix decoder norm
      918b7542
  18. 27 12月, 2022 1 次提交
    • T
      Few shot (#7503) · a40d2d3a
      Taojerxi 提交于
      * finish_cotuning
      
      * fix_bug
      
      * add_readme
      
      * finish contrast
      a40d2d3a
  19. 20 12月, 2022 1 次提交
  20. 30 11月, 2022 1 次提交
  21. 15 11月, 2022 1 次提交
  22. 17 10月, 2022 1 次提交
  23. 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
  24. 16 9月, 2022 1 次提交
    • W
      add fcosr model (#6765) · 92078713
      wangxinxin08 提交于
      * add fcosr
      
      * fix some problem
      
      * add docs for fcosr
      
      * modify code
      
      * modify focsr reader
      
      * finish tensorrt deployment with dynamic shape
      
      * modify according to review comment
      
      Co-authored-by: wangxinxin08 <>
      92078713
  25. 07 9月, 2022 1 次提交
  26. 31 8月, 2022 1 次提交
  27. 11 8月, 2022 1 次提交
    • W
      refactor s2anet (#6604) · b4727677
      wangxinxin08 提交于
      * refactor s2anet to support batch_size > 1
      
      * fix problem of inference
      
      * support batch_size > 1 for training
      
      * fix empty results
      
      * fix dota eval
      
      * fix configs of s2anet_head
      
      * modify s2anet_spine_1x to 73 mAP
      b4727677
  28. 20 6月, 2022 1 次提交
  29. 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
  30. 31 5月, 2022 1 次提交
  31. 02 5月, 2022 1 次提交
  32. 22 4月, 2022 1 次提交
  33. 18 4月, 2022 1 次提交
  34. 12 4月, 2022 1 次提交
  35. 06 4月, 2022 1 次提交