- 03 12月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
Co-authored-by: Nroot <root@bjyz-sys-gpu-kongming0.bjyz.baidu.com>
-
- 24 11月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
* split yolov3 loss using paddle op * add sync_bn and modify list to LayerList to use sync_bn, add missing op, support cutmix op in dataset, modify reader to use new ops * modify code according to review * modify code to run eval.py successfully * modify code to run eval and train successfully * modify code to use mixup * rebase code on lastest dygraph * modify code to run in sync_bn mode * modify code according to review * modify target size of ResizeOp
-
- 10 11月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* split config into models, optimizers, dataset, readers,runtime
-
- 09 11月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* update YOLOv3 config
-
- 06 11月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 13 10月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* refine PaddleDetection benchmard print, test=develop * refine PaddleDetection benchmard print, test=develop * refine PaddleDetection benchmard print, test=develop * refine PaddleDetection benchmard print, test=develop
-
- 27 8月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 13 7月, 2020 1 次提交
-
-
由 FDInSky 提交于
add train&eval add reader padding add new config
-
- 01 6月, 2020 1 次提交
-
-
由 FDInSky 提交于
clear directories & files for dygraph branch
-
- 07 4月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add yolov3_mobilenet_v3
-
- 18 3月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 16 3月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 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.
-
- 23 8月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 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
-
- 25 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* fix infer doc and config default * refine dataset exists * fix None proc
-
- 28 6月, 2019 2 次提交
-
-
由 Kaipeng Deng 提交于
* update darknet53 pretrain link * update weights path
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-