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::Mat resize()函数,发现很不方便,每次使用copy_cut_border()取roi后,还要转pixel形式后再做resize和substract_mean_normalize 不知道是不是我用的不对
The text was updated successfully, but these errors were encountered:
在原图上取 roi,然后 Mat::from_pixels_resize
Sorry, something went wrong.
我觉得这样会导致重复的做substract_mean_normalize(mean_vals, norm_vals),比如做图像金字塔;还有个问题,float和uint8分别作resize,时间大概是几倍的关系呢
613028a 后续会优化下,然后做个 resize layer
No branches or pull requests
缺少ncnn::Mat resize()函数,发现很不方便,每次使用copy_cut_border()取roi后,还要转pixel形式后再做resize和substract_mean_normalize
不知道是不是我用的不对
The text was updated successfully, but these errors were encountered: