1. 26 11月, 2019 1 次提交
  2. 25 11月, 2019 1 次提交
  3. 24 11月, 2019 1 次提交
  4. 21 11月, 2019 1 次提交
  5. 12 11月, 2019 2 次提交
  6. 11 11月, 2019 1 次提交
  7. 08 11月, 2019 1 次提交
  8. 30 10月, 2019 2 次提交
  9. 18 10月, 2019 1 次提交
  10. 16 10月, 2019 1 次提交
  11. 14 10月, 2019 4 次提交
  12. 12 10月, 2019 3 次提交
  13. 08 10月, 2019 1 次提交
  14. 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
  15. 03 9月, 2019 1 次提交
  16. 02 9月, 2019 1 次提交
  17. 30 8月, 2019 1 次提交
  18. 29 8月, 2019 1 次提交
  19. 28 8月, 2019 1 次提交
  20. 27 8月, 2019 1 次提交
    • Y
      Add group norm (#3140) · ce96e567
      Yuan Gao 提交于
      * add a global norm_type flag
      
      * add group norm on fpn
      
      * add gn on box head
      
      * add faster rcnn fpn 50 gn config
      
      * add mask branch norm
      
      * update configs
      ce96e567
  21. 26 8月, 2019 4 次提交
  22. 12 8月, 2019 1 次提交
  23. 08 8月, 2019 2 次提交
  24. 06 8月, 2019 1 次提交
  25. 05 8月, 2019 1 次提交
  26. 30 7月, 2019 1 次提交
  27. 29 7月, 2019 1 次提交
    • K
      Add Yolov3 model based on PascalVOC and add voc metrics by Python. (#2801) · b00deb54
      Kaipeng Deng 提交于
      * add voc_eval and yolo_darknet_voc
      
      * add yolov3_darknet_voc in MODEL_ZOO
      
      * fix default im_size
      
      * fix MODEL_ZOO note
      
      * fix is_bbox_normalized
      
      * extract map to map_utils.py
      
      * update yolov3_dorknet_voc mixup
      
      * add yolov3_r34_voc
      
      * add yolov3_mobilenet_v1_voc
      
      * fix drop empty in VAL mode
      
      * use cfg.num_classes
      
      * assert metric valid
      
      * enable difficulty can be None
      
      * add comment for bbox_eval
      
      * num_classes in retinanet
      b00deb54