You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: