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

Support multiple inputs in the same source folder #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sharwell
Copy link
Member

This simplifies the use of VAP for experimenting on inputs coming from recordings that are split across many files in the same folder. By specifying sample*.mp4 as the input, it will use sample.mp4, sample2.mp4, sample3.mp4, etc. The user is expected to ensure that the input video resolution and lines configuration are consistent across all inputs matching the pattern.

@ycshu086
Copy link
Contributor

That's a useful feature. Minor: I'd suggest we include video file name into the name of output images to better debug the results. Currently frameID increases monotonically across video files.

@sharwell
Copy link
Member Author

Yes, I think that would help. It wasn't a problem in my experiment because each frame has a timestamp, but I'll think about a way to handle cases that don't.

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

Successfully merging this pull request may close these issues.

None yet

2 participants