kornia / kornia

Geometric Computer Vision Library for Spatial AI
https://kornia.readthedocs.io
Apache License 2.0
9.96k stars 970 forks source link

Support more augmentations #1977

Open ghost opened 2 years ago

ghost commented 2 years ago

🚀 Feature

Support more augmentations

Motivation

https://imgaug.readthedocs.io/en/latest/source/api_augmenters_arithmetic.html?highlight=salt#imgaug.augmenters.arithmetic.SaltAndPepper

https://imgaug.readthedocs.io/en/latest/source/overview/arithmetic.html?highlight=Dropout%20#dropout

https://imgaug.readthedocs.io/en/latest/source/overview/edges.html

https://imgaug.readthedocs.io/en/latest/source/overview/artistic.html

edgarriba commented 2 years ago

Sounds good to me — be aware that ideally those should be implemented using the operators from the rest of the library