1. 21 3月, 2022 1 次提交
    • 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
  2. 18 3月, 2022 1 次提交
  3. 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
  4. 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
  5. 12 12月, 2021 1 次提交
  6. 09 12月, 2021 1 次提交
  7. 06 12月, 2021 1 次提交
  8. 30 11月, 2021 1 次提交
  9. 20 11月, 2021 1 次提交
  10. 28 10月, 2021 1 次提交
  11. 21 10月, 2021 1 次提交
  12. 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
  13. 17 10月, 2021 1 次提交
  14. 27 7月, 2021 1 次提交
  15. 14 7月, 2021 1 次提交
  16. 09 7月, 2021 1 次提交
  17. 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
  18. 07 7月, 2021 1 次提交
  19. 02 7月, 2021 1 次提交
    • G
      [MOT] add deepsort deploy (#3515) · af424a9a
      George Ni 提交于
      * add deepsort export model, reid infer
      
      * fix jde_yolov3 metric
      
      * fix deepsort deploy
      
      * fix doc, clean code
      
      * add mot deploy infer image, add run_benchmark
      af424a9a
  20. 28 6月, 2021 1 次提交
  21. 24 6月, 2021 1 次提交
  22. 16 6月, 2021 1 次提交
  23. 08 6月, 2021 1 次提交
  24. 07 6月, 2021 1 次提交
  25. 04 6月, 2021 1 次提交
  26. 28 5月, 2021 1 次提交
  27. 25 5月, 2021 1 次提交
  28. 24 5月, 2021 1 次提交
  29. 21 5月, 2021 2 次提交
  30. 20 5月, 2021 3 次提交
  31. 19 5月, 2021 1 次提交
  32. 14 5月, 2021 1 次提交
  33. 12 5月, 2021 1 次提交
    • C
      [dev] s2anet fix export and deploy (#2919) · 0947171b
      cnn 提交于
      * s2anet fix export and deploy
      
      * remove redundant code
      
      * fix cpp for s2anet deploy
      
      * fix bug of get_categories
      
      * rename poly_to_rbox to poly2rbox
      
      * add some comment for function
      0947171b
  34. 11 5月, 2021 1 次提交
  35. 15 4月, 2021 1 次提交
  36. 22 3月, 2021 1 次提交
  37. 19 3月, 2021 1 次提交
    • C
      [deploy] support dynamic_shape and add tensorrt tutorial (#2367) · 71a95461
      cnn 提交于
      * TensorRT support dynamic shape
      
      * add TensorRT doc
      
      * update model visual tool, test=fix_document
      
      * python support trt6
      
      * cpp support trt6
      
      * fix code error
      
      * clean code
      
      * python trt dynamic shape and fix code style
      
      * disable log and update doc style
      
      * update opencv lib url
      
      * solov2 trt support dynamic shape
      
      * support tensorrt_int8
      
      * add TensorRT int8 calib data for ppyolo
      
      * set workspace_size=1 << 30 as default
      
      * remove content
      
      * remove some content, and fix code style
      
      * remove images
      
      * update doc style
      71a95461