v0.6.0
Pre-release
Pre-release
- Add new augmentation methods:
- random image region blurring (
BatchCreatorImage.blurry_blobs_probability
) - random erasing
- with noise:
BatchCreatorImage.noisy_random_erasing_probability
) - with constant values (
BatchCreatorImage.uniform_random_erasing_probability
)
- with noise:
- random image region blurring (
- Remove broken
--gpu=auto
option fromelektronn2-train
- Add
zxy
flag toBatchCreatorImage
, making loading data in xyz axis order possible - Improve version strings with versioneer (git revision and uncommitted modifications are now reflected in
elektronn3.__version__
, making identification of the current version easy) - Various small improvements and bug fixes
This is the last planned release of ELEKTRONN2. We are focusing on elektronn3 now.