1. 27 12月, 2021 1 次提交
  2. 24 12月, 2021 1 次提交
  3. 16 12月, 2021 1 次提交
  4. 02 12月, 2021 1 次提交
  5. 24 11月, 2021 1 次提交
  6. 18 11月, 2021 1 次提交
  7. 05 11月, 2021 2 次提交
  8. 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
  9. 30 7月, 2021 1 次提交
  10. 19 7月, 2021 1 次提交
  11. 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
  12. 07 7月, 2021 2 次提交
  13. 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
  14. 28 6月, 2021 1 次提交
  15. 10 6月, 2021 1 次提交
  16. 09 6月, 2021 1 次提交
  17. 28 5月, 2021 1 次提交
  18. 21 5月, 2021 1 次提交
  19. 20 5月, 2021 1 次提交
  20. 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
  21. 14 5月, 2021 1 次提交
  22. 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
  23. 11 5月, 2021 1 次提交
  24. 07 5月, 2021 1 次提交
  25. 30 4月, 2021 1 次提交
  26. 25 4月, 2021 1 次提交
    • C
      [dev] s2anet add anno convert to rbox (#2724) · a9255173
      cnn 提交于
      * add script of dota_2_coco
      
      * add args for dota_to_coco
      
      * add script to generate test result of dota
      
      * add loss weight for s2anet
      
      * fix dy2st for s2anet
      
      * fix code style
      a9255173
  27. 12 4月, 2021 1 次提交
  28. 09 4月, 2021 1 次提交
  29. 30 3月, 2021 2 次提交
  30. 22 3月, 2021 1 次提交
  31. 02 3月, 2021 1 次提交
  32. 09 2月, 2021 1 次提交
    • W
      Update cascade (#2179) · 926efec2
      wangguanzhong 提交于
      * update cascade, test=dygraph
      
      * clean code, test=dygraph
      
      * add cascade_rcnn, test=dygraph
      
      * update according to reviews, test=dygraph
      
      * support dy2static, test=dygraph
      926efec2
  33. 08 2月, 2021 1 次提交
  34. 05 2月, 2021 1 次提交
  35. 04 2月, 2021 1 次提交
  36. 29 1月, 2021 1 次提交
  37. 25 1月, 2021 1 次提交
    • W
      refactor rcnn, test=dygraph (#2114) · 944eee5c
      wangguanzhong 提交于
      * refactor rcnn, test=dygraph
      
      * add mask_rcnn, test=dygraph
      
      * add Faster RCNN & Faster FPN, test=dygraph
      
      * update according to the review, test=dygraph
      944eee5c