Is it possible to combine aug_transforms with some transforms of Albumentations for Segmentation?

Probably because they’re being done on the CPU. If you can get it working as a batch transform you can utilize the GPU instead. Also Sylvain recently ported over initial work for Albumentions (but they’re not done on the GPU)

See here: