[Day31] Image Classification I & data Augmentation
·
AI/부스트 캠프 AI tech
[Day31] Image Classification I & data Augmentation Image classification I https://n-brogrammer.tistory.com/117 Annotation data efficient learning https://n-brogrammer.tistory.com/118 중요 RGB to HSV HSV (색상, 채도, 명도) 색을 RGB로 많이 표현하지만 RGB말고 HSV로 나타낼 수 있다. H(Hue) 색상: 빨강, 파랑, 노랑 등과 같은 색의 종류를 나타낸다. H는 0 ~ 360의 범위를 가진다. H가 0보다 작으면 360을 더하여 최종 H가 구해진다. 0 = 빨강(Red), 120 = 초록(Green), 240 = 파랑(Blue) S(Satur..