Skip to content

Commit

Permalink
Fix warnings from yolo command (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: Wendell Hom <[email protected]>
Co-authored-by: Wendell Hom <[email protected]>
  • Loading branch information
wendell-hom and whom3 authored Sep 24, 2024
1 parent b2746e8 commit dd107b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/body_pose_estimation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find_package(holoscan 1.0 REQUIRED CONFIG

# Download the yolov8 pose model if it doesn't exist
add_custom_command(OUTPUT "${HOLOHUB_DATA_DIR}/body_pose_estimation/yolov8l-pose.onnx"
COMMAND yolo export model=yolov8l-pose.pt format=onnx
COMMAND "PATH=${PATH}:/workspace/holohub/.local/bin" /usr/local/bin/yolo export model=yolov8l-pose.pt format=onnx
COMMAND mkdir -p "${HOLOHUB_DATA_DIR}/body_pose_estimation"
COMMAND mv yolov8l-pose.onnx "${HOLOHUB_DATA_DIR}/body_pose_estimation"
BYPRODUCTS "${HOLOHUB_DATA_DIR}/body_pose_estimation/yolov8l-pose.onnx"
Expand Down

0 comments on commit dd107b6

Please sign in to comment.