Skip to content
New issue

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

想请问一下为什么代码执行完之后只检测了一张图片,或者说检测之后的存储路径在哪里呢 #67

Open
dengdengan opened this issue Aug 31, 2022 · 1 comment

Comments

@dengdengan
Copy link

No description provided.

@vandurkhomo
Copy link

图像的显示语句在detect_one()函数中。你可以用视频流不断读取帧传入orgimg参数,并且将cv2.waitKey(0)改为cv2.waitKey(1)来检测视频流。opencv自带保存图像的api接口,你可以自己在cv2.imshow("img", orgimg)后面加入

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants