- 28 6月, 2022 1 次提交
-
-
由 wangguanzhong 提交于
* refactor doc, test=document_fix * update yolox & yolov5, test=document_fix * Update README_cn.md * update doc, test=document_fix * Update readme and pphuman readme * Update README.md * add data & customize, test=document_fix * update readme * Update README_cn.md * Update README_cn.md * add template, test=document_fix Co-authored-by: NYixinKristy <576550767@qq.com>
-
- 14 6月, 2022 1 次提交
-
-
由 JYChen 提交于
-
- 22 4月, 2022 1 次提交
-
-
由 Wenyu 提交于
* save infer results to file. * update, for mac temp file * update func name, fix mem, fix dir
-
- 29 10月, 2021 1 次提交
-
-
由 qq_30618961 提交于
* slove_readme_link_useless
-
- 12 5月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 24 3月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
* update quick_start * update get_started * update doc, test=document_fix
-
- 22 3月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 17 6月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 20 5月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
Add image for visualdl board.
-
- 15 5月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* fix some docs link error * rename config_doc
-
- 13 5月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Update docs * Update README.md
-
- 09 5月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* optimize python path
-
- 14 4月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 05 3月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* refine transfer learn * refine transfer learning doc
-
- 03 3月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 04 2月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* fix all documentation * fix docs conf.py * fix some error * fix readthedocs
-
- 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.
-
- 24 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* add export_model doc
-
- 22 10月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Update PaddleDetection README * Fix some link
-
- 21 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 17 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* refine doc for transfer learning
-
- 16 10月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
* Error out if fp16 is enabled and affine channel is used * Add more documentation on mixed precision training
-
- 09 10月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
* Document mixed precision training flags * Clarify GPU is required for mixed precision training
-
- 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
-
- 09 9月, 2019 1 次提交
-
-
由 David Lin 提交于
In PaddleDetection, making use of tb-paddle to record data, so as to display in TensorBoard. (#3295) * use tb_paddle to log data including: * loss * mAP * image * modified: requirements.txt * modify the missing argument --use_tb * modify GETTING_STARTED.md and docs/GETTING_STARTED_cn.md add the argument of tb-paddle in docs. * optimize the display name of image displaying.
-
- 20 8月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 10 8月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* update doc in PaddleDetection
-
- 09 8月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 08 8月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add save best model & fix dcn configs
-
- 07 8月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 31 7月, 2019 2 次提交
-
-
由 Guanghua Yu 提交于
* fix easy problem
-
由 Guanghua Yu 提交于
* update GETTING_STARTED.md
-
- 29 7月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
Add PaddleDetection docs & some model configs
-
- 25 7月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
-
由 Kaipeng Deng 提交于
* fix infer doc and config default * refine dataset exists * fix None proc
-
- 16 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* add cn doc for INSTALL/GETTING_START * cn for GETTING_STARTED * fix doc
-
- 04 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* add save_inference_model in infer.py * format code * add comment * add save_inference_model doc * refine doc
-
- 01 7月, 2019 2 次提交
-
-
由 jerrywgz 提交于
* refine README & use a better visualization for doc * fix typo in GETTING STARTED
-
由 qingqing01 提交于
* Update README.md and GETTING_STARTED.md for PaddleDetection.
-