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
No description provided.
The text was updated successfully, but these errors were encountered:
i changed my code in demo.py file but it won't work cap = cv2.VideoCapture("/content/drive/My Drive/E2E-MLT/images/00139.jpg")
cap.set(cv2.CAP_PROP_AUTOFOCUS, 1) ret, im = cap.read()
Plsss help me with this
Sorry, something went wrong.
You need change to im = cv2.imread("/content/drive/My Drive/E2E-MLT/images/00139.jpg")
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: