Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ if(NCNN_PIXEL)
ncnn_add_example(yolov8_cls)
ncnn_add_example(yolox)
ncnn_add_example(yolo11)
if(NCNN_VULKAN)
ncnn_add_example(yolo11_vk_e2e)
endif()
ncnn_add_example(yolo11_seg)
ncnn_add_example(yolo11_pose)
ncnn_add_example(yolo11_cls)
Expand Down
Loading