Skip to content

Commit

Permalink
Add yolov8 ncnn example (#5506)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb authored Aug 15, 2024
1 parent fdf0df3 commit e550419
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if(NCNN_PIXEL)
ncnn_add_example(yolov4)
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 e550419

Please sign in to comment.