-
Notifications
You must be signed in to change notification settings - Fork 175
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
Training set image resolution #85
Comments
Yes, the tf version of DiffAugment-stylegan2 supports this (still not implemented if length is not equal to width). It will first generate images at a resolution of the nearest power of 2 and then crop to the images to the original size. |
Thanks,
However I'm using Pytorch...
Will be available soon?
Thx
Il ven 22 ott 2021, 13:30 Shengyu Zhao ***@***.***> ha
scritto:
… Yes, the tf version of DiffAugment-stylegan2 supports this (still not
implemented if length is not equal to width). It will first generate images
at a resolution of the nearest power of 2 and then crop to the images to
the original size.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE56FGP33D4LMR376RDPBTLUIFDLZANCNFSM5GLGJKAA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Unfortunately we will not update the code to support new features. You may have a try following the basic idea in our tf code. |
Ok,
Thank you
Il ven 22 ott 2021, 16:23 Shengyu Zhao ***@***.***> ha
scritto:
… Unfortunately we will not update the code to support new features. You may
have a try following the basic idea in our tf code.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE56FGKJPVEHNK3JPQQPUA3UIFXU5ANCNFSM5GLGJKAA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
is there a way to train using a dataset of images with shape that is not a power of 2? Such as 400x400 or even 420x400?
Thank you
Davide
The text was updated successfully, but these errors were encountered: