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
您好! 我看了您的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 如果我想用另一个数据集重新训练一个模型应该怎么办?
The text was updated successfully, but these errors were encountered:
和YOLOv5的教程是一样的步骤,一样的导出方法,readme有教程,可往下翻翻
Sorry, something went wrong.
No branches or pull requests
您好!
我看了您的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
如果我想用另一个数据集重新训练一个模型应该怎么办?
The text was updated successfully, but these errors were encountered: