You need to sign in or sign up before continuing.
  1. 23 10月, 2020 1 次提交
  2. 01 10月, 2020 1 次提交
    • G
      add solov2 model (#1412) · dd1e05d7
      Guanghua Yu 提交于
      * add solov2 model
      
      * fix train batch size
      
      * add solov2_r101_vd_fpn_3x
      
      * fix batch size and update modelzoo
      
      * refactor code of solov2
      
      * fix deploy/python
      dd1e05d7
  3. 19 8月, 2020 1 次提交
  4. 18 8月, 2020 1 次提交
  5. 02 8月, 2020 1 次提交
  6. 24 7月, 2020 1 次提交
  7. 20 7月, 2020 1 次提交
  8. 13 7月, 2020 1 次提交
  9. 10 7月, 2020 1 次提交
  10. 01 7月, 2020 1 次提交
  11. 30 6月, 2020 1 次提交
  12. 12 6月, 2020 1 次提交
  13. 09 6月, 2020 1 次提交
  14. 27 5月, 2020 1 次提交
  15. 14 5月, 2020 1 次提交
  16. 09 5月, 2020 1 次提交
  17. 08 5月, 2020 2 次提交
  18. 28 4月, 2020 1 次提交
  19. 23 4月, 2020 1 次提交
    • W
      Add cornernet (#438) · 64e5cd96
      wangguanzhong 提交于
      * code for cornernet
      
      * add doc
      
      * refine custom op
      
      * refine code from review comments
      
      * refine doc
      
      * update doc
      
      * update code
      
      * add cornernet_squeeze_mixup_cosine config
      
      * update code
      
      * update code
      64e5cd96
  20. 09 4月, 2020 1 次提交
  21. 07 4月, 2020 1 次提交
  22. 31 3月, 2020 1 次提交
  23. 24 3月, 2020 1 次提交
  24. 05 3月, 2020 1 次提交
  25. 17 2月, 2020 1 次提交
  26. 13 2月, 2020 1 次提交
  27. 07 1月, 2020 1 次提交
  28. 30 12月, 2019 1 次提交
  29. 23 12月, 2019 1 次提交
  30. 20 12月, 2019 1 次提交
  31. 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
  32. 08 11月, 2019 1 次提交
  33. 16 10月, 2019 1 次提交
  34. 14 10月, 2019 1 次提交
  35. 12 10月, 2019 1 次提交
  36. 29 9月, 2019 3 次提交
    • G
      Add FaceBoxes and Blazeface model config and WIDERFace dataloader. (#3436) · ebe2fc68
      Guanghua Yu 提交于
      * Add backbone and architecture for FaceBoxes and Blazeface.
      * Add dataloader for WIDERFace dataset.
      ebe2fc68
    • Y
      Revert to mixed precision training with manual control (#3434) · 58994aa3
      Yang Zhang 提交于
      * Place mixed precision inside PaddleDetection
      
      roll back to the monkey patch version as a temporary measure, before it is
      merged into paddle
      
      * Add command flag for `loss_scale`
      
      * Fix a stupid indentation error
      
      optimizer should be in the mixed precision context
      
      * Initial FP16 training
      
      * Add mixed precision training to rest of the detection models
      
      * Revert "Add support for mixed precision training (#3406)"
      
      This reverts commit 3a2c106271885071db7c0d85587540a8f83c24db.
      
      * Bug fixes and some tweaks
      58994aa3
    • 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
  37. 03 9月, 2019 1 次提交