DACON Monthly the 2nd Computer Vision Learning Competition

Algorithm | CV | Classification | Control | Accuracy

  • moneyIcon Prize : 540만원
  • 45 Users Completed
Closed

 

Private 8위, efficientNet 모델 앙상블, threshold 전처리 기법 활용

2022.10.06 01:46 540 Views language

기존 모델 학습에서 epoch를 더 늘렸습니다.

새로운 dataset을 만들어서( original 사진 33333개 + threshold 처리 33333개로 60000개 데이터) 학습한 모델 추가.  
추가한 모델과 기존 모델 epoch늘려서 앙상블 했습니다.

Code