Open hai19991331 opened 5 years ago
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
You need change to im = cv2.imread("/content/drive/My Drive/E2E-MLT/images/00139.jpg")
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