Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Albumentations, an image augmentation library version 0.3 released. New weather augmentations, serialization support for reproducible machine learning pipelines, and speedup improvements

[P] Albumentations, an image augmentation library version 0.3 released. New weather augmentations, serialization support for reproducible machine learning pipelines, and speedup improvements

You can download the library from PyPI using pip install -U albumentations or clone the latest version from https://github.com/albu/albumentations

New features

Weather augmentations.

We’ve added weather augmentations such as RandomRain, RandomSnow, RandomSunFlare, RandomShadow, RandomFog.

https://i.redd.it/4x2y4nty5q731.jpg

Pipeline serialization.

Now we can define transformations in the code and serialize them in python dictionary, json and yaml files. A Jupyter notebook with examples.

New transformations.

Lambda, GaussianBlur, ChannelDropout, CoarseDropout.

The full release notes are available at https://github.com/albu/albumentations/releases/tag/0.3.0

submitted by /u/alexparinov
[link] [comments]