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

Can CycleGAN deal with input data images with different size? #42

Open
pc0065666 opened this issue Oct 15, 2017 · 5 comments
Open

Can CycleGAN deal with input data images with different size? #42

pc0065666 opened this issue Oct 15, 2017 · 5 comments

Comments

@pc0065666
Copy link

Can CycleGAN deal with input data images with different size?

Should I change images size?

Thank You for your attention.

@vanhuyz
Copy link
Owner

vanhuyz commented Oct 16, 2017

Input data images may have different size but at the moment they have to be square.

@pc0065666
Copy link
Author

I truly appreciate it!

@Kongsea
Copy link

Kongsea commented Mar 5, 2018

If the images are not square, can CycleGAN process it? How to modify the code? Thank you.

@doantientai
Copy link

A simple way is to write a short program to reshape / crops your images to the requested size, then move them to the input folder. That's what I do.

@viniciusarruda
Copy link

viniciusarruda commented Jun 6, 2018

I've made a simple code here to crop and shrink an image.

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

5 participants