Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiyuetribe authored Jan 6, 2025
2 parents 2308adc + 39cf4f6 commit 0395de9
Show file tree
Hide file tree
Showing 8 changed files with 2,876 additions and 1,066 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 0395de9

Please sign in to comment.