- 01 12月, 2021 1 次提交
-
-
由 TTerror 提交于
* add prior_box for kunlun * update * update CMakeLists
-
- 25 11月, 2021 1 次提交
-
-
由 furnace 提交于
* [NPU] add NPU kernel for prior_box op * [NPU] delete debug codes
-
- 19 10月, 2021 1 次提交
-
-
由 zhulei 提交于
* [NPU] Add iou_similarity op * [NPU] Add iou_similarity op * [NPU] Add iou_similarity op
-
- 14 10月, 2021 1 次提交
-
-
由 zhulei 提交于
* [NPU] Add density_prior_box op * [NPU] Add density_prior_box op
-
- 29 9月, 2021 1 次提交
-
-
由 zhulei 提交于
* [npu] add box coder * [npu] add box coder
-
- 23 9月, 2021 1 次提交
-
-
由 TTerror 提交于
* add argmax and iou_similarity for kunlun * add argmax and iou_similarity for kunlun * add argmax and iou_similarity for kunlun
-
- 23 2月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 02 11月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* add generate_proposals_v2 op
-
- 09 9月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 02 7月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Add `matrix_nms_op` test=develop * Make ci happy test=develop * Exit early when no detection test=develop * Fix license year test=develop * Output index as well test=develop * Match nms2 lod behavior and add `return_index` flag test=develop * Make CI happy test=develop * Fix wording test=develop
-
- 25 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 08 11月, 2019 1 次提交
-
-
由 LielinJiang 提交于
-
- 16 6月, 2019 2 次提交
-
-
由 FlyingQianMM 提交于
* test=develop add detection output for supporting retinanet * test=develop add test_layers.py * test=develop add API.spec * test=develop alter test_retinanet_detection_output.py * test=develop alter round 2 * test=develop alter retinanet_detection_output * test=develop alter paddle/fluid/API.spec * test=devlop alter detection.py * test=develop alter retinanet_detection_output * test=develop alter paddle/fluid/API.spec * test=develop alter detection.py * test=develop alter API.spec * test=develop alter retinanet_detection_output * test=develop alter paddle/fluid/API.spec * test=develop alter python/paddle/fluid/tests/unittests/test_retinanet_detection_output.py * test=develop alter python/paddle/fluid/tests/unittests/test_retinanet_detection_output.py * test=develop fix grammer error * test=develop fix grammer error * test=develop fix grammer error * test=develop alter python/paddle/fluid/tests/unittests/test_layers.py * test=develop alter paddle/fluid/API.spec
-
由 FlyingQianMM 提交于
* test=develop add sigmoid_focal_loss for supporting retinanet * test=develop add test_layers * test=develop add API.spc * test=develop alter sigmoid_focal_loss_op.cc * test=develop alter detection.py * test=develop alter API.spec * test=develop alter round 1 * test=develop alter simooid_focal_loss * test=develop alter sigmoid_focal_loss_op.cc * test=develop alter test_layers.py * test=develop alter paddle/fluid/API.spec * test=develop alter sigmoid_focal_loss_op.cu * test=develop alter paddle/fluid/operators/detection/sigmoid_focal_loss_op.cc
-
- 14 5月, 2019 1 次提交
-
-
由 jerrywgz 提交于
* add collect fpn proposals op,test=develop
-
- 19 3月, 2019 1 次提交
-
-
由 zhhsplendid 提交于
test=develop
-
- 12 3月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 07 3月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 05 3月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 28 2月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 27 2月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 29 1月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 23 1月, 2019 1 次提交
-
-
由 qingqing01 提交于
* 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.
-
- 22 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 16 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 23 11月, 2018 1 次提交
-
-
由 qingqing01 提交于
* CUDA kernel for density_prior_box_op. * Support flatten to 2D.
-
- 16 11月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* wip simplify operator framework * wip * wip * done test=develop * clean test=develop * fix test=develop * fix deps test=develop * fix cpu build test=develop * fix tensorrt build test=develop * fix tests test=develop * fix test=develop * fix cpu build test=develop
-
- 13 11月, 2018 1 次提交
-
-
由 ruri 提交于
Density prior box operator for image detection model.
-
- 19 10月, 2018 1 次提交
-
-
由 Yipeng 提交于
* add detect and end2end code * update the scale for coodinates restore * fix merge bug with dev. * fix merge bug with dev. * test=develop * fix code style test=develop * fix code style test=develop * test=develop * test=develop * test=develop
-
- 27 9月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Add CUDA implementation for generate_proposals_op. * Clean code. * Update code.
-
- 21 9月, 2018 1 次提交
-
-
由 whs 提交于
* Add roi perspective transform. * Add roi_perspective_transform_op. * Fix code style. * Add python api and fix doc. * Fix API.spec * Fix python api. * Fix API.spec * Move src to detection.
-
- 30 8月, 2018 1 次提交
-
-
由 Xingyuan Bu 提交于
* Add generate_proposal_labels for Faster-RCNN.
-
- 29 8月, 2018 1 次提交
-
-
由 Xingyuan Bu 提交于
* Add proposals generation operator for Faster-RCNN.
-
- 11 7月, 2018 1 次提交
-
-
由 Yuan Gao 提交于
* Add region proposal network (RPN) target assign operator and Python API for Faster-RCNN.
-
- 02 7月, 2018 1 次提交
-
-
由 Xingyuan Bu 提交于
* Add anchor generator operator for Faster-RCNN. * Add unittest testing. * Add Python API.
-
- 26 5月, 2018 1 次提交
-
-
由 whs 提交于
* 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
-
- 12 5月, 2018 1 次提交
-
-
由 baiyf 提交于
-