1. 26 12月, 2022 1 次提交
  2. 08 12月, 2022 1 次提交
    • L
      Pipeline vehicle (#7432) · 1ee80501
      LokeZhou 提交于
      * * add vehicle_pressing.py to judge vehicle press lane
      * add lane_seg_infer.py to lane seg
      * add pipeline vehicle retrograde:
      * add vehicle_retrograde.py to judge vehicle retrograde
      * add infer_cfg_vehicle_violation.yml to config vehicle press vehicle retrograde
      * add lane_seg_config.yml to config lane seg
      
      * *add ppvehicle_press readme
      *add ppvehicle_retrograde.md
      *fix lane_seg preditor init
      
      * ppvehicle_press.md ppvehicle_retrograde.ma add gif image
      
      * *fix  ppvehicle press retrograde readme, test=document_fix
      *add ppvehicle press retrograde en readme test=document_fix
      *fix ppvehicle retrograde keep left bug
      
      * fix ppvehicle readme,test=document_fix
      
      * fix ppvehicle retrograde en readme,test=document_fix
      
      * ppvehicle_press ppvehicle_retrograde readme add sulution test=document_fix
      
      * fix ppvehicle press retrograde readme format test=document_fix
      1ee80501
  3. 19 11月, 2022 1 次提交
  4. 15 11月, 2022 1 次提交
  5. 14 11月, 2022 1 次提交
  6. 17 10月, 2022 1 次提交
  7. 11 10月, 2022 1 次提交
  8. 29 9月, 2022 1 次提交
  9. 27 9月, 2022 1 次提交
  10. 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
  11. 14 9月, 2022 1 次提交
  12. 08 9月, 2022 1 次提交
  13. 05 9月, 2022 1 次提交
  14. 29 8月, 2022 1 次提交
  15. 24 8月, 2022 1 次提交
  16. 22 8月, 2022 1 次提交
  17. 19 8月, 2022 1 次提交
  18. 18 8月, 2022 1 次提交
    • F
      [smalldet] add SAHI slice train eval infer deploy (#6465) · 0f75cb6c
      Feng Ni 提交于
      * add slice infer for smalldet
      
      * add slice infer for smalldet
      
      * fix slice infer
      
      * fix doc, test=document_fix
      
      * fix eval and configs
      
      * add slice dataset loader
      
      * fix deploy
      
      * fix docs, test=document_fix
      
      * update docs, test=document_fix
      0f75cb6c
  19. 16 8月, 2022 1 次提交
  20. 11 8月, 2022 1 次提交
  21. 08 8月, 2022 2 次提交
  22. 05 8月, 2022 1 次提交
  23. 26 7月, 2022 1 次提交
  24. 25 7月, 2022 1 次提交
  25. 18 7月, 2022 1 次提交
  26. 14 7月, 2022 1 次提交
  27. 01 7月, 2022 4 次提交
  28. 28 6月, 2022 1 次提交
  29. 21 6月, 2022 4 次提交
  30. 20 6月, 2022 2 次提交
    • S
      [TIPC] add kl quant txt (#6237) · 1353aa5d
      shangliang Xu 提交于
      1353aa5d
    • J
      More action for pphuman (#6142) · bf895541
      JYChen 提交于
      * add det based action, still in working
      
      * add det_based action
      
      * add id-based class action into pipeline
      
      * remove clsactioninferer
      
      * return history result, optimize visualization for multiple actions
      
      * use history result for det-based action model
      
      * batchinfer for cls&det models
      bf895541
  31. 14 6月, 2022 1 次提交
    • XYZ_916's avatar
      Scale frames before fight action recognition (#6170) · 1c4da10b
      XYZ_916 提交于
      * Scale frames before fight action recognition
      
      * put
      short_size = self.cfg["VIDEO_ACTION"]["short_size"]
      scale = Scale(short_size)
      out of while
      
      * change class name from Scale to ShortSizeScale
      1c4da10b
  32. 09 6月, 2022 1 次提交
    • XYZ_916's avatar
      Develop branch: add fight action for pphuman (#6160) · 67f16ed9
      XYZ_916 提交于
      * add fight for PP-Human
      
      * add short_size and target_size for fight recognition
      
      * add short_size and target_size for fight_infer
      
      * modify code according to the reviews
      
      * add the wrong deleted lines`
      
      * Update pipeline.py
      
      * Update infer_cfg.yml
      
      * visualize fight when fight action occur
      
      * 乱码修改
      
      * delete useless parmas
      
      * delete useless code str2bool
      67f16ed9