1. 08 2月, 2023 2 次提交
  2. 09 1月, 2023 1 次提交
  3. 26 12月, 2022 1 次提交
  4. 22 12月, 2022 1 次提交
  5. 30 11月, 2022 1 次提交
  6. 14 11月, 2022 1 次提交
  7. 05 9月, 2022 1 次提交
  8. 31 8月, 2022 1 次提交
  9. 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
  10. 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
  11. 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
  12. 02 8月, 2022 1 次提交
  13. 01 8月, 2022 1 次提交
  14. 26 7月, 2022 1 次提交
  15. 25 5月, 2022 1 次提交
  16. 10 5月, 2022 1 次提交
  17. 28 4月, 2022 1 次提交
  18. 18 4月, 2022 1 次提交
  19. 14 4月, 2022 1 次提交
  20. 30 3月, 2022 1 次提交
  21. 28 1月, 2022 1 次提交
  22. 24 11月, 2021 1 次提交
  23. 21 11月, 2021 1 次提交
  24. 18 11月, 2021 1 次提交
  25. 11 11月, 2021 1 次提交
  26. 05 11月, 2021 2 次提交
  27. 29 10月, 2021 1 次提交
  28. 23 9月, 2021 1 次提交
  29. 08 9月, 2021 1 次提交
  30. 02 9月, 2021 1 次提交
  31. 31 8月, 2021 1 次提交
  32. 17 8月, 2021 1 次提交
  33. 10 8月, 2021 1 次提交
  34. 03 8月, 2021 1 次提交
  35. 26 7月, 2021 1 次提交
  36. 20 7月, 2021 1 次提交
    • G
      [MOT] Fix mot video decode (#3681) · 0c2b74f9
      George Ni 提交于
      * mot video decode to images
      
      * add infer_dir for mot
      
      * fix export and unite pose infer
      
      * remove task in mot source
      
      * set image_dir
      
      * update doc
      0c2b74f9
  37. 12 7月, 2021 1 次提交
  38. 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