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
作者用队列来管理后处理后的img,但是如果要将处理结果打印出来,无法保证结果和图片顺序一致
The text was updated successfully, but these errors were encountered:
您可以修改返回值,把处理结果和图片写进一个struct里面,然后在主线程打印就好了
Sorry, something went wrong.
我的做法是
struct trans { cv::Mat img; int x1,x2,y1,y2; } rknnPool<rkYolov5,trans,trans>testPool;
我的做法是 struct trans { cv::Mat img; int x1,x2,y1,y2; } rknnPool<rkYolov5,trans,trans>testPool;
请问你这样修改后满足需求了吗?程序性能会有影响吗?
No branches or pull requests
作者用队列来管理后处理后的img,但是如果要将处理结果打印出来,无法保证结果和图片顺序一致
The text was updated successfully, but these errors were encountered: