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

Load sequences of images #191

Open
vincent-leguen opened this issue Mar 14, 2022 · 3 comments
Open

Load sequences of images #191

vincent-leguen opened this issue Mar 14, 2022 · 3 comments

Comments

@vincent-leguen
Copy link

Thank you for this great work ! I'm wondering if it can be used to efficiently load sequences of images, for example for video prediction. Imagine you have a large dataset of images from cameras (ordered images, eg. one folder per day) and you want to sample a batch of B samples, each sample being a sequence of p+f consecutive images (p input frames, f future frames to predict). Is there an efficient way to do this ?

@richardrl
Copy link

@GuillaumeLeclerc Hey was wondering if there's any update on this?

@volcverse
Copy link

Hello, is there any tutorials about this? I check the doc but can't find anything related.

@richardrl
Copy link

@volcverse You just need to write a custom TraversalOrder that associates sequences of images together in each minibatch. #374 allows feeding any custom data you need to do this into your custom TraversalOrder class

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

3 participants