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

Suggestions on loading video data #41

Open
Semolce9 opened this issue Mar 12, 2024 · 1 comment
Open

Suggestions on loading video data #41

Semolce9 opened this issue Mar 12, 2024 · 1 comment

Comments

@Semolce9
Copy link

Semolce9 commented Mar 12, 2024

Thank authors for sharing training code of SVD and it works quite well. I just want to give some suggestions to accelerate data loading. First, if you have the original .mp4 or other formats video data, using library decord is much faster than loading video frames iteratively. Second, setting --num_workers to 0 largely improves loading speed for me(I am using 2 40G A100 for training).

Just some small tips and thank authors again.

@pixeli99
Copy link
Owner

Thank you for the great suggestions! I really appreciate you sharing these tips. I will handle these changes in the near future, and if you are interested, you are also very welcome to submit a PR.

Thanks again for your valuable feedback!

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

2 participants