albumentations-team / albumentations

Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
https://albumentations.ai
MIT License
14.33k stars 1.65k forks source link

[Feature Request] Returning related values in `ReplayCompose` #802

Open omerferhatt opened 3 years ago

omerferhatt commented 3 years ago

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.

ternaus commented 7 months ago

We are planning to return from Standard Compose all parameters that were used in the augmentations pipeline on evert run.

It is in the short list. Hopefully will happen within next month.