Commit Graph

171 Commits (f57ee3693bfce72cac7f96bc3b9f52c712d688f6)

Author SHA1 Message Date
翟飞跃 802ea50956 fix spelling errors (#17941)
6 years ago
FlyingQianMM 944c3165ec
fix type error of std::pow in sigmoid_focal_loss_op.cu and sigmoid_focal_loss_op.h (#18152)
6 years ago
FlyingQianMM ff83655f7e
add detection output operator for supporting retinanet (#17896)
6 years ago
FlyingQianMM 0aee1f0074
add sigmoid focal loss operator for supporting retinanet (#17895)
6 years ago
FDInSky 9e4b9d9798 Update generate_proposal_labels_op to support CascadeRCNN. (#17200)
6 years ago
FlyingQianMM 9ed2f936f1
add target assign operator for supporting retinanet (#17893)
6 years ago
Zeng Jinle 3ece61f71e
Remove attribute in Allocator::Allocate (#17878)
6 years ago
jerrywgz 0cae5a36b6
enhance generate mask labels, test=develop (#17380)
6 years ago
jerrywgz 1c6d064627
add collect fpn proposals op,test=develop (#16074)
6 years ago
whs 7d7e29957f Fix bp of roi perspective transform op. (#17216)
6 years ago
jerrywgz cc95a7516c
fix distribute fpn proposals, test=develop (#16152)
6 years ago
xiaoting bc48453b73 polish the label_smooth (#17138)
6 years ago
xiaoting 7da7881c0e Detailed coordinate description for yolov3 loss (#17007)
6 years ago
whs 55ce36e981
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090)
6 years ago
jerrywgz ea3504c7ec
Merge pull request #17017 from jerrywgz/fix_potential_hung
6 years ago
jerrywgz b2df6de860 fix potential hung in generate proposals, test=develop
6 years ago
jerrywgz d3a66fc616 enhance generate proposal labels, test=develop
6 years ago
tink2123 06156b6cb7 polish yolov3 loss annotation
6 years ago
liuwei1031 85363848a1
Security issue (#16774)
6 years ago
sneaxiy 63651c1968 fix grad desc maker
6 years ago
Kaipeng Deng b77ebb2af2
Merge pull request #15919 from heavengate/yolo_box
6 years ago
Zhaolong Xing c49e604906
Merge pull request #16213 from qingqing01/compile_infer_shape
6 years ago
Kaipeng Deng 74037cc1c8
Merge branch 'develop' into yolo_box
6 years ago
Xin Pan 92b9ce3479
Merge pull request #16073 from heavengate/yolov3_loss_imporve
6 years ago
Dang Qingqing e5e7628a62 Skip compile infer shape in box_coder_op
6 years ago
guomingz decdbed054 resolve #15618 (#16114)
6 years ago
dengkaipeng 0ff9a403d0 fix format. test=develop
6 years ago
dengkaipeng b33e6bf5ef remove comment code. test=develop
6 years ago
dengkaipeng e4e3764060 use memory Copy. test=develop
6 years ago
dengkaipeng d31693afec no use _gt_score. test=develop
6 years ago
dengkaipeng aad62eeca0 add doc for param default. test=develop
6 years ago
dengkaipeng 585766acc0 fix spell mistake in doc. test=develop
6 years ago
dengkaipeng b307533b7d fix format. test=develop
6 years ago
dengkaipeng afdf3c3f84 fix doc.test=develop
6 years ago
dengkaipeng af4ef80e5b fix API.spec not add defaults. test=develop
6 years ago
dengkaipeng 0d1a9996ac fix unittest for yolov3_loss. test=develop
6 years ago
dengkaipeng f0804433b0 add mixup score and label_smooth for yolov3_loss. test=develop
6 years ago
dengkaipeng 33c8607ef3 fix doc. test=develop
6 years ago
dengkaipeng abb5a9c726 fix doc statement. test=develop
6 years ago
dengkaipeng b399ee2a23 fix doc. test=develop
6 years ago
dengkaipeng ad897304f9 fix pre-commit. test=develop
6 years ago
dengkaipeng 72a18bb160 add bbox range limit. test=develop
6 years ago
dengkaipeng c9d4676bee fix multi batch idx error. test=develop
6 years ago
dengkaipeng 7808f4c097 fix unittest for yolo_box_op. test=develop
6 years ago
dengkaipeng cb2dca53c1 fix cuda kernel error
6 years ago
dengkaipeng 04b8b9e96c add yolo_box_op CUDA kernel
6 years ago
dengkaipeng 452373decb resize box in input image scale. test=develop
6 years ago
dengkaipeng 3896d955c7 add yolo_box_op CPU kernel
6 years ago
jerrywgz 847bb6a279 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
6 years ago
jerrywgz 072eca348a refine doc, test=develop
6 years ago