Skip to content

hyunseoki/dacon_dirty_mnist_1st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

월간 데이콘 12 1st Solution

대회 개요 [링크]

main

  1. 주제
  • 합성한 MNIST 이미지 속에 들어있는 알파벳 찾기(Multi-Label Classification)

  1. 설명
  • (256, 256) 크기의 이미지 속에 10 ~ 14개의 글자(알파벳 a – Z, 중복 제외)가 무작위로 배치되어 있습니다.
    ※ 한글은 노이즈로 처리할 것
  • 이번 대회의 문제는 이러한 이미지 속에 들어있는 알파벳과 들어있지 않은 알파벳을 분류하는 multi-label classification입니다.
  1. 주최/주관
  • 주최:Dacon
  • 주관:Dacon
  1. 상금
  • 10만원
  1. 결과
  • 1위 result

Prerequisites

  • Windows10
  • Cuda
  • NVIDIA GPU + CUDA CuDNN

Training

  • type train.ps1 in powershell terminal

Inference

  • type python inference.py in powershell terminal