boostcampaitech2 / image-classification-level1-04

Image classification of mask wearing status
MIT License
4 stars 1 forks source link

[TODO] Data Augmentation 작업 #11

Open nayohan opened 3 years ago

nayohan commented 3 years ago

transforms

wlsl8135 commented 3 years ago

CenterCrop(400,260) & Normalize(mean=[0.485, 0.456, 0.406],std=[0.229, 0.224, 0.225], max_pixel_value=255.0,) 400h260w

CLAHE CLAHE

Augmix augmix