-
Notifications
You must be signed in to change notification settings - Fork 26
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
How to preprocess a new dataset? #9
Comments
Hello @turian, Thank you for bringing this to our attention. We will hopefully revise the README section in the future to include this, but for now here are the steps to load your own data:
For JAX it's quite similar. Go to
Hopefully that answers your question. Let me know if there's something that's not clear :). Otherwise, please feel free to close this issue. Thank you! |
Hello @turian and thanks for showing interest in our work. We have added custom dataset support in our latest commit. Sufficient instructions on how to use are available in this section of the README. We also provide utility scripts to train/val split or resize your data if needed (as explained in the new section of the README). Hope this helps, let us know if there are still any pending issues concerning this feature. Best, |
I have a new dataset of 128x128 images. Can you provide README instructions on how to preprocess it?
The text was updated successfully, but these errors were encountered: