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
'STUDY > 인공지능' 카테고리의 다른 글
np.array, ToTensor, ToPILImage 공부 (0) | 2023.03.28 |
---|---|
Attention mechanism (0) | 2023.03.27 |
[ML 책] 머신러닝이란? (0) | 2022.11.05 |
[실습 ML] Gradient descent algorithm (0) | 2022.02.07 |
[기초 ML] Gradient descent algorithm (0) | 2022.02.07 |