ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

谁有yolov8系列的Classification,segment,pose,obb。

Open mingtianquan opened this issue 1 year ago • 7 comments

官方是示例cpp只有detect。 Classification,segment,pose,obb。 能否添加支持Classification,segment,pose,obb。 ,这几天尝试v8官方pose模型导出ncnn格式 model = YOLO('D:\yolov8\yolov8n-pose.pt') model.export(format="ncnn", dynamic=True, simplify=True,opset=12)

mingtianquan avatar Nov 25 '24 16:11 mingtianquan

hi, yolov8 examples are updated with full support for detection, segmentation, classification, pose estimation and obb https://github.com/Tencent/ncnn/tree/master/examples

android demo https://github.com/nihui/ncnn-android-yolov8

detailed instruction (zh) https://zhuanlan.zhihu.com/p/16030630352

nihui avatar Jan 08 '25 08:01 nihui

希望pnnx能更新下能直接导出就好了,比如以前的 yolo export model=yolov8n.pt format=ncnn opset=11 dynamic=False simplify=True 以前的cpp代码这样导出使用的

mingtianquan avatar Jan 12 '25 15:01 mingtianquan