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
使用了ncnn项目中提供的yolov8推理代码,在web上跑推理很慢 ex.input("in0", in_pad);
std::vector<Object> proposals; // stride 32 { ncnn::Mat out; ex.extract("out0", out);
这个转化耗时了800ms,如何进一步优化
The text was updated successfully, but these errors were encountered:
你转WASM了?
Sorry, something went wrong.
是的,转成wasn’t了
CPU是否有跑满?有编译好的html能否给一个让我们玩一玩?
web.zip 拿去吧,但是推理很慢,大佬们优化一下
No branches or pull requests
detail | 详细描述 | 詳細な説明
使用了ncnn项目中提供的yolov8推理代码,在web上跑推理很慢
ex.input("in0", in_pad);
这个转化耗时了800ms,如何进一步优化
The text was updated successfully, but these errors were encountered: