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
想请教一下你项目中的pfld模型是怎么得到的? 我训练完fpld模型是4.9M,转换成onnx,再使用sim-onnx,之后转换为.bin模型,将param文件使用ncnn2mem加密并生成 .id.h文件加载进pfld.cpp中,运行工程得到的结果却是这样: 请问问题出现哪一步?
The text was updated successfully, but these errors were encountered:
这个得看你的训练代码,注意推理的时候前处理和后处理要对应,如果前处理坐标做了归一化,后处理就要还原到原图坐标
Sorry, something went wrong.
这个主要是因为你使用的代码版本中的后处理方式与当前代码中的后处理方式不一样而造成的这种现象
No branches or pull requests
想请教一下你项目中的pfld模型是怎么得到的?
我训练完fpld模型是4.9M,转换成onnx,再使用sim-onnx,之后转换为.bin模型,将param文件使用ncnn2mem加密并生成 .id.h文件加载进pfld.cpp中,运行工程得到的结果却是这样:
请问问题出现哪一步?
The text was updated successfully, but these errors were encountered: