Skip to content

Commit 2c84ac4

Browse files
committed
Fix
1 parent 9d5f316 commit 2c84ac4

10 files changed

Lines changed: 1 addition & 2672 deletions

File tree

paddle/fluid/operators/detection/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ detection_library(anchor_generator_op SRCS anchor_generator_op.cc
4646
detection_library(polygon_box_transform_op SRCS polygon_box_transform_op.cc
4747
polygon_box_transform_op.cu)
4848
detection_library(rpn_target_assign_op SRCS rpn_target_assign_op.cc)
49-
detection_library(generate_proposal_labels_op SRCS
50-
generate_proposal_labels_op.cc)
5149
detection_library(multiclass_nms_op SRCS multiclass_nms_op.cc DEPS phi common)
5250
detection_library(locality_aware_nms_op SRCS locality_aware_nms_op.cc DEPS phi
5351
common)
@@ -78,8 +76,3 @@ endif()
7876

7977
#Export local libraries to parent
8078
# set(DETECTION_LIBRARY ${LOCAL_DETECTION_LIBS} PARENT_SCOPE)
81-
82-
cc_library(mask_util SRCS mask_util.cc)
83-
84-
detection_library(generate_mask_labels_op SRCS generate_mask_labels_op.cc DEPS
85-
mask_util)

0 commit comments

Comments
 (0)