We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Image transform results between HF and our version does not line up
A minimal repro here https://colab.research.google.com/drive/1tcghYqhPjy2G1sbkzy2UUbOmbzrQTkG5#scrollTo=wdCanLBZC2w8 if you see last few cells, the text outputs match but image outputs dont
A possible discrepancy is that HF version has center crop which is missing in our transform
Need eyes from @apsdehal to move forward
The text was updated successfully, but these errors were encountered:
cc: @ebsmothers @kartikayk
Sorry, something went wrong.
apsdehal
No branches or pull requests
Issue description
Image transform results between HF and our version does not line up
Code example
A minimal repro here https://colab.research.google.com/drive/1tcghYqhPjy2G1sbkzy2UUbOmbzrQTkG5#scrollTo=wdCanLBZC2w8
if you see last few cells, the text outputs match but image outputs dont
A possible discrepancy is that HF version has center crop which is missing in our transform
Need eyes from @apsdehal to move forward
The text was updated successfully, but these errors were encountered: