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

Custom dataset generation #13

Open
stardustLi opened this issue Oct 21, 2023 · 2 comments
Open

Custom dataset generation #13

stardustLi opened this issue Oct 21, 2023 · 2 comments

Comments

@stardustLi
Copy link

Can you give me instructions on how to train the network on a custom dataset? It contains 512x512 RGB images with labels in the form of timestamps of when they were taken, in differences of minutes. I'm trying to predict what the next images in the sequence will look like in the next timestamps.

@chengtan9907
Copy link
Member

Thanks for your interest! Maybe you can refer to the tutorial of OpenSTL: OpenSTL-Tutorial.

@SamuelSchmidgall
Copy link

@stardustLi I wrote code that did this for my own dataset if you're wanting to know more just msg me. Specifically, I have a very large dataset so I wrote a lazy mp4 loader that reads and loads the files on demand which might be slower than what you need..

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