Giter Site home page Giter Site logo

digit-recognition's Introduction

digit-recognition

소개

부산대학교 총장배 창의비행체 경진대회의 회전익 번호판 인식 임무에 사용할 프로그램입니다.

설치 및 실행

  1. 파이썬 가상환경 설정
python3 -m venv venv
  1. 의존성 설치
pip install -r requirements.txt
  1. 실행
python3 main.py

이미지 세부사항

  • 야외에서 하나의 숫자가 적힌 번호판을 촬영한 사진(scene text image)
  • 글자 크기: 25cm
  • 배경색: 흰색
  • 글꼴색: 빨간색

임무 수행 방법

  1. Digit Detection
    • 숫자가 적힌 이미지 내 영역을 추출
    • 번호판에 대한 색상 정보에 기반하여, 색상 필터로 영역 추출
  2. Digit Recognition
    • MNIST 데이터셋으로 학습한 CNN 모델 사용
    • Detection 단계에서 추출한 숫자 이미지를 입력으로 사용
    • 0~9 숫자 중 하나로 분류

참고자료

digit-recognition's People

Contributors

plming avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.