1. 04 6月, 2021 1 次提交
  2. 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
  3. 10 4月, 2021 1 次提交
  4. 09 4月, 2021 1 次提交
  5. 30 3月, 2021 1 次提交
  6. 25 3月, 2021 1 次提交
  7. 22 3月, 2021 1 次提交
  8. 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
  9. 12 1月, 2021 1 次提交
  10. 06 1月, 2021 1 次提交
  11. 18 12月, 2020 1 次提交
  12. 10 11月, 2020 1 次提交
  13. 30 10月, 2020 1 次提交
  14. 29 10月, 2020 1 次提交
  15. 03 9月, 2020 1 次提交
  16. 20 7月, 2020 1 次提交
  17. 12 5月, 2020 1 次提交
  18. 08 5月, 2020 1 次提交
  19. 07 5月, 2020 1 次提交
  20. 04 2月, 2020 1 次提交
  21. 30 12月, 2019 1 次提交
  22. 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