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

Update annotation files for SSv2 keyframe dataset. Webm to mp4 #92

Open
martinwholtmon opened this issue May 3, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@martinwholtmon
Copy link
Owner

Because we fixed the error when we compile the videos back into .mp4 instead of webm, we must update the csv files as well.

Should only convert file extension for webm, and notify the user after the training has finished with how to fix the csv files:
find . -name '*.csv' -exec sed -i -e 's/.webm/.mp4/g' {} \;

@martinwholtmon martinwholtmon added the bug Something isn't working label May 3, 2024
@martinwholtmon
Copy link
Owner Author

martinwholtmon commented Jun 13, 2024

Add a note to the documentation, it is only for SSv2 when compiling frames into a new video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant