1. 08 2月, 2023 2 次提交
  2. 07 2月, 2023 2 次提交
    • F
      Add ppyoloe semi-det base codes (#7680) · 1e21400e
      Feng Ni 提交于
      * add ppyoloe semi-det base codes
      
      * fix configs
      
      * fix head distill loss
      
      * add more semi_det configs and fix doc, test=document_fix
      
      * add contrast_loss config, test=document_fix
      1e21400e
    • U
      [论文复现营] add QueryInst (#7585) · e22eb8a1
      ucsk 提交于
      * add QueryInst
      
      * update sparse config
      
      * Clean up redundancy and update style
      
      * update config
      
      * add trained models & resolve conflict
      
      * share bbox_cxcywh_to_xyxy
      
      * Revert "share bbox_cxcywh_to_xyxy"
      
      This reverts commit ccf811211eda0a59dc0446f1b716f4e7412367f9.
      
      * repeat bbox_cxcywh_to_xyxy
      
      * Poly2Mask: Add delete switch
      RandomSizeCrop: keep origin randint style
      
      * update copyright
      e22eb8a1
  3. 09 1月, 2023 1 次提交
  4. 30 12月, 2022 1 次提交
  5. 26 12月, 2022 1 次提交
  6. 22 12月, 2022 1 次提交
  7. 05 12月, 2022 1 次提交
  8. 02 12月, 2022 1 次提交
  9. 30 11月, 2022 1 次提交
  10. 15 11月, 2022 1 次提交
  11. 14 11月, 2022 1 次提交
  12. 18 10月, 2022 1 次提交
    • H
      add LD distillation for GFL model (#7101) · b52580df
      huangjun12 提交于
      * add code
      
      * add ld-vlr
      
      * refractor code
      
      * refine code
      
      * add doc
      
      * refine details
      
      * refine doc
      
      * update download url
      
      * rename config file for ci
      
      * rename config file in README for CI
      b52580df
  13. 05 9月, 2022 1 次提交
  14. 31 8月, 2022 1 次提交
  15. 23 8月, 2022 1 次提交
    • W
      Refactor rbox (#6704) · e55e4194
      wangxinxin08 提交于
      * refactor rbox
      
      * modify the code of save results
      
      * fix some problem
      
      * add .gitignore in dataset/dota
      
      * fix test anno path
      e55e4194
  16. 19 8月, 2022 1 次提交
  17. 18 8月, 2022 1 次提交
    • F
      [smalldet] add SAHI slice train eval infer deploy (#6465) · 0f75cb6c
      Feng Ni 提交于
      * add slice infer for smalldet
      
      * add slice infer for smalldet
      
      * fix slice infer
      
      * fix doc, test=document_fix
      
      * fix eval and configs
      
      * add slice dataset loader
      
      * fix deploy
      
      * fix docs, test=document_fix
      
      * update docs, test=document_fix
      0f75cb6c
  18. 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
  19. 02 8月, 2022 1 次提交
  20. 01 8月, 2022 1 次提交
  21. 26 7月, 2022 1 次提交
  22. 07 6月, 2022 1 次提交
  23. 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
  24. 27 5月, 2022 1 次提交
  25. 25 5月, 2022 1 次提交
  26. 24 5月, 2022 1 次提交
  27. 10 5月, 2022 1 次提交
  28. 02 5月, 2022 1 次提交
  29. 28 4月, 2022 1 次提交
  30. 22 4月, 2022 2 次提交
  31. 21 4月, 2022 1 次提交
  32. 18 4月, 2022 2 次提交
  33. 14 4月, 2022 1 次提交
  34. 30 3月, 2022 1 次提交
  35. 22 3月, 2022 1 次提交
  36. 15 3月, 2022 1 次提交
    • U
      [Fix] Update operators.py (#5357) · 1acb1852
      ucsk 提交于
      Fixed a possible error on line 2021: "TypeError: 'numpy.float64' object cannot be interpreted as an integer".
      1acb1852