Skip to content
New issue

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

训练新的模型 #250

Open
z0v0z opened this issue Dec 28, 2023 · 1 comment
Open

训练新的模型 #250

z0v0z opened this issue Dec 28, 2023 · 1 comment

Comments

@z0v0z
Copy link

z0v0z commented Dec 28, 2023

您好!
我看了您的cpp_demo下的ncnn的yolov5.cpp的代码,您是直接:
#if USE_INT8
yolov5.load_param("v5lite-i8e.param");
yolov5.load_model("yolov5-i8e.bin");
#else
yolov5.load_param("v5lite-e.param");
yolov5.load_model("v5lite-e.bin");
#endif
如果我想用另一个数据集重新训练一个模型应该怎么办?

@ppogg
Copy link
Owner

ppogg commented Dec 28, 2023

和YOLOv5的教程是一样的步骤,一样的导出方法,readme有教程,可往下翻翻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants