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
Fixed bugs in image generation that previously caused undefined behavior — results are now predictable and consistent for image-to-image tasks.
Improved transformation logic: adjustments (e.g. contrast shifts) now use smarter value ranges, ensuring augmentations are meaningful instead of producing unusable outputs (such as completely black images).
Implemented parallelization of augmentation routines for significantly faster processing.