- 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.
-
- 02 12月, 2019 1 次提交
-
-
由 littletomatodonkey 提交于
-
- 26 11月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 25 11月, 2019 1 次提交
-
-
由 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.
-
- 21 11月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* change fluid.layers.data to fluid.data * fix export_model doc
-
- 12 11月, 2019 2 次提交
-
-
由 Yang Zhang 提交于
* Fix nolocal naming * Fix `cb_resnet` as well
-
由 wangguanzhong 提交于
-
- 11 11月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 08 11月, 2019 1 次提交
-
-
由 littletomatodonkey 提交于
* add softnms, nonlocal, resnet200_vd_backbone * add CBNet * update model zoo
-
- 30 10月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
* update code & doc
-
由 Yang Zhang 提交于
-
- 18 10月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* remove actual_shape * add fpn fix
-
- 16 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 14 10月, 2019 4 次提交
-
-
由 wangguanzhong 提交于
* add multi-scale test
-
由 Bai Yifan 提交于
-
由 Bai Yifan 提交于
This reverts commit 36a2e65bb74fc8ec9d1720b3db798757b5c0d044.
-
由 wangguanzhong 提交于
This reverts commit b591cc133ca04dc1ed50631c8d24031bb97db18b.
-
- 12 10月, 2019 3 次提交
-
-
由 Guanghua Yu 提交于
* Add face detection configs and main code. * Integration multi-scale evaluation.
-
由 wangguanzhong 提交于
* unify reader to dataloader * add check_version
-
由 Bai Yifan 提交于
-
- 08 10月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
-
- 29 9月, 2019 3 次提交
-
-
由 Guanghua Yu 提交于
* Add backbone and architecture for FaceBoxes and Blazeface. * Add dataloader for WIDERFace dataset.
-
由 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
-
由 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
-
- 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
-
- 30 8月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* fix rpn_only in cascade mask fpn * fix rpn_only in cascade rcnn
-
- 29 8月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* refine cascade models
-
- 28 8月, 2019 1 次提交
-
-
由 LordAaron 提交于
* cascade-mask-fpn add
-
- 27 8月, 2019 1 次提交
-
-
由 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
-
- 26 8月, 2019 4 次提交
-
-
由 wangguanzhong 提交于
* Add full configs example & refine doc * refine docs
-
由 Guanghua Yu 提交于
* add_ssd_config_demo
-
由 wangguanzhong 提交于
-
由 Guanghua Yu 提交于
-
- 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 2 次提交
-
-
由 Kaipeng Deng 提交于
* fix yolov3 voc eval in train * fix comment
-
由 Yuan Gao 提交于
* standard SENet and add a warning in coco loader
-
- 06 8月, 2019 1 次提交
-
-
由 Yuan Gao 提交于
-
- 05 8月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add deformable models * fix dcn v2 * fix log_iter
-