1. 13 2月, 2020 1 次提交
  2. 06 2月, 2020 2 次提交
  3. 04 2月, 2020 1 次提交
  4. 03 2月, 2020 1 次提交
    • C
      Add IoU-loss for yolov3 (#192) · 4b053712
      CodesFarmer 提交于
      * add iou loss to yolov3
      * modify the comment and delete redundant yml file
      * fix the low speed bug in dropblock module
      4b053712
  5. 14 1月, 2020 1 次提交
  6. 11 1月, 2020 1 次提交
  7. 07 1月, 2020 2 次提交
  8. 03 1月, 2020 1 次提交
  9. 30 12月, 2019 1 次提交
  10. 26 12月, 2019 1 次提交
    • littletomatodonkey's avatar
      Add iou loss (#126) · b8fc8e6c
      littletomatodonkey 提交于
      * Add GIOU loss.
      * Add DIOU/CIOU loss.
      * Change loss box type in bbox_head.py.
      * Remove fuse_elewise_add_act_ops flag in train.py (Error may happen for elem_divbased on the flag).
      b8fc8e6c
  11. 24 12月, 2019 1 次提交
  12. 23 12月, 2019 1 次提交
  13. 20 12月, 2019 2 次提交
  14. 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
  15. 02 12月, 2019 1 次提交
  16. 26 11月, 2019 1 次提交
  17. 25 11月, 2019 1 次提交
  18. 24 11月, 2019 1 次提交
  19. 21 11月, 2019 1 次提交
  20. 12 11月, 2019 2 次提交
  21. 11 11月, 2019 1 次提交
  22. 08 11月, 2019 1 次提交
  23. 30 10月, 2019 2 次提交
  24. 18 10月, 2019 1 次提交
  25. 16 10月, 2019 1 次提交
  26. 14 10月, 2019 4 次提交
  27. 12 10月, 2019 3 次提交
  28. 08 10月, 2019 1 次提交
  29. 29 9月, 2019 2 次提交
    • 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