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

fix video framerate upon upload to bypass DALI errors #117

Open
themattinthehatt opened this issue Nov 21, 2024 · 0 comments
Open

fix video framerate upon upload to bypass DALI errors #117

themattinthehatt opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@themattinthehatt
Copy link
Collaborator

Right now if a user runs training or inference with a variable frame rate video there is a DALI error. Instead of allowing this to happen, we should add a check for variable frame rate videos to our current checks for codec and chroma format. If variable framerate then we can set a fixed framerate to whatever the median framerate across the video is.

@themattinthehatt themattinthehatt self-assigned this Nov 25, 2024
@themattinthehatt themattinthehatt added the enhancement New feature or request label Nov 25, 2024
@themattinthehatt themattinthehatt changed the title DALI only works with fixed framerate videos fix video framerate upon upload to bypass DALI errors Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant