We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ed096 commit f1f6b2fCopy full SHA for f1f6b2f
src/superannotate/lib/core/plugin.py
@@ -288,7 +288,7 @@ def extract_frames(
288
for frame in VideoPlugin.frames_generator(
289
video_path, start_time, end_time, target_fps
290
):
291
- if len(extracted_frames_paths) > limit:
+ if len(extracted_frames_paths) >= limit:
292
break
293
path = str(
294
Path(extract_path)
0 commit comments