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

There is problem in the judgment condition of resizing image #25

Open
xinguohe opened this issue Mar 2, 2021 · 0 comments
Open

There is problem in the judgment condition of resizing image #25

xinguohe opened this issue Mar 2, 2021 · 0 comments

Comments

@xinguohe
Copy link

xinguohe commented Mar 2, 2021

if image.size()[0]!=self.out_h or image.size()[1]!=self.out_w:

if image.size()[1]!=self.out_h or image.size()[2]!=self.out_w:
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

1 participant