- 24 9月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
modify ResizeAndKeepRatio finish eval code add module in __init__.py fix bugs in code modify name in model modify code finish debuging inference code
-
- 24 7月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add PPYOLO Co-authored-by: Nlongxiang <longxiang@baidu.com>
-
- 08 5月, 2020 2 次提交
-
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
* add yolov4
-
- 07 4月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* add devices_num on reader * refine capacity value * refine bufsize
-
- 31 3月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 07 1月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 30 12月, 2019 1 次提交
-
-
由 qingqing01 提交于
-
- 23 12月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* split yolov3 loss
-
- 19 12月, 2019 1 次提交
-
-
由 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.
-
- 29 9月, 2019 1 次提交
-
-
由 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
-
- 29 7月, 2019 1 次提交
-
-
由 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
-
- 28 6月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-