1. 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
  2. 31 8月, 2022 1 次提交
  3. 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
  4. 19 8月, 2022 1 次提交
  5. 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
  6. 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
  7. 07 6月, 2022 1 次提交
  8. 27 5月, 2022 1 次提交
  9. 02 5月, 2022 1 次提交
  10. 22 4月, 2022 2 次提交
  11. 21 4月, 2022 1 次提交
  12. 18 4月, 2022 2 次提交
  13. 22 3月, 2022 1 次提交
  14. 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
  15. 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
  16. 17 2月, 2022 1 次提交
  17. 29 1月, 2022 1 次提交
  18. 24 11月, 2021 1 次提交
  19. 05 11月, 2021 6 次提交
  20. 03 11月, 2021 1 次提交
  21. 29 10月, 2021 2 次提交
  22. 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
  23. 13 10月, 2021 1 次提交
  24. 11 10月, 2021 1 次提交
  25. 19 9月, 2021 1 次提交
  26. 06 9月, 2021 1 次提交
  27. 12 8月, 2021 1 次提交
  28. 03 8月, 2021 1 次提交
  29. 27 7月, 2021 1 次提交
  30. 21 7月, 2021 1 次提交
  31. 14 7月, 2021 1 次提交
  32. 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