Skip to content

Commit

Permalink
add yolov8 det seg pose cls obb examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Jan 2, 2025
1 parent c8630f4 commit 36f10b2
Show file tree
Hide file tree
Showing 6 changed files with 2,395 additions and 137 deletions.
6 changes: 5 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ if(NCNN_PIXEL)
ncnn_add_example(yolov5_pnnx)
ncnn_add_example(yolov7_pnnx)
ncnn_add_example(yolov7)
ncnn_add_example(yolov8)
ncnn_add_example(yolov8_seg)
ncnn_add_example(yolov8_pose)
ncnn_add_example(yolov8_cls)
ncnn_add_example(yolox)
ncnn_add_example(mobilenetv2ssdlite)
ncnn_add_example(mobilenetssd)
Expand All @@ -67,9 +71,9 @@ if(NCNN_PIXEL)
ncnn_add_example(scrfd_crowdhuman)
if(OpenCV_FOUND)
ncnn_add_example(yolov4)
ncnn_add_example(yolov8_obb)
ncnn_add_example(rvm)
ncnn_add_example(p2pnet)
ncnn_add_example(yolov8)
endif()
else()
message(WARNING "OpenCV not found and NCNN_SIMPLEOCV disabled, examples won't be built")
Expand Down
Loading

0 comments on commit 36f10b2

Please sign in to comment.