8000 Release πŸ›  Albumentations 2.0.8 Release Notes Β· albumentations-team/albumentations Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

πŸ›  Albumentations 2.0.8 Release Notes

Latest
Compare
Choose a tag to compare
@ternaus ternaus released this 27 May 21:22
· 15 commits to main since this release
4d2cf04

Want to stay in the loop?
Get updates on new features, documentation changes, and tools like the UI explorer by subscribing to our mailing list:
πŸ‘‰ https://albumentations.ai/subscribe/
You can unsubscribe anytime.


πŸ’– Support Our Work

  1. Help Us Grow – Found Albumentations useful? Become a sponsor to support ongoing development.
  2. Show Your Support – A ⭐ on GitHub helps others discover us.
  3. Join the Community – Report issues or suggest improvements via GitHub Issues or join discussions on Discord.

Improvements

Added area_for_downscale to RandomResizedCrop and RandomSizedCrop

parameter may have value:

  • image
  • image_mask
  • None

When enabled will use interpolation that was passed to the transform for upscale, but cv2.INTER_AREA for downscale, as for downscale INTER_AREA generates the least amount of artifacts.

image

Speedups

Vectorized application to videos and volume in

When applied to videos Albumentations on 1 CPU core is still, slower than torchvision on GTX 4090, (Benchmark on videos). But with such pull requests, the gap. hopefully, will get smaller.

Bugfixes

  • Fixed bug in MotionBlur, direction argument was not used.
  • Bugfix in saving / loading piplines to huggingface hub. Now it works in windows as well.
0