Skip to content

Commit

Permalink
Fix video processing completed text
Browse files Browse the repository at this point in the history
  • Loading branch information
bessszilard committed Jul 29, 2020
1 parent 7f77392 commit 0b0e543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectvideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main(_argv):
image = Image.fromarray(frame)
else:
if frame_id == vid.get(cv2.CAP_PROP_FRAME_COUNT):
print("Video processed")
print("Video processing complete")
break
raise ValueError("No image! Try with another video format")

Expand Down

0 comments on commit 0b0e543

Please sign in to comment.