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

Interpolate image size such that it never fails #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Multihuntr
Copy link

@Multihuntr Multihuntr commented Aug 16, 2019

Hi. You don't know me. I stumbled on your fork. Thought it was grand. Had a small problem, though.

The image dimensions I was passing through wasn't dividing evenly, so simply scaling by a factor of 2 was causing an off-by one in the dimensions.

This change makes it always match the same image dimensions when resizing. Thought you might want it?

For reference, I'm only using the model definition with my own training loop, and the image sizes I'm passing in is 1080p (1920x1080; wxh)

Fair warning: I haven't trained anything from scratch with these changes.

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

Successfully merging this pull request may close these issues.

1 participant