Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PandapowrTR authored Jan 18, 2024
1 parent 89cd8d3 commit 1b6153b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Data/Collect/CollectImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ def collectFromVideo(videoPath: str, saveToPath: str, i: int = 0, printInfo:bool
)
cv2.imshow("Video", frame)
except:
cv2.imshow("Video", blackImage)
pass
break

# Release the video capture and close the window
cap.release()
Expand Down

0 comments on commit 1b6153b

Please sign in to comment.