Skip to content

Commit 23d34d1

Browse files
committed
move yolov3_loss to detection. test=develop
1 parent 733bb82 commit 23d34d1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

paddle/fluid/operators/detection/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ detection_library(polygon_box_transform_op SRCS polygon_box_transform_op.cc
3131
polygon_box_transform_op.cu)
3232
detection_library(rpn_target_assign_op SRCS rpn_target_assign_op.cc)
3333
detection_library(generate_proposal_labels_op SRCS generate_proposal_labels_op.cc)
34+
detection_library(yolov3_loss_op SRCS yolov3_loss_op.cc)
3435

3536
if(WITH_GPU)
3637
detection_library(generate_proposals_op SRCS generate_proposals_op.cc generate_proposals_op.cu DEPS memory cub)

paddle/fluid/operators/yolov3_loss_op.cc renamed to paddle/fluid/operators/detection/yolov3_loss_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
See the License for the specific language governing permissions and
1010
limitations under the License. */
1111

12-
#include "paddle/fluid/operators/yolov3_loss_op.h"
12+
#include "paddle/fluid/operators/detection/yolov3_loss_op.h"
1313
#include "paddle/fluid/framework/op_registry.h"
1414

1515
namespace paddle {

0 commit comments

Comments
 (0)