-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat(ml): dataloader for video generation #682
Conversation
a404015
to
e28f8a4
Compare
e80066f
to
bd48345
Compare
dataloader works for video generation. It processes sequencdes of frames in both of the following formats:
python3 -W ignore::UserWarning train.py |
bd48345
to
31428b3
Compare
7baae34
to
057dc10
Compare
34b87e8
to
d69ef4c
Compare
This needs to go into a different dataloader, dedicated to videos, since it requires a specific dataset structure, with one dir per video. |
This dataloader is specifically created for video generation, which did not exist before. |
it woks now with: python3 -W ignore::UserWarning train.py |
Fix the data loader to improve the efficiency of loading videos