Skip to content

Commit

Permalink
Add yolov8 ncnn example
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jun 12, 2024
1 parent 4e91d49 commit c1da956
Show file tree
Hide file tree
Showing 2 changed files with 420 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 c1da956

Please sign in to comment.