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 support for AVIF images #5613

Open
1 task done
clementpoiret opened this issue Aug 28, 2024 · 2 comments
Open
1 task done

Add support for AVIF images #5613

clementpoiret opened this issue Aug 28, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@clementpoiret
Copy link

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

Should have (e.g. Adoption is possible, but the performance shortcomings make the solution inferior).

Please provide a clear description of problem this feature solves

Storing a huge amount of images to train DNN is a critical point. Storing those images in a modern format with interesting compression properties such as AVIF allows to reduce storage space and network transfer times.

Feature Description

As a research engineer, I want to be able to use the avif format in order to diminish my training costs and make my R&D pipeline faster.

Describe your ideal solution

A way to load AVIF images in the same way I can load jpeg, png or wepb images.

Describe any alternatives you have considered

I can load the images with pillow, but it would be more easier / better to do everything with dali.

Additional context

No response

Check for duplicates

  • I have searched the open bugs/issues and have found no duplicates for this bug report
@clementpoiret clementpoiret added the enhancement New feature or request label Aug 28, 2024
@jantonguirao jantonguirao self-assigned this Aug 28, 2024
@jantonguirao
Copy link
Contributor

@clementpoiret Thank you for your request. We will consider it and let you know once we have any particular plans.
Note: The feature in any case would be incorporated to nvImageCodec library (https://github.com/NVIDIA/nvImageCodec/) first, which DALI uses as a dependency

@clementpoiret
Copy link
Author

Great, thanks for your update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants