1. 20 12月, 2021 1 次提交
    • W
      refine sync bn (#4361) · ea2f81d8
      wangxinxin08 提交于
      * refine sync bn
      
      * fix bugs of batch_norm
      
      * fix bugs while deploying and modify BatchNorm to BatchNorm2D
      
      * param_attr -> weight_attr in BatchNorm2D
      
      * modify BatchNorm to BatchNorm2D
      ea2f81d8
  2. 24 11月, 2021 1 次提交
  3. 23 11月, 2021 1 次提交
  4. 12 11月, 2021 1 次提交
  5. 05 11月, 2021 1 次提交
    • F
      [MOT] unify tracker for single class and multi-calss MOT (#4403) · 8a87d99e
      Feng Ni 提交于
      * add mcfairmot train eval export code
      
      * fix eval and export
      
      * update modelzoo
      
      * add hrnet18_dlafpn
      
      * unify jdetracker
      
      * fix deploy infer for single class
      
      * fix multi class fairmot deploy
      
      * fix mcmot data source and deploy
      
      * fix num_identities
      
      * fix num_identities_dict
      8a87d99e
  6. 29 10月, 2021 1 次提交
  7. 26 10月, 2021 1 次提交
  8. 21 10月, 2021 1 次提交
  9. 18 10月, 2021 1 次提交
  10. 17 10月, 2021 1 次提交
  11. 14 10月, 2021 1 次提交
  12. 12 10月, 2021 1 次提交
  13. 09 10月, 2021 1 次提交
  14. 27 9月, 2021 1 次提交
  15. 23 9月, 2021 1 次提交
  16. 18 9月, 2021 1 次提交
  17. 27 8月, 2021 1 次提交
  18. 12 8月, 2021 1 次提交
  19. 02 8月, 2021 1 次提交
  20. 26 7月, 2021 1 次提交
  21. 12 7月, 2021 1 次提交
  22. 08 7月, 2021 3 次提交
  23. 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
  24. 28 6月, 2021 1 次提交
  25. 23 6月, 2021 1 次提交
  26. 21 6月, 2021 1 次提交
  27. 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
  28. 13 6月, 2021 1 次提交
  29. 11 6月, 2021 1 次提交
  30. 10 6月, 2021 1 次提交
  31. 07 6月, 2021 1 次提交
  32. 20 5月, 2021 2 次提交
  33. 17 5月, 2021 1 次提交
  34. 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
  35. 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