First day
• Read ‘Rules’, ‘Overview’, ‘Evaluation’, ‘Data’, ‘Timeline’
• EDA:(70%)
• mean, std, min, max per channel in RGB, HSV(train+test)
• mean, std, min, max of height, width(train+test)
• Extract train targets
• Check the images visually
• Create baseline(30%)
• Model: small model(resnet18, 34) -> huge model(resnet101, 152)
• Optimizer: adam(lr:3e-3~1e-4)
• Image_size: (mean/2, mean/2), (mean, mean), (mean*2, mean*2)
• Augmentation: no augmentation