qingqing01
e81756f1ba
Hidden paddle.fluid.layers.detection_map. ( #18033 )
...
* Remove layers.detection_map API
* Since uers can use fluid.metrics.DetectionMAP to calculate mAP of current-batch and cumulative-batch. layers.detection_map only can calculate cur-batch mAP.
6 years ago
jerrywgz
1c6d064627
add collect fpn proposals op,test=develop ( #16074 )
...
* add collect fpn proposals op,test=develop
6 years ago
dengkaipeng
7b1702d9a1
fix unittest and API.spec. test=develop
6 years ago
Kaipeng Deng
74037cc1c8
Merge branch 'develop' into yolo_box
6 years ago
dengkaipeng
d31693afec
no use _gt_score. test=develop
6 years ago
dengkaipeng
0d1a9996ac
fix unittest for yolov3_loss. test=develop
6 years ago
dengkaipeng
00e822d2a0
fix test_detection. test=develop
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
0f652f304c
add distribute fpn proposals op, test=develop
6 years ago
jerrywgz
4eb44380a6
Merge branch 'develop' into add_clip_op
6 years ago
Xin Pan
30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
...
Yolo loss darknet
6 years ago
jerrywgz
72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
...
Add axis for boxcoder
6 years ago
jerrywgz
334f697da9
test=develop
6 years ago
jerrywgz
3046799ecd
Merge branch 'develop' into add_clip_op
6 years ago
dengkaipeng
e7e4f084e5
ignore pred overlap gt > 0.7. test=develop
6 years ago
dengkaipeng
192d293854
use stable Sigmoid Cross Entropy implement. test=develop
6 years ago
jerrywgz
cee2e1b089
refine code, test=develop
6 years ago
jerrywgz
3118a5e83c
refine test_detection, test=develop
6 years ago
jerrywgz
a39240c3b6
add attr variance for box coder, test=develop
6 years ago
jerrywgz
6dfd789bfc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_nms
6 years ago
jerrywgz
e60c8438fc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
6 years ago
jerrywgz
57e5f61ec8
add gpu kernel, test=develop
6 years ago
qingqing01
07dc5a1506
Add generate_mask_labels_op to support Mask-RCNN and refine some code. ( #15371 )
...
* Add generate_mask_labels_op to support Mask-RCNN.
* Refine sigmoid_cross_entropy to support nomalize mode.
* Fix generator_proposals_label.
* Use DeviceTemporaryAllocator in roi_pool and roi_algin.
* Remove shape check in data_feeder.
6 years ago
jerrywgz
b62a17bbae
add nms api
6 years ago
jerrywgz
481d8bce2f
add box clip op
6 years ago
Kaipeng Deng
934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
...
Add YOLOv3 loss operator for YOLOv3 model
6 years ago
qingqing01
36f08eef3b
CUDA kernel for density_prior_box_op. ( #14513 )
...
* CUDA kernel for density_prior_box_op.
* Support flatten to 2D.
6 years ago
dengkaipeng
f115eb0d1e
enhance api. test=develop
6 years ago
ruri
4a55fb5f5b
Add density_prior_box_op ( #14226 )
...
Density prior box operator for image detection model.
6 years ago
jerrywgz
e0708e62ba
refine code
7 years ago
jerrywgz
f06c6193d7
fix rpn target assign test=develop
7 years ago
Xingyuan Bu
9e2e893f59
Enhence generate_proposal_labels_op and fix some bug. ( #13239 )
...
* Enhence generate_proposal_labels_op
* Fix bug in generate_proposals_op
* Refine rpn_target_assign_op.
* by Bu Xingyuan, Wang Guanzhong and Dang Qingqing
7 years ago
qingqing01
9557cc218d
Refine and fix some code for faster-rcnn. ( #13135 )
...
* Fix bug in generate_proposals_op.
* Fix data type for RoIs.
* Refine and fix rpn_target_assign_op.
* Add the missing file bbox_util.h
* Rename BoxEncoder to BoxToDelta
7 years ago
jerrywgz
1a88baae22
add rpn_target_assign api test ( #13013 )
...
* Add unit test for rpn_target_assign API.
7 years ago
Xingyuan Bu
0a97d24b41
Faster RCNN Generate Proposal Labels ( #12616 )
...
* Add generate_proposal_labels for Faster-RCNN.
7 years ago
Xingyuan Bu
2ad5d91ef8
Faster RCNN Generate Proposals ( #12056 )
...
* Add proposals generation operator for Faster-RCNN.
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
91f0573bc1
Fix the overfix of 2to3 for print function
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
Xingyuan Bu
5056d3ec56
FasterRCNN Anchor Generator Op ( #11218 )
...
* Add anchor generator operator for Faster-RCNN.
* Add unittest testing.
* Add Python API.
7 years ago
baiyf
a66afe0675
Expose prior_box op into detection.py ( #10773 )
...
* package prior_box op
* add doc
* add unittest
* add unittest
* fix CI fails
7 years ago
qingqing01
0e1f82fd2a
Fix bug in detection mAP evaluator. ( #8778 )
...
* Fix mAP evaluator bug.
* Fix bug in detection mAP evaluator.
* Fix unit testing.
* Support to set background label index in detection mAP op.
7 years ago
qingqing01
608feea204
Implement detection mAP evaluator wrapper and unify label format between SSD loss and mAP evaluator ( #8736 )
...
* Implement mAP evalutor Python interface.
* Fix unit testing and uniy label format between SSD loss and mAP evalutor.
* Update doc.
7 years ago
Yuan Gao
e84615bae6
Fix box coder op ( #8647 )
...
* fix ssd problems
* fix box decoder op
* fix dimension problem in detection tests
* update detection doc
* Update detection doc
* Update detection doc
* update detection doc
* update detection doc
7 years ago
wanghaox
4161328eb5
add warrper for detection map operator
7 years ago
Luo Tao
bde090a975
replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago