- 12 4月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
-
- 09 4月, 2021 1 次提交
-
-
由 cnn 提交于
* Add S2ANet model for Oriented Object Detection.
-
- 22 3月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 10 3月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 09 3月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* add blazeface & update rcnn modelzoo * remove condition num_priors
-
- 19 2月, 2021 1 次提交
-
-
由 wangxinxin08 提交于
-
- 18 12月, 2020 1 次提交
-
-
由 qingqing01 提交于
Merge dygraph branch into master branch. Co-authored-by: NFDInSky <48318485+FDInSky@users.noreply.github.com> Co-authored-by: Nsunxl1988 <47514455+sunxl1988@users.noreply.github.com> Co-authored-by: Nwangguanzhong <jerrywgz@126.com> Co-authored-by: Nwangxinxin08 <69842442+wangxinxin08@users.noreply.github.com> Co-authored-by: Nwanghuancoder <wanghuancoder@163.com> Co-authored-by: Ncnn <liuhui29@baidu.com> Co-authored-by: NGuanghua Yu <742925032@qq.com> Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: Nroot <root@bjyz-sys-gpu-kongming0.bjyz.baidu.com>
-
- 08 12月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* support visualdl in preprocess data * support most preprocess op
-
- 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
-
- 22 9月, 2020 1 次提交
-
-
由 qingqing01 提交于
-
- 14 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 18 8月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 20 7月, 2020 1 次提交
-
-
由 sunxl1988 提交于
add htc model
-
- 13 7月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 10 7月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 03 7月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
Add gridmask and random erasing methods
-
- 01 7月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 19 6月, 2020 1 次提交
-
-
由 xinyingxinying 提交于
* Add cutmix op(#88)
-
- 12 5月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* filter illegal data * update warning message
-
- 08 5月, 2020 1 次提交
-
-
由 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
-
- 08 4月, 2020 2 次提交
-
-
由 FlyingQianMM 提交于
* add mask operations in RandomExpand and RandomCrop * remove all [] in cropped polys * is_poly -> _is_poly() * change the judgment on whether there are polygons * abstract is_poly to op_helper.py * add is_mask_expand and is_mask_crop in RandomExpand and RamdomCrop
-
由 FlyingQianMM 提交于
* add mask operations in RandomExpand and RandomCrop * remove all [] in cropped polys * is_poly -> _is_poly() * change the judgment on whether there are polygons * abstract is_poly to op_helper.py
-
- 09 3月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
* add autoaugment, which is validated on faster-rcnn
-
- 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.
-
- 10 12月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 21 11月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
-
- 20 11月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
* Optimize data transforms for yolo training * Simplify and add docstring
-
- 14 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* add multi-scale test
-
- 12 10月, 2019 2 次提交
-
-
由 Guanghua Yu 提交于
* Add face detection configs and main code. * Integration multi-scale evaluation.
-
由 Kaipeng Deng 提交于
-
- 30 9月, 2019 1 次提交
-
-
由 Guanghua Yu 提交于
* add CropImageWithDataAnchorSampling * Refine bbox sampling code * Update comments * fix import and variable problem
-
- 26 8月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
* Add full configs example & refine doc * refine docs
-
由 Guanghua Yu 提交于
* add_ssd_config_demo
-
- 29 7月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Fix ResizeImage and data transform for SSD * Fix code style
-
- 25 7月, 2019 2 次提交
-
-
由 wangguanzhong 提交于
-
由 walloollaw 提交于
-
- 28 6月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-