- 29 5月, 2021 1 次提交
-
-
由 George Ni 提交于
-
- 18 5月, 2021 1 次提交
-
-
由 George Ni 提交于
* add video infer for TestMOTReader * format, test=documment_fix
-
- 15 5月, 2021 1 次提交
-
-
由 FlyingQianMM 提交于
* add fairmot * rename pretrain_weights * add comments; reuse focal loss and convnorm * update comments
-
- 13 5月, 2021 1 次提交
-
-
由 George Ni 提交于
* fix hsv randomaffine * fix nms return_index * fix gt_ide by tid_start_index
-
- 12 5月, 2021 1 次提交
-
-
由 cnn 提交于
* s2anet fix export and deploy * remove redundant code * fix cpp for s2anet deploy * fix bug of get_categories * rename poly_to_rbox to poly2rbox * add some comment for function
-
- 11 5月, 2021 1 次提交
-
-
由 George Ni 提交于
* add mot data * fix operators, source * fix data source transform * fix parse_dataset register_op * fix scale_factor, RandomAffine * add assert for check * fix ci
-
- 10 5月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 15 4月, 2021 2 次提交
-
-
由 cnn 提交于
-
由 wangguanzhong 提交于
* add ttfnet enhance * add doc * fix pafnet training
-
- 12 4月, 2021 2 次提交
-
-
由 cnn 提交于
-
由 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
-