-
Notifications
You must be signed in to change notification settings - Fork 543
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 use my own dataset #18
Comments
Hi, open the dataloader.py file elif dataset == 'AWA': then, open main.py to, parser.add_argument('--dataset', type=str, default='mnist', choices=['AWA', 'mnist', 'fashion-mnist', 'cifar10', 'cifar100', 'svhn', 'stl10', 'lsun-bed'], |
Do the images have to be in a specific format or size. |
Do the images have to be in a specific format or size. |
No, I don't think so. Please go ahead and use your dataset.. please reply back, if you encounter any problem related to image size |
Okay I will try soon. I have a dataset of my own JPG images. These images are of strawberries. The image I want to generate is of strawberries. My images are in colour, will this affect training on this GitHub. Do I need to change to gray-scale. Finally @ArghyaPal have you successfully trained this model on your dataset? Any help would be greatly appreciated. Thanks in advance! |
Hi, I'm currently getting the following error. Even though my images are jpg as shown in the image below. Any help would be appreicated. |
I managed to fix this issue by placing them in another folder called 1, so my directory is now, data/strawberriesBlack/1/B(1).jpg However, my results are completely blank after 50 epochs on GAN My dataset is currently coloured, do you think I should change to grayscale? Thanks in advance |
@ArghyaPal I am having issues with either size or color scaling with these models, . I am trying to run color images of ships through GAN but I get shape errors (see issue 25). Is there a fix to this? |
No description provided.
The text was updated successfully, but these errors were encountered: