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

Add webp decoder #8527

Merged
merged 71 commits into from
Aug 15, 2024
Merged

Add webp decoder #8527

merged 71 commits into from
Aug 15, 2024

Conversation

NicolasHug
Copy link
Member

@NicolasHug NicolasHug commented Jul 15, 2024

This PR adds the decode_webp() function. We dynamically link against libwebp which is BSD3. We only support RGB images. RGBA webp images can be decoded, the transparency channel is ignored.

Copy link

pytorch-bot bot commented Jul 15, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8527

Note: Links to docs will display an error until the docs builds have been completed.

❌ 10 New Failures, 13 Pending, 14 Unrelated Failures

As of commit b7bf5a7 with merge base edb1c33 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@NicolasHug
Copy link
Member Author

OK, M1 jobs seem to all be passing now.

@NicolasHug
Copy link
Member Author

All Windows tests, wheels and conda builds passing

@NicolasHug NicolasHug changed the title [WIP] Add webp decoder Add webp decoder Aug 15, 2024
@NicolasHug NicolasHug merged commit be7cdf1 into pytorch:main Aug 15, 2024
9 of 17 checks passed
@NicolasHug NicolasHug deleted the webp_decoder branch August 15, 2024 11:33
Copy link

Hey @NicolasHug!

You merged this PR, but no labels were added.
The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request Aug 19, 2024
Reviewed By: ahmadsharif1

Differential Revision: D61331604

fbshipit-source-id: 23956b0c1cbb0c5274db145612e1e78642853cc5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants