1. 08 2月, 2023 4 次提交
  2. 07 2月, 2023 4 次提交
    • 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
    • F
      Add ppyoloe distillation modelzoo (#7694) · a496c2dd
      Feng Ni 提交于
      * fix tal distill and singe scale training
      
      * add modelzoo fix configs
      
      * fix docs typos, test=document_fix
      a496c2dd
    • W
      fix color display for python 3.10 (#7695) · 93ea350c
      wangguanzhong 提交于
      93ea350c
    • 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
  3. 06 2月, 2023 2 次提交
  4. 03 2月, 2023 2 次提交
  5. 02 2月, 2023 1 次提交
  6. 01 2月, 2023 6 次提交
  7. 31 1月, 2023 5 次提交
  8. 29 1月, 2023 1 次提交
  9. 28 1月, 2023 3 次提交
  10. 26 1月, 2023 1 次提交
    • L
      pipeline.py add tracking module time info (#7627) · de39e703
      LokeZhou 提交于
      * pipeline.py add tracking module time
      fix infer_cfg_vehicle_violation.yml for examples
      
      * pipeline examples infer_cfg_vehicle_violation.yml delete irrelevant config
      
      * fix infer_cfg_vehicle_violation.yml enable
      de39e703
  11. 18 1月, 2023 2 次提交
  12. 17 1月, 2023 1 次提交
  13. 13 1月, 2023 2 次提交
  14. 12 1月, 2023 1 次提交
  15. 09 1月, 2023 2 次提交
    • L
      [MOT] Add BoT-SORT and MOT speed optimization (#7591) · 772d1801
      LokeZhou 提交于
      * Add BOTSORTTracker
      * pptracking/python/mot/tracker/botsort_tracker.py
      * ppdet/modeling/mot/tracker/botsort_tracker.py
      
      fix OCSORTTracker
      
      * * botsort kalman_filter.py float64->float32
      * requirements.txt add numba
      
      * [Mot] kalman_filter.py lazy import numba
      * add code source and modify comments
      
      * [MOT] fix numba lazy import bug
      
      * [MOT] botsort add README.md
      
      * delete comment code
      772d1801
    • F
      [MOT] add centertrack and refine centernet (#7510) · 2acf9cfc
      Feng Ni 提交于
      * add centertrack base codes
      
      * fix deploy and docs
      
      * fix tracker
      
      * fix
      
      * fix pre_img
      
      * fix deploy
      
      * fix
      2acf9cfc
  16. 05 1月, 2023 2 次提交
  17. 04 1月, 2023 1 次提交