Commit Graph

207 Commits (develop)

Author SHA1 Message Date
jerrywgz a1ef7df865 refine code, test=develop
7 years ago
jerrywgz d497bd9079 resolve conflict, test=develop
7 years ago
jerrywgz 41471d28ac add box_coder_and_assign, test=develop
7 years ago
jerrywgz a9c0968b79 refine api doc, test=develop
7 years ago
jerrywgz 0f652f304c add distribute fpn proposals op, test=develop
7 years ago
dengkaipeng 144016fcfc fix adaptive_pool and yolov3_loss. test=develop
7 years ago
jerrywgz ceb412b0ae speed up box coder in CPU, test=develop
7 years ago
jerrywgz 4eb44380a6
Merge branch 'develop' into add_clip_op
7 years ago
Xin Pan 30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
7 years ago
jerrywgz 72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
7 years ago
jerrywgz 334f697da9 test=develop
7 years ago
jerrywgz 3046799ecd
Merge branch 'develop' into add_clip_op
7 years ago
dengkaipeng 733bb82ec0 downsample -> downsample_ratio. test=develop
7 years ago
dengkaipeng 577424e5ec use darknet loss and trick
7 years ago
dengkaipeng af124dcdf6 fix API error
7 years ago
tink2123 20200e126d fix some typo test=develop
7 years ago
tink2123 2b89f59055 add attr use_label_smooth test=develop
7 years ago
dengkaipeng 8218e30176 add gtscore. test=develop
7 years ago
dengkaipeng 32d533c2cd cache obj_mask and gt_match_mask. test=develop
7 years ago
dengkaipeng e7e4f084e5 ignore pred overlap gt > 0.7. test=develop
7 years ago
dengkaipeng db8ff57a61 remove useless code and update doc. test=develop
7 years ago
dengkaipeng 0c4acc8305 imporve yolo loss implement. test=develop
7 years ago
dengkaipeng 192d293854 use stable Sigmoid Cross Entropy implement. test=develop
7 years ago
jerrywgz aaf756272f remove inplace arg, test=develop
7 years ago
jerrywgz 466a10dcdd refine code, test=develop
7 years ago
jerrywgz a39240c3b6 add attr variance for box coder, test=develop
7 years ago
jerrywgz 6dfd789bfc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_nms
7 years ago
jerrywgz 6928f8318f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_axis_for_boxcoder
7 years ago
jerrywgz e60c8438fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
7 years ago
jerrywgz 11f1baa406 refine code, test=develop
7 years ago
jerrywgz cc53453057 add comment and refine code, test=develop
7 years ago
qingqing01 07dc5a1506
Add generate_mask_labels_op to support Mask-RCNN and refine some code. (#15371)
7 years ago
jerrywgz c12a969bd4 refine comment and unittest, test=develop
7 years ago
jerrywgz 1c558ad388 add gpu kernel for box clip, test=develop
7 years ago
jerrywgz b62a17bbae add nms api
7 years ago
jerrywgz 10dd3b37ad add axis for box coder op
7 years ago
jerrywgz d30aa89fa5 test=develop
7 years ago
jerrywgz 481d8bce2f add box clip op
7 years ago
haowang101779990 66ea718452 en api improve format Dec 27
7 years ago
Kaipeng Deng 934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
8 years ago
qingqing01 36f08eef3b
CUDA kernel for density_prior_box_op. (#14513)
8 years ago
qingqing01 9eefd2c766
Modify some infer-shape about detection operators in compile-time. (#14483)
8 years ago
dengkaipeng f115eb0d1e enhance api. test=develop
8 years ago
dengkaipeng 2faa2b4048 remove cu file. test=develop
8 years ago
ruri 4a55fb5f5b Add density_prior_box_op (#14226)
8 years ago
buxingyuan 6c1d74bb47 Merge branch 'develop' into FasterOpDoc
8 years ago
buxingyuan d0ccdf8fc1 follow comments
8 years ago
jerrywgz e35fd3b252 test=develop
8 years ago
jerrywgz e0708e62ba refine code
8 years ago
jerrywgz 1c591c3909
Merge branch 'develop' into fix_rpn_target_assign_op
8 years ago
jerrywgz f06c6193d7 fix rpn target assign test=develop
8 years ago
Xin Pan 4625f83f92 better handle var type inference
8 years ago
buxingyuan 0bb3b099c2 generate_proposal_labels doc
8 years ago
Xin Pan 23a29be49d hide all left over kwargs
8 years ago
gongweibao 1113337764 merge
8 years ago
whs fc44087d31
Add roi perspective transform op. (#13176)
8 years ago
qingqing01 65efebb864
Fix detection.py after merge slice_op. (#13435)
8 years ago
Xingyuan Bu 9e2e893f59 Enhence generate_proposal_labels_op and fix some bug. (#13239)
8 years ago
qingqing01 9557cc218d
Refine and fix some code for faster-rcnn. (#13135)
8 years ago
jerrywgz 1a88baae22 add rpn_target_assign api test (#13013)
8 years ago
Xingyuan Bu 0a97d24b41 Faster RCNN Generate Proposal Labels (#12616)
8 years ago
Xingyuan Bu 2ad5d91ef8 Faster RCNN Generate Proposals (#12056)
8 years ago
minqiyang 99d3f08920 Add print_function for all python files
8 years ago
minqiyang 507f479732 Polish code
8 years ago
minqiyang 0d7047ca79 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
Bai Yifan 9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. (#12422)
8 years ago
minqiyang e0d5f8a820 Move compat module to python/paddle
8 years ago
minqiyang 68b221401d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
jerrywgz af8b1b993f Fix rpn_target_assign API.
8 years ago
Bai Yifan 649f5d74f0
fix mine_hard_example bug (#12664)
8 years ago
minqiyang a3539845f2 Polish python code style
8 years ago
minqiyang 09103084d3 Polish compat.py and add unittest for it
8 years ago
minqiyang 1f618c4ff9 Fix the overfix of 2to3 in xrange
8 years ago
minqiyang a58dd3e557 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
Bai Yifan 900d61dd98
Clean python api (#12406)
8 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
8 years ago
baiyf be2d9dc2b8 Add prior_box output order control (#12032)
8 years ago
Yuan Gao 50aa6ba6f5 add rpn target assign op (#11449)
8 years ago
Xingyuan Bu 5056d3ec56 FasterRCNN Anchor Generator Op (#11218)
8 years ago
Xin Pan efcbe27263 Refine detection_map doc.
8 years ago
qiaolongfei bf3ff5b091 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
8 years ago
Yibing Liu cafdeb0a40 Fix docs for detection_output & target_assign
8 years ago
qiaolongfei 1c9fc655d0 update
8 years ago
yuyang18 cbc1b7f1ce Polish documentation
8 years ago
yuyang18 674327a4b1 Polish several API
8 years ago
yuyang18 2955ff5887 Polish documentation
8 years ago
qingqing01 2a77fc507b
Enhance detection_map_op and more check in prior_box API. (#10796)
8 years ago
baiyf a66afe0675 Expose prior_box op into detection.py (#10773)
8 years ago
guosheng 4bfbc59122 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-ReshapeOp
8 years ago
qingqing01 123cf165fb
Set stop_gradient=True for some variables in SSD API. (#9396)
8 years ago
guosheng b7e83d2467 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-ReshapeOp
8 years ago
qingqing01 8f8728635a
Fix bug for backward tanspiler when using parallel_do operator. (#9282)
8 years ago
caoying03 a6e64242d8 follow comments.
8 years ago
caoying03 c87d11a716 Merge branch 'develop' into enhance_reshape
8 years ago
dzhwinter 128adf53cb
[Speed]implement cudnn sequence softmax cudnn (#8978)
8 years ago
caoying03 cf08185145 fix bugs and complete codes.
8 years ago
qingqing01 b3d26cd3ad
Fix bug in detection_output and mAP calculation in SSD. (#8985)
8 years ago
qingqing01 0e1f82fd2a
Fix bug in detection mAP evaluator. (#8778)
8 years ago
qingqing01 608feea204
Implement detection mAP evaluator wrapper and unify label format between SSD loss and mAP evaluator (#8736)
8 years ago
qingqing01 bbf98a0176
Refine the doc in detection_output API. (#8689)
8 years ago
Yuan Gao e84615bae6 Fix box coder op (#8647)
8 years ago
qingqing01 f9c1b6f9ae
Fix the backward transpiler bug in ssd_loss API. (#8648)
8 years ago
qingqing01 69643b5e89
Enable the SSD loss to support normalization by the total number of output locations. (#8630)
8 years ago
wanghaox 1e1202b659 merge detection.py
8 years ago
qingqing01 4948f7b3fe
Enhance bipartite_match_op to support argmax matching after bipartite matching. (#8580)
8 years ago
wanghaox 4161328eb5 add warrper for detection map operator
8 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
8 years ago