STUDY/인공지능

albumentations library

채소보끔 2023. 2. 24. 15:14
728x90

Pytorch 사용 시, augmentation을 위해 torchvision.transforms가 많이 사용됨.

 

[MDPI 논문] albumentations: Fast and Flecible Image Augmentations

* albumentations : 다양한 augmentation을 지원하는 open source library

        - torchvision.transforms 보다 처리 속도가 빠르며 기능이 다양함

        - numpy, OpenCV, imgaua 등 여러 library기반으로 optimization을 하였음

 

* 사용법

[Docs] https://albumentations.readthedocs.io/en/latest/

추후 추가 예정

 

 

728x90