Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 11, 2024
1 parent 1aba69f commit 4e674dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def extract_frames_from_video(
targ_frame_time = 1 / fps
frames = []
i = 0
elapsed_time = 0.
elapsed_time = 0.0
while cap.isOpened():
ret, frame = cap.read()
if not ret:
Expand Down

0 comments on commit 4e674dd

Please sign in to comment.