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

torchvision decoder. fix artifacts, blury images for frame dimensions not multiple of 8 #7523

Closed

Conversation

NicolasHug
Copy link
Member

Summary:
In MUI we found an artifact for video with resolution 426x426, not equal to 8.
We find that root cause is torchvision decoder, which MUI uses extensively

Tiny black bar on the right in the image

Before the fix
{F949912112}

After the fix
{F949913076}

Full video

https://pxl.cl/2CN1G
https://pxl.cl/2CN1L

Differential Revision: D45035410

@pytorch-bot
Copy link

pytorch-bot bot commented Apr 17, 2023

@facebook-github-bot
Copy link

This pull request was exported from Phabricator. Differential Revision: D45035410

… not multiple of 8 (pytorch#7523)

Summary:
Pull Request resolved: pytorch#7523

In MUI we found an artifact for video with resolution 426x426, not equal to 8.
We find that root cause is torchvision decoder, which MUI uses extensively

Tiny black bar on the right in the image

Before the fix
{F949912112}

After the fix
{F949913076}

Full video

https://pxl.cl/2CN1G
https://pxl.cl/2CN1L

Differential Revision: D45035410

fbshipit-source-id: ac18424bf7433e046f2c0d7db41cf0b34f931a53
@facebook-github-bot
Copy link

This pull request was exported from Phabricator. Differential Revision: D45035410

facebook-github-bot pushed a commit that referenced this pull request Apr 17, 2023
… not multiple of 8 (#7523)

Summary:
Pull Request resolved: #7523

In MUI we found an artifact for video with resolution 426x426, not equal to 8.
We find that root cause is torchvision decoder, which MUI uses extensively

Tiny black bar on the right in the image

Before the fix
{F949912112}

After the fix
{F949913076}

Full video

https://pxl.cl/2CN1G
https://pxl.cl/2CN1L

Differential Revision: D45035410

fbshipit-source-id: 2d4f6a4812df075fc4677e6b96dc2e0029ea6e92
NicolasHug pushed a commit to NicolasHug/vision that referenced this pull request May 2, 2023
… not multiple of 8 (pytorch#7523)

Summary:
Pull Request resolved: pytorch#7523

In MUI we found an artifact for video with resolution 426x426, not equal to 8.
We find that root cause is torchvision decoder, which MUI uses extensively

Tiny black bar on the right in the image

Before the fix
{F949912112}

After the fix
{F949913076}

Full video

https://pxl.cl/2CN1G
https://pxl.cl/2CN1L

Differential Revision: D45035410

fbshipit-source-id: 2d4f6a4812df075fc4677e6b96dc2e0029ea6e92
@NicolasHug NicolasHug closed this May 3, 2023
NicolasHug added a commit that referenced this pull request May 3, 2023
…me dimensions not multiple of 8 (#7523) (#7552)

Co-authored-by: Vadim Zubov <vadikrobot@meta.com>
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.

2 participants