-
Notifications
You must be signed in to change notification settings - Fork 23
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
ValueError: Image dimensions must be powers of 2 #150
Comments
Maybe we can change the image size while loading the dataset.
|
I also noticed that the project is not documented that well, as It only contains the installation steps and some details about the dataset loader. Do you have any document where I could read what the project is about, what it can do, and what the goals of the project are? If not, do you want to work together on making a roadmap for this project? Because I think this could be so much bigger...Do you have a community channel where we could discuss this? |
Hi @Shivansh20128, |
Great @SaashaJoshi ! Let's get to it then. Let me know a communication channel we could use for this. Meanwhile, I will make a PR for the above issue. |
Let me see how to setup a discord channel for |
Hi @SaashaJoshi, there seems to be a problem with the first example given in the repository readme file. The following code gave a value error - "ValueError: Image dimensions must be powers of 2." Please look into this.
The text was updated successfully, but these errors were encountered: