1. 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
  2. 29 4月, 2021 1 次提交
  3. 21 4月, 2021 1 次提交
  4. 15 4月, 2021 1 次提交
  5. 09 4月, 2021 1 次提交
  6. 07 4月, 2021 2 次提交
  7. 29 3月, 2021 1 次提交
  8. 22 3月, 2021 2 次提交
  9. 16 3月, 2021 1 次提交
  10. 27 1月, 2021 1 次提交
  11. 26 1月, 2021 1 次提交
  12. 11 1月, 2021 2 次提交
  13. 18 12月, 2020 1 次提交
  14. 25 11月, 2020 1 次提交
  15. 18 11月, 2020 1 次提交
  16. 22 10月, 2020 1 次提交
  17. 13 10月, 2020 1 次提交
  18. 02 10月, 2020 1 次提交
  19. 16 7月, 2020 1 次提交
  20. 01 7月, 2020 1 次提交
  21. 17 6月, 2020 1 次提交
  22. 20 5月, 2020 1 次提交
  23. 13 5月, 2020 1 次提交
  24. 09 5月, 2020 1 次提交
  25. 06 5月, 2020 1 次提交
  26. 07 4月, 2020 1 次提交
  27. 04 3月, 2020 1 次提交
  28. 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
  29. 24 11月, 2019 1 次提交
  30. 30 10月, 2019 1 次提交
  31. 29 10月, 2019 1 次提交
  32. 24 10月, 2019 1 次提交
  33. 14 10月, 2019 1 次提交
  34. 12 10月, 2019 2 次提交
  35. 08 10月, 2019 1 次提交
  36. 29 9月, 2019 1 次提交
    • W
      Support finetune by custom dataset (#3195) · e6e70e47
      wangguanzhong 提交于
      * Support finetune by custom dataset
      
      * add finetune args
      
      * add load finetune
      
      * reconstruct load
      
      * add transfer learning doc
      
      * add fruit demo
      
      * add quick start
      
      * add data preprocessing FAQ
      e6e70e47