1. 29 8月, 2023 1 次提交
  2. 09 1月, 2023 1 次提交
  3. 22 12月, 2022 1 次提交
  4. 30 11月, 2022 1 次提交
  5. 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
  6. 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
  7. 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
  8. 26 7月, 2022 1 次提交
  9. 08 9月, 2021 1 次提交
  10. 02 9月, 2021 1 次提交
  11. 12 7月, 2021 1 次提交
  12. 04 6月, 2021 1 次提交
  13. 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
  14. 10 4月, 2021 1 次提交
  15. 09 4月, 2021 1 次提交
  16. 30 3月, 2021 1 次提交
  17. 25 3月, 2021 1 次提交
  18. 22 3月, 2021 1 次提交
  19. 25 1月, 2021 1 次提交
    • W
      refactor rcnn, test=dygraph (#2114) · 944eee5c
      wangguanzhong 提交于
      * refactor rcnn, test=dygraph
      
      * add mask_rcnn, test=dygraph
      
      * add Faster RCNN & Faster FPN, test=dygraph
      
      * update according to the review, test=dygraph
      944eee5c
  20. 12 1月, 2021 1 次提交
  21. 06 1月, 2021 1 次提交
  22. 18 12月, 2020 1 次提交
  23. 10 11月, 2020 1 次提交
  24. 30 10月, 2020 1 次提交
  25. 29 10月, 2020 1 次提交
  26. 03 9月, 2020 1 次提交
  27. 20 7月, 2020 1 次提交
  28. 12 5月, 2020 1 次提交
  29. 08 5月, 2020 1 次提交
  30. 07 5月, 2020 1 次提交
  31. 04 2月, 2020 1 次提交
  32. 30 12月, 2019 1 次提交
  33. 19 12月, 2019 1 次提交
    • Q
      Polish reader to simplify preprocessing logic. (#112) · 8192c758
      qingqing01 提交于
      * Polish Reader to simplify preprocessing logic.
      #  sample_transforms-> make batch -> batch_transforms in Reader.
      * Clean some code
      * Imporve yolov3_r50vd_dcn_obj365_pretrained_coco 41.4 to 41.8.
      * Update all configs.
      8192c758