Working with uint16 images #1423
Unanswered
lilianabrandao
asked this question in
Q&A
Replies: 1 comment
-
This is a good question. Right now we do not strictly check that all applied transforms work properly with images that are not It leads to unexpected behavior when people try to apply some non standard inputs. But we are planning to address this issue in the nearest releases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I set a transformation pipeline to augment uint16 images. The augmented images [along with the original dataset] were then used to train a deep learning model.
No issue arose during the transform operations or visual debugging of the augmented images. However, the deep learning model results were not as expected [very similiar to those achieved without data augmentation].
Later on, I realized that Albumentations is not prepared to handle uint16 images.
Could this explain the lack of improvement for the training with data augmentation?
What are the "consequences"/impact of not using the correct data type in Albumentations pipelines?
Beta Was this translation helpful? Give feedback.
All reactions