- 23 12月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* split yolov3 loss
-
- 20 12月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
* add step in prior_box * refine README
-
由 littletomatodonkey 提交于
* add res2net model * modify yml files * add res2net model zoo * add hrnet model * modify model zoo * minor fix readme * update readme in dirs * minor fix softnms bug * refine model zoo * modify yml files * modify pretrain names
-
- 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.
-
- 13 12月, 2019 1 次提交
-
-
由 qingqing01 提交于
-
- 02 12月, 2019 2 次提交
-
-
由 qingqing01 提交于
-
由 wangguanzhong 提交于
-
- 24 11月, 2019 1 次提交
-
-
由 littletomatodonkey 提交于
* Add cascade_rcnn_cls_aware_r200_vd_fpn_dcnv2_nonlocal_softnms model on oidv5 and obj365. * Add obj365 config annotation * Update docs.
-
- 22 11月, 2019 1 次提交
-
-
由 Lv Mengsi 提交于
* update face_eval_data
-
- 08 11月, 2019 1 次提交
-
-
由 littletomatodonkey 提交于
* add softnms, nonlocal, resnet200_vd_backbone * add CBNet * update model zoo
-
- 30 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* update code & doc
-
- 28 10月, 2019 2 次提交
-
-
由 Kaipeng Deng 提交于
* change voc_loader
-
由 wangguanzhong 提交于
-
- 26 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 23 10月, 2019 1 次提交
-
-
由 Yuan Gao 提交于
* add CACascadeRCNN doc * add pretrain model download link
-
- 21 10月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
-
由 Guanghua Yu 提交于
-
- 17 10月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add face doc * update face detection readme and add demo jpg
-
- 16 10月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
* Error out if fp16 is enabled and affine channel is used * Add more documentation on mixed precision training
-
- 14 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* add multi-scale test
-
- 12 10月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* Add face detection configs and main code. * Integration multi-scale evaluation.
-
- 29 9月, 2019 1 次提交
-
-
由 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
-
- 05 9月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 04 9月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 03 9月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* minor fix for PaddleDetection
-
- 02 9月, 2019 1 次提交
-
-
由 Yuan Gao 提交于
* add cascade gn * add cascade mask gn config * update configs
-
- 28 8月, 2019 2 次提交
-
-
由 Guanghua Yu 提交于
-
由 LordAaron 提交于
* cascade-mask-fpn add
-
- 27 8月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
-
由 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
-
- 23 8月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 13 8月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* Add cascade deformable mdoels * Fix MODLE_ZOO.md
-
- 12 8月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
# Add VGG-SSD on VOC and COCO dataset. # Add config and model zoo. # Refine bbox2out and draw_bbox: - Add bbox de-normalize in bbox2out function. - Remove bbox de-normalize in draw_bbox.
-
- 08 8月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add save best model & fix dcn configs
-
- 05 8月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add deformable models * fix dcn v2 * fix log_iter
-
- 29 7月, 2019 3 次提交
-
-
由 wangguanzhong 提交于
Add PaddleDetection docs & some model configs
-
由 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
-
由 qingqing01 提交于
* Fix ResizeImage and data transform for SSD * Fix code style
-
- 25 7月, 2019 2 次提交
-
-
由 Guanghua Yu 提交于
-
由 Kaipeng Deng 提交于
* fix infer doc and config default * refine dataset exists * fix None proc
-