You need to sign in or sign up before continuing.
- 23 10月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 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
-
- 19 8月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 18 8月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 02 8月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 24 7月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add PPYOLO Co-authored-by: Nlongxiang <longxiang@baidu.com>
-
- 20 7月, 2020 1 次提交
-
-
由 sunxl1988 提交于
add htc model
-
- 13 7月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 10 7月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 01 7月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 30 6月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* update mbv3 ssdlite * fix ssdlite link
-
- 12 6月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
-
- 09 6月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 27 5月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* add version check * update version check & python version for cornerpool
-
- 14 5月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
-
- 09 5月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 08 5月, 2020 2 次提交
-
-
由 wangguanzhong 提交于
-
由 wangguanzhong 提交于
* add yolov4
-
- 28 4月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
-
- 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
-
- 09 4月, 2020 1 次提交
-
-
由 CodesFarmer 提交于
* fcos initialization * delete the codes not used * pre-commit the committed code * delete the unused function * modify the capacity in loader from 64 to 16
-
- 07 4月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* add devices_num on reader * refine capacity value * refine bufsize
-
- 31 3月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 24 3月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
fix multi-scale def
-
- 05 3月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
* add multi-scale testing function in cascade rcnn clsaware architecture
-
- 17 2月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Replace `switch` ops with `cond` * Use func instead of lambda
-
- 13 2月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
-
- 07 1月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 30 12月, 2019 1 次提交
-
-
由 qingqing01 提交于
-
- 23 12月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* split yolov3 loss
-
- 20 12月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* add step in prior_box * refine README
-
- 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.
-
- 08 11月, 2019 1 次提交
-
-
由 littletomatodonkey 提交于
* add softnms, nonlocal, resnet200_vd_backbone * add CBNet * update model zoo
-
- 16 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 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 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
-