Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videos ignoring the start frame at preprocessing #37

Open
davidlainesv opened this issue Feb 3, 2022 · 0 comments
Open

Videos ignoring the start frame at preprocessing #37

davidlainesv opened this issue Feb 3, 2022 · 0 comments

Comments

@davidlainesv
Copy link

The preprocessing.py file does not take in account the start frame when the video ends at the last frame of the video.

if end_frame <= 0: shutil.copyfile(src_video_path, dst_video_path) continue

I have found around 6 videos that ends at the last frame of the video but start after the first frame of the video (start_frame != 1) and the code copies the video to the destination folder as it is without slicing the video accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant