한국 자동차 번호판 인식 솔루션

🗞️ 구독하기

🚙 ANPR (LPR) solution

🦋 인식 가능 번호판 종류

다음과 같은 대표적인 6가지 종류등의 번호판 인식 가능합니다.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b7ffaac9-fb8c-49f8-b82a-7dbcd782b545/Screenshot_2021-05-10_at_21.17.09.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/95d57509-485b-4c0d-8fbf-c702e4b899ed/Screenshot_2021-05-10_at_21.16.47.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3ec021ed-4379-491b-9f71-bd2b7e7eb660/Screenshot_2021-05-10_at_21.16.29.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/747956a1-ded4-4d8f-83bf-a9c0f7be1c5d/Screenshot_2021-05-10_at_21.17.01.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/943d1a8d-43f5-4f88-a1e0-767766952b18/Screenshot_2021-05-10_at_21.16.54.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/724c4e1f-201a-4376-8c1c-3494a015512d/Screenshot_2021-05-10_at_21.16.39.png

인식 가능 문자

char_list = [
    '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 
    '가', '강', '거', '경', '고', '광', '구', '기',
    '나', '남', '너', '노', '누',
    '다', '대', '더', '도', '동', '두',
    '라', '러', '로', '루',
    '마', '머', '모', '무', '문',
    '바', '배', '버', '보', '부', '북',
    '사', '산', '서', '세', '소', '수',
    '아', '어', '오', '우', '울', '원', '육', '인',
    '자', '저', '전', '제', '조', '종', '주',
    '천', '충',
    '하', '허', '호'
]

🤖 라이브 테스트

MareArts 🎬 Live

📺 번호판 인식 결과 동영상

MareArts ANPR (LPR)

🧜🏿 Github

https://github.com/MareArts/MareArts-ALPR-LPR-Automated-License-Plate-Recognition