Skip to content

Commit fcb2e81

Browse files
Yipeng-Sunwanghaoshuang
authored andcommitted
Ocr end2end dev (#13889)
* 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
1 parent 9517a45 commit fcb2e81

File tree

9 files changed

+2718
-27
lines changed

9 files changed

+2718
-27
lines changed

paddle/fluid/operators/detection/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ detection_library(box_coder_op SRCS box_coder_op.cc box_coder_op.cu)
2020
detection_library(iou_similarity_op SRCS iou_similarity_op.cc
2121
iou_similarity_op.cu)
2222
detection_library(mine_hard_examples_op SRCS mine_hard_examples_op.cc)
23-
detection_library(multiclass_nms_op SRCS multiclass_nms_op.cc)
23+
detection_library(multiclass_nms_op SRCS multiclass_nms_op.cc poly_util.cc gpc.cc)
2424
detection_library(prior_box_op SRCS prior_box_op.cc prior_box_op.cu)
2525
detection_library(anchor_generator_op SRCS anchor_generator_op.cc
2626
anchor_generator_op.cu)

0 commit comments

Comments
 (0)