mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-03 02:53:26 +08:00
[SOPHGO] Add PaddleDetection YOLOv8 example (#1165)
sophon yolov8s example Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
@@ -14,6 +14,8 @@ include_directories(${FastDeploy_INCLUDE_DIRS})
|
||||
|
||||
add_executable(infer_ppyoloe ${PROJECT_SOURCE_DIR}/infer_ppyoloe.cc)
|
||||
add_executable(infer_picodet ${PROJECT_SOURCE_DIR}/infer_picodet.cc)
|
||||
add_executable(infer_yolov8 ${PROJECT_SOURCE_DIR}/infer_yolov8.cc)
|
||||
# 添加FastDeploy库依赖
|
||||
target_link_libraries(infer_ppyoloe ${FASTDEPLOY_LIBS})
|
||||
target_link_libraries(infer_picodet ${FASTDEPLOY_LIBS})
|
||||
target_link_libraries(infer_yolov8 ${FASTDEPLOY_LIBS})
|
||||
|
||||
Reference in New Issue
Block a user