First of all, I'd like to thank you all for making augmentation pipelines easier for us.
I just saw this repository, but while I was discovering the API, I realized that ReplayCompose is just returning some values like shape or augmentation parameters. I just wanted to say that if there are some other parameters like min value or max value for images when using pixel augmentations, etc., this would be great to debug. Sometimes, float images can mix with normal 8-bit images. Thanks again.
First of all, I'd like to thank you all for making augmentation pipelines easier for us.
I just saw this repository, but while I was discovering the API, I realized that
ReplayCompose
is just returning some values like shape or augmentation parameters. I just wanted to say that if there are some other parameters like min value or max value for images when using pixel augmentations, etc., this would be great to debug. Sometimes, float images can mix with normal 8-bit images. Thanks again.