We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from ultralytics import YOLO model = YOLO("model/segment/best_n.pt") model.export( format="ncnn", simplify=True, opset=12)
自己训练的模型yolo11导出ncnn格式文件后,部署在安卓上闪退;而官方自带导出后能正常运行,可能是什么问题呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
detail | 详细描述 | 詳細な説明
导出方法 yolo11
from ultralytics import YOLO
model = YOLO("model/segment/best_n.pt")
model.export( format="ncnn", simplify=True, opset=12)
自己训练的模型yolo11导出ncnn格式文件后,部署在安卓上闪退;而官方自带导出后能正常运行,可能是什么问题呢?
The text was updated successfully, but these errors were encountered: