Noplz
cfa4479b06
fix warning
7 years ago
baiyf
be2d9dc2b8
Add prior_box output order control ( #12032 )
...
* Add flag to set prior_box output order.
7 years ago
Yuan Gao
50aa6ba6f5
add rpn target assign op ( #11449 )
...
* Add region proposal network (RPN) target assign operator and Python API for Faster-RCNN.
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
778b71fc93
Optimize bipartite_match_op in large scale input ( #11730 )
...
* optimize bipartite_match_op in large scale input
7 years ago
Yu Yang
16a0f746f8
Merge pull request #11383 from jacquesqiao/update-api-reference-1
...
update split_lod_tensor, create_array and array_length doc
7 years ago
yuyang18
fda1a78844
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api_reference_docs
7 years ago
qiaolongfei
bf3ff5b091
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
qingqing01
cc1239ffc9
Update some doc about API reference. ( #11495 )
...
* Update some doc about layers' API.
* Fix format.
* Fix example bug in random_data_generator.
* Fix example bug in dropout.
* Follow comments and some small fix for some examples.
7 years ago
yi.wu
3380737cb7
update by comment
7 years ago
qiaolongfei
e72eb0edec
small update
7 years ago
yi.wu
efcff3d9e5
polish api ref docs
7 years ago
Yuan Gao
666c94e3be
Add default prior box var for box_coder_op ( #11164 )
...
* add normalize switch to box_coder_op
* add default prior box var
* update according to the review
7 years ago
Yuan Gao
d3e99aeec3
add normalize switch to box_coder_op ( #11129 )
7 years ago
whs
376c948e88
Polygon box transform op for OCR East detection. ( #10802 )
...
* Add quad transform.
* Fix some syntax error.
* Fix CUDA kernel launch configure.
* Generalize geometry channels.
* Rename QuadTransform to PolygonRestore.
* Rename op.
* Rename op and fix computation.
* Modify CMakeLists.txt for box_restore op.
* Refine code:
1. rename op
2. uncomment unitest on GPU
7 years ago
baiyf
43b6d4f8cb
put detection op together ( #10595 )
7 years ago