- 14 12月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* fix dygraph * refine keep_ratio in ResizeOp
-
- 10 12月, 2020 1 次提交
-
-
由 cnn 提交于
* add faster_rcnn_r50_fpn and faster_rcnn_r50 * update TestReader in dygraph * if gt_ploy is empty, continue * fix typo * judge gt_ploy is empty or not * fix judge condition * fix gt_ploy judge
-
- 09 12月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
* replace RandomDistortOp with ColorDistort * modify RandomDistortOp * remove hsv_format
-
- 03 12月, 2020 2 次提交
-
-
由 wangguanzhong 提交于
* fix PadBatch * fix PadBatchOp
-
由 wangxinxin08 提交于
Co-authored-by: Nroot <root@bjyz-sys-gpu-kongming0.bjyz.baidu.com>
-
- 27 11月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
-
- 25 11月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* adapt new im_shape im Mask R-CNN-FPN * fix training
-
- 24 11月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
* split yolov3 loss using paddle op * add sync_bn and modify list to LayerList to use sync_bn, add missing op, support cutmix op in dataset, modify reader to use new ops * modify code according to review * modify code to run eval.py successfully * modify code to run eval and train successfully * modify code to use mixup * rebase code on lastest dygraph * modify code to run in sync_bn mode * modify code according to review * modify target size of ResizeOp
-
- 23 11月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 20 11月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 12 11月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* update reader in dygraph * update dataloader some detail * fix num_classes with background
-
- 10 11月, 2020 2 次提交
-
-
由 wangxinxin08 提交于
* rename GridMaskOp to GridMask in ppdet/data/transform/operator.py to avoid conflict * fix bugs in operator and batch_operator and check_version * modify name in GridMask * add comma according to review
-
由 Kaipeng Deng 提交于
* split config into models, optimizers, dataset, readers,runtime
-
- 09 11月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
* modify operators and batch_operators in data preprocess * import BboxError and ImageError in operators * modify code according to review * modify some bugs * add Gt2Solov2TargetOp in batch_operators * modify code according to review
-
- 20 10月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* migrate detection ops from Paddle to PaddleDetection * add unittest for detection ops * update api & unittest * add copyright & api name to migrate
-
- 31 8月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 27 8月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
-
- 10 8月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* refactor dygraph & add mask rcnn fpn * fix initialization & minor update * refine architecture of mask_rcnn
-
- 21 7月, 2020 1 次提交
-
-
由 sunxl1988 提交于
sync reader from static ppdet
-
- 13 7月, 2020 1 次提交
-
-
由 FDInSky 提交于
add train&eval add reader padding add new config
-
- 27 5月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 18 5月, 2020 1 次提交
-
-
由 CodesFarmer 提交于
-
- 12 5月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* filter illegal data * update warning message
-
- 09 5月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* optimize python path
-
- 08 5月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* add yolov4
-
- 07 5月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Make logger less noisy * Fix indent
-
- 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
-
- 22 4月, 2020 1 次提交
-
-
由 qingqing01 提交于
-
- 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
-
- 08 4月, 2020 3 次提交
-
-
由 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
-
由 Kaipeng Deng 提交于
-
由 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
-
- 07 4月, 2020 2 次提交
-
-
由 wangguanzhong 提交于
* add devices_num on reader * refine capacity value * refine bufsize
-
由 Kaipeng Deng 提交于
-
- 09 3月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
* add autoaugment, which is validated on faster-rcnn
-
- 21 2月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 10 2月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* enable data unittest
-
- 06 2月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* exit1 in travis failed
-
- 04 2月, 2020 1 次提交
-
-
由 Guanghua Yu 提交于
* fix all documentation * fix docs conf.py * fix some error * fix readthedocs
-