You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frame iterators in each modality only go up to the stop_frame - 1, these should probably be inclusive bounds i.e. range(start_frame, stop_frame - 1).
The frame iterators in each modality only go up to the stop_frame - 1, these should probably be inclusive bounds i.e.
range(start_frame, stop_frame - 1)
.https://github.com/epic-kitchens/epic-lib/blob/master/epic_kitchens/video.py#L41
https://github.com/epic-kitchens/epic-lib/blob/master/epic_kitchens/video.py#L54
Spotted by @ekazakos
The text was updated successfully, but these errors were encountered: