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

How to save transfered pics with their original shape? #9

Open
loinhahaha opened this issue Sep 25, 2020 · 1 comment
Open

How to save transfered pics with their original shape? #9

loinhahaha opened this issue Sep 25, 2020 · 1 comment

Comments

@loinhahaha
Copy link

https://www.freecodecamp.org/news/image-augmentation-make-it-rain-make-it-snow-how-to-modify-a-photo-with-machine-learning-163c0cb3843f/
You blog is more friendly to users.

@RedaAlb
Copy link

RedaAlb commented Nov 30, 2020

In Helpers.py, change
line 92: image_list.append(cv2.resize(image,(1280,720)))
to
image_list.append(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

2 participants