
albumentations (Data Augmentation)
Deep Learning
2020. 12. 13. 17:31
CNN 학습에서 데이터 augmentaion은 test 정확도를 향상시키는데에 중요한 역할을 한다. 현재 다양한 data augmentation 기법들이 존재하는데 빠르고 직관적이며 sequential하게 데이터 augmentation을 할 수 있도록 도와주는 라이브러리인 albumantations에 대해 글을 쓰려고 한다. Reference : https://github.com/albumentations-team/albumentations albumentations-team/albumentations Fast image augmentation library and easy to use wrapper around other libraries. Documentation: https://albumentati..