skip some frames(vid_stride) implementation #35
Unanswered
aerenkaradag
asked this question in
Q&A
Replies: 1 comment
-
@aerenkaradag We could add the argument - def get_video_frames_generator(source_path: str, interval: int = 1) -> Generator[np.ndarray, None, None]:
... It would be equal to Would that solve your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would that be possible, if I want to skip some frames(vid_stride) in the video because of slow video processing? Like, look once in every 4 frames.
I'm talking about that YT video: https://youtu.be/l_kf9CfZ_8M
Beta Was this translation helpful? Give feedback.
All reactions