1. 29 8月, 2022 1 次提交
    • W
      [cherry-pick] add release 2.5 doc (#6762) · b345d7eb
      wangguanzhong 提交于
      * update release note, test=document_fix
      
      * update README, test=document_fix
      
      * update link, test=document_fix
      
      * add en doc, test=document_fix
      
      * add ocsort, test=document_fix
      b345d7eb
  2. 24 8月, 2022 1 次提交
  3. 11 8月, 2022 1 次提交
    • W
      refactor s2anet (#6604) · b4727677
      wangxinxin08 提交于
      * refactor s2anet to support batch_size > 1
      
      * fix problem of inference
      
      * support batch_size > 1 for training
      
      * fix empty results
      
      * fix dota eval
      
      * fix configs of s2anet_head
      
      * modify s2anet_spine_1x to 73 mAP
      b4727677
  4. 10 8月, 2022 1 次提交
  5. 13 7月, 2022 1 次提交
  6. 01 6月, 2022 1 次提交
    • W
      Clean fluid (#6075) · c103d025
      wangguanzhong 提交于
      * clean fluid
      
      * mv static to legacy
      
      * remove yolo box
      
      * revert legacy dir
      
      * revert static link
      
      * update in_dynamic_mode
      
      * clean iou_similarity, collect_fpn_proposals, bipartite_match
      c103d025
  7. 08 4月, 2022 1 次提交
  8. 18 3月, 2022 1 次提交
  9. 09 3月, 2022 1 次提交
  10. 03 3月, 2022 1 次提交
    • S
      Add PP-YOLOv3 code (#5281) · ef83ab8a
      shangliang Xu 提交于
      * [ppyolov3] add ppyolov3 base code
      
      * add ppyolov3 s/m/x
      
      * modify ema
      
      * modify code to convert onnx successfully
      
      * support arbitrary shape
      
      * update config to use amp default
      
      * refine ppyolo_head code
      
      * modify reparameter code
      
      * refine act layer
      
      * adapter pico_head and tood_head code
      
      * remove ppyolov3 yaml
      
      * fix codestyle
      Co-authored-by: Nwangxinxin08 <wangxinxin08@baidu.com>
      ef83ab8a
  11. 26 1月, 2022 1 次提交
    • B
      add implementation of RetinaNet (#5140) · ae621055
      Blake 提交于
      * add implementation of RetinaNet
      
      * * add README.md and model zoo
      * rename FOCSFeat -> RetianFeat
      * add mstrain model to model zoo
      * refactor DeltaBBoxCoder
      
      * update link for model and log
      ae621055
  12. 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
  13. 12 10月, 2021 1 次提交
  14. 14 9月, 2021 1 次提交
  15. 08 7月, 2021 3 次提交
  16. 07 7月, 2021 1 次提交
  17. 04 7月, 2021 1 次提交
  18. 28 6月, 2021 1 次提交
  19. 21 6月, 2021 1 次提交
  20. 10 6月, 2021 1 次提交
  21. 28 5月, 2021 1 次提交
  22. 20 5月, 2021 1 次提交
  23. 19 5月, 2021 1 次提交
  24. 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
  25. 13 5月, 2021 1 次提交
  26. 11 5月, 2021 1 次提交
  27. 26 4月, 2021 1 次提交
  28. 16 4月, 2021 1 次提交
  29. 15 4月, 2021 1 次提交
  30. 12 4月, 2021 1 次提交
  31. 08 4月, 2021 1 次提交
  32. 30 3月, 2021 1 次提交
  33. 22 3月, 2021 1 次提交
  34. 10 3月, 2021 1 次提交
  35. 09 3月, 2021 1 次提交
  36. 19 2月, 2021 1 次提交
  37. 13 2月, 2021 1 次提交
  38. 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