1. 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
  2. 14 9月, 2022 1 次提交
  3. 05 9月, 2022 1 次提交
  4. 24 8月, 2022 1 次提交
  5. 22 8月, 2022 1 次提交
  6. 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
  7. 08 8月, 2022 1 次提交
  8. 26 7月, 2022 1 次提交
  9. 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
  10. 23 5月, 2022 2 次提交
  11. 17 5月, 2022 1 次提交
  12. 22 4月, 2022 1 次提交
  13. 18 4月, 2022 1 次提交
  14. 15 4月, 2022 1 次提交
  15. 14 4月, 2022 1 次提交
  16. 08 4月, 2022 1 次提交
  17. 02 4月, 2022 1 次提交
    • W
      support mask rcnn bs>2 (#5470) · 020e1cd6
      wangguanzhong 提交于
      * support mask rcnn bs>2
      
      * fix resize op in c++ deploy
      
      * fix preprocess in mask rcnn
      
      * fix cascade mask rcnn when box is empty
      
      * update merge batch
      020e1cd6
  18. 30 3月, 2022 1 次提交
  19. 24 3月, 2022 2 次提交
  20. 21 3月, 2022 2 次提交
    • W
      update pphuman for pptracking (#5419) · 8622966f
      wangguanzhong 提交于
      8622966f
    • J
      Pipeline with kpt and act (#5399) · 7018dad1
      JYChen 提交于
      * add keypoint infer and visualize into Pipeline
      
      * add independent action model inference
      
      * add action inference into pipeline, still in working
      
      * test different display frames and normalization methods
      
      * use bbox and scale normalization
      
      * Remove debug info and Optimize code structure
      
      * remove useless visual param
      
      * make action parameters configurable
      7018dad1
  21. 18 3月, 2022 1 次提交
  22. 15 3月, 2022 1 次提交
    • F
      [MOT] Upgrade pptracking deploy (#5358) · c643eeab
      Feng Ni 提交于
      * add bytetrack yolov3 engine and deploy baseline
      
      * fix bytetrack yolov3 configs
      
      * fix cfgs tools
      
      * fix tracker pred_dets
      
      * fit pptracking jde sde infer
      
      * rename cfgs, fix mot_sde_infer
      
      * fix mot sde single class infer
      
      * remove byte cfgs
      
      * fix mtmct
      
      * clean code
      c643eeab
  23. 03 3月, 2022 1 次提交
    • W
      Refactor python deploy (#5253) · 7dccc8f6
      wangguanzhong 提交于
      * refactor det deploy
      
      * refactor keypoint deploy
      
      * fix solov2
      
      * fit mot sde pipeline infer
      
      * refine mot sde infer
      
      * fit mot jde infer pipeline
      
      * fit mot pose unite infer
      
      * precommit for format
      
      * refine keypoint detector name
      
      * clean codes
      
      * fix keypoint infer
      
      * refine format
      Co-authored-by: NFeng Ni <nemonameless@qq.com>
      7dccc8f6
  24. 12 12月, 2021 1 次提交
  25. 09 12月, 2021 1 次提交
  26. 06 12月, 2021 1 次提交
  27. 30 11月, 2021 1 次提交
  28. 20 11月, 2021 1 次提交
  29. 28 10月, 2021 1 次提交
  30. 21 10月, 2021 1 次提交
  31. 18 10月, 2021 1 次提交
    • W
      Add CenterNet (#4098) · 996a4fa5
      wangguanzhong 提交于
      * add centernet
      
      * add centernet
      
      * add r50 for centernet
      
      * support deploy for centernet
      
      * add doc
      
      * update pretrain
      
      * clean code
      
      * update r50 doc
      
      * unify for_mot
      
      * update code according to review
      
      * update doc
      
      * refine preprocess
      
      * update doc
      996a4fa5
  32. 17 10月, 2021 1 次提交
  33. 27 7月, 2021 1 次提交
  34. 14 7月, 2021 1 次提交
  35. 09 7月, 2021 1 次提交
  36. 08 7月, 2021 1 次提交
    • M
      Optimize imports (#3601) · 84c8958d
      Manuel Garcia 提交于
      Besides removing unnecessary imports, this also fixes the missing logger module in test_architectures.py within the static directory.
      84c8958d