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

YoloV5-6.0的c++推理问题 #5752

Open
PengPeng-JunJun opened this issue Oct 21, 2024 · 0 comments
Open

YoloV5-6.0的c++推理问题 #5752

PengPeng-JunJun opened this issue Oct 21, 2024 · 0 comments

Comments

@PengPeng-JunJun
Copy link

detail | 详细描述 | 詳細な説明

已经成功转成NCNN,在阅读C++推理代码时,看到如下代码段:
#if YOLOV5_V62
ex.extract("353", out);
#elif YOLOV5_V60
ex.extract("376", out);
#else
ex.extract("781", out);
#endif

以上输出和我得到的param文件中的输出不一致,请问是因为示例代码是用的yolov5s,而我是用的yolov5l的原因么?如果是该原因,请问yolov5l对应输出字符改怎么编写?
如果不是该原因,请指教是什么原因造成的不一致呢?

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

1 participant