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

Implement antialiasing support in Resize operator #15

Open
robertknight opened this issue Nov 18, 2023 · 0 comments
Open

Implement antialiasing support in Resize operator #15

robertknight opened this issue Nov 18, 2023 · 0 comments

Comments

@robertknight
Copy link
Owner

robertknight commented Nov 18, 2023

The Resize operator doesn't currently support antialiasing (via the antialias attribute). This has been OK so far because the models I've been testing with haven't required it, as they mostly use Resize for upscaling. However when this operator is used for pre-processing model inputs, which is more likely to involve downsampling, the lack of antialiasing can lead to much worse output. This can hurt prediction accuracy if the model inputs were downsamples with antialiasing during training. See 958177f.

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