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
在mac上,使用opencv读取本地一张图im1,经过ncnn的from_pixels_resize后的值 im_ncnn_1。 在android上,使用opencv读取本地一张图im2,经过ncnn的from_pixels_resize后的值 im_ncnn_2。 发现pc和手机上,opencv读出来的im1和im2都是一样的,但经过from_pixels_resize后的 im_ncnn_1 和 im_ncnn_2则出现了差异。 想问下,移动端和pc端from_pixels_resize实现方法不一样吗?
The text was updated successfully, but these errors were encountered:
用 bmp 图片试试?
Sorry, something went wrong.
#5390
和 #5263 问题重复,close了
No branches or pull requests
在mac上,使用opencv读取本地一张图im1,经过ncnn的from_pixels_resize后的值 im_ncnn_1。
在android上,使用opencv读取本地一张图im2,经过ncnn的from_pixels_resize后的值 im_ncnn_2。
发现pc和手机上,opencv读出来的im1和im2都是一样的,但经过from_pixels_resize后的 im_ncnn_1 和 im_ncnn_2则出现了差异。
想问下,移动端和pc端from_pixels_resize实现方法不一样吗?
The text was updated successfully, but these errors were encountered: