-
Notifications
You must be signed in to change notification settings - Fork 13
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
cv2.VedioCapture("bus.jpg") will report an error #3
Comments
Try to type "D:\bus.jpg" instead of "D:/bus.jpg". |
Same mistake. @Chen-MingChang |
@zengqingfa Please check your path where "bus.jpg" is. |
videocapture is used to read image sequence or video: |
@zengqingfa |
This seems to be a problem with the |
My model was exported successfully. When my input was a video, the program performed fine, but when my input was an image, the program responded with an error.
How can I fix this demo to solve this problem?
The text was updated successfully, but these errors were encountered: