1. 05 11月, 2021 1 次提交
  2. 02 11月, 2021 1 次提交
  3. 29 10月, 2021 1 次提交
    • F
      [MOT] add enhance fairmot (#4251) · 8d0ad5fd
      Feng Ni 提交于
      * add sge attention on fpn
      
      * add iou head
      
      * add config, fix head
      
      * fix iou offset weight
      
      * fix fairmot centerhead
      8d0ad5fd
  4. 18 10月, 2021 2 次提交
    • 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
    • G
      update PicoDet Architecture and config (#4323) · 7d625608
      Guanghua Yu 提交于
      * update PicoDet Architecture and config
      7d625608
  5. 17 10月, 2021 1 次提交
  6. 09 10月, 2021 1 次提交
  7. 23 9月, 2021 1 次提交
  8. 22 9月, 2021 1 次提交
  9. 07 9月, 2021 1 次提交
  10. 30 8月, 2021 1 次提交
  11. 27 8月, 2021 1 次提交
  12. 26 8月, 2021 1 次提交
  13. 08 8月, 2021 1 次提交
  14. 02 8月, 2021 1 次提交
  15. 30 7月, 2021 1 次提交
  16. 28 7月, 2021 2 次提交
  17. 27 7月, 2021 1 次提交
  18. 21 7月, 2021 1 次提交
  19. 19 7月, 2021 2 次提交
  20. 08 7月, 2021 2 次提交
    • W
      update (#3638) · 6eed850e
      Wenyu 提交于
      6eed850e
    • 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
  21. 07 7月, 2021 2 次提交
  22. 05 7月, 2021 1 次提交
  23. 04 7月, 2021 1 次提交
  24. 28 6月, 2021 2 次提交
  25. 21 6月, 2021 1 次提交
  26. 07 6月, 2021 1 次提交
  27. 05 6月, 2021 1 次提交
  28. 03 6月, 2021 1 次提交
  29. 31 5月, 2021 1 次提交
  30. 28 5月, 2021 1 次提交
  31. 20 5月, 2021 1 次提交
    • W
      support no label training (#2576) · 571dcb34
      wangguanzhong 提交于
      * support no label training
      
      * fix load_crowd
      
      * update to fit rbox
      
      * add empty_ratio
      
      * update configs
      
      * support mask rcnn
      
      * clean drop_empty for mot & keypoint
      
      * refine is_crowd
      571dcb34
  32. 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
  33. 13 5月, 2021 1 次提交
  34. 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