1. 03 8月, 2021 1 次提交
  2. 31 7月, 2021 1 次提交
  3. 29 7月, 2021 1 次提交
  4. 27 7月, 2021 1 次提交
  5. 20 7月, 2021 1 次提交
    • G
      [MOT] Fix mot video decode (#3681) · 0c2b74f9
      George Ni 提交于
      * mot video decode to images
      
      * add infer_dir for mot
      
      * fix export and unite pose infer
      
      * remove task in mot source
      
      * set image_dir
      
      * update doc
      0c2b74f9
  6. 12 7月, 2021 1 次提交
  7. 09 7月, 2021 1 次提交
  8. 08 7月, 2021 4 次提交
  9. 07 7月, 2021 1 次提交
  10. 03 7月, 2021 1 次提交
  11. 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
  12. 30 6月, 2021 1 次提交
  13. 28 6月, 2021 1 次提交
  14. 23 6月, 2021 1 次提交
  15. 21 6月, 2021 1 次提交
  16. 17 6月, 2021 1 次提交
    • G
      [MOT] add mot score (#3374) · f0e689e2
      George Ni 提交于
      * add mot score to txt results
      
      * fix mot install typo
      
      * add epoch for deepsort
      
      * fix paddle no_grad
      
      * deploy infer save image txt
      f0e689e2
  17. 16 6月, 2021 1 次提交
  18. 13 6月, 2021 1 次提交
  19. 11 6月, 2021 1 次提交
  20. 10 6月, 2021 2 次提交
  21. 07 6月, 2021 1 次提交
  22. 25 5月, 2021 1 次提交
  23. 24 5月, 2021 1 次提交
  24. 21 5月, 2021 2 次提交
  25. 20 5月, 2021 5 次提交
  26. 17 5月, 2021 1 次提交
  27. 15 5月, 2021 1 次提交
    • F
      [MOT] add FairMOT (#2994) · 277bc13f
      FlyingQianMM 提交于
      * add fairmot
      
      * rename pretrain_weights
      
      * add comments; reuse focal loss and convnorm
      
      * update comments
      277bc13f
  28. 14 5月, 2021 1 次提交
  29. 12 5月, 2021 3 次提交
    • G
      fix eval snapshot_epoch (#2968) · cb972a2b
      Guanghua Yu 提交于
      * fix eval snapshot_epoch
      cb972a2b
    • G
      [MOT] JDE: others (#2788) · 0b1b74ad
      George Ni 提交于
      * add config for jde and deepsort, add engine metric tools
      
      * add mot_metrics
      
      * fix configs engine and others
      
      * fix configs others
      
      * move configs
      
      * fix ap_per_class, fix doc
      
      * fix test_mode, seqs
      
      * fix test_mode to metric
      
      * fix JDE arch metric
      
      * clean requirement
      
      * add to requirement
      0b1b74ad
    • 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