- 19 11月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 18 11月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* update solov2 some detail * fix check paddle version
-
- 09 11月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* check md5 before load weights.
-
- 03 11月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 15 10月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 13 10月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* support infer for SOLOv2
-
- 01 10月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* add solov2 model * fix train batch size * add solov2_r101_vd_fpn_3x * fix batch size and update modelzoo * refactor code of solov2 * fix deploy/python
-
- 28 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* check md5 after weights download
-
- 21 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* fix voc mAP %.
-
- 19 9月, 2020 1 次提交
-
-
由 cnn 提交于
-
- 15 9月, 2020 1 次提交
-
-
由 cnn 提交于
* add roadsign_voc dataset and update FAQ * Add roadsign_voc dataset, updatea FAQ.md, and add yolov3_voc and yolov3_coco config template files. * remove configs/templates * convert config template file to md file, update comment * mv config annotation file to config_annotation. * move to docs/advanced_tutorials/config_doc * rename * update style * update 2019-->2020 * update yolov3_mobilenet_v1_roadsign.md * addd preprocess as yolov3_reader * remove yolov3_mobilenet_v1_roadsign.md and add yolov3_mobilenet_v1.md * fix typo
-
- 13 7月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 10 7月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* add py_func check in export_model * refine error message
-
- 01 7月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 18 6月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* fix voc dataset and docs * add custom datsset demo
-
- 03 6月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 27 5月, 2020 2 次提交
-
-
由 wangguanzhong 提交于
* add version check * update version check & python version for cornerpool
-
由 Guanghua Yu 提交于
-
- 15 5月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 12 5月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* fix with_background in export model * fix coco_eval background
-
- 08 5月, 2020 2 次提交
-
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
* add yolov4
-
- 07 5月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Make logger less noisy * Fix indent
-
- 06 5月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* update check config * fix slim/xx
-
- 23 4月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* code for cornernet * add doc * refine custom op * refine code from review comments * refine doc * update doc * update code * add cornernet_squeeze_mixup_cosine config * update code * update code
-
- 14 4月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 07 4月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add yolov3_mobilenet_v3
-
- 02 4月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 16 3月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 05 3月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* refine transfer learn * refine transfer learning doc
-
- 21 2月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 17 2月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Update checkpoint to use paddle 1.7 API * Add new checkpoint support to `load_and_fusebn` * Make yapf happy
-
- 06 2月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* exit1 in travis failed
-
- 04 2月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
add libra rcnn, including * libra loss * libra fpn(bfp) * libra sampling
-
- 02 1月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* load inference * add doc * add config file for tensorrt_infer * add padding for rcnn preprocess * refine code & doc
-
- 30 12月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* refine cocoapi import * fix infer when anno_path is None
-
- 24 12月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
- 1.add cn docs - 2.fix fddb evaluate - 3.fix get_shrink - 4.delete FLAGS.dataset_dir
-
- 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.
-
- 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.
-
- 02 11月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
-