谁有yolov8系列的Classification,segment,pose,obb。
官方是示例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)
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
希望pnnx能更新下能直接导出就好了,比如以前的 yolo export model=yolov8n.pt format=ncnn opset=11 dynamic=False simplify=True 以前的cpp代码这样导出使用的