๐Ÿš™ ANPR (LPR) solution

ANPR Information

๐Ÿ”— GitHub Repository

๐Ÿ‡ช๐Ÿ‡บ ANPR EU (European Union)

Auto Number Plate Recognition for EU countries

๐Ÿฆ‹ Available Countries: (We are adding more contries.)

๐Ÿ‡ฆ๐Ÿ‡ฑ Albania                  ๐Ÿ‡จ๐Ÿ‡ฟ Czechia
๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra                  ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark
๐Ÿ‡ฆ๐Ÿ‡น Austria                  ๐Ÿ‡ซ๐Ÿ‡ฎ Finland
๐Ÿ‡ง๐Ÿ‡ช Belgium                  ๐Ÿ‡ซ๐Ÿ‡ท France
๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina   ๐Ÿ‡ฉ๐Ÿ‡ช Germany
๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria                 ๐Ÿ‡ฌ๐Ÿ‡ท Greece
๐Ÿ‡ญ๐Ÿ‡ท Croatia                  ๐Ÿ‡ญ๐Ÿ‡บ Hungary
๐Ÿ‡จ๐Ÿ‡พ Cyprus                   ๐Ÿ‡ฎ๐Ÿ‡ช Ireland
    

๐Ÿฆ‹ Recognisable characters:

char_list = [ "-", ".", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "d", "i", "m", "o", "ร–", "รœ", "ฤ†", "ฤŒ", "ฤ", "ล ", "ลฝ", "ะŸ" ]

๐Ÿ‡ฐ๐Ÿ‡ท ANPR Korea

ํ•œ๊ตญ ์ž๋™์ฐจ ๋ฒˆํ˜ธํŒ ์ธ์‹ ์†”๋ฃจ์…˜

๐Ÿฆ‹ ์ธ์‹ ๊ฐ€๋Šฅ ๋ฒˆํ˜ธํŒ ์ข…๋ฅ˜

๋‹ค์Œ๊ณผ ๊ฐ™์€ ๋Œ€ํ‘œ์ ์ธ 6๊ฐ€์ง€ ์ข…๋ฅ˜๋“ฑ์˜ ๋ฒˆํ˜ธํŒ ์ธ์‹ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค. (ํŠน์ˆ˜, ์˜คํ† ๋ฐ”์ด ๋ฒˆํ˜ธํŒ์„ ์ถ”๊ฐ€ ์ค‘์ž…๋‹ˆ๋‹ค.)

๐Ÿฆ‹ ์ธ์‹ ๊ฐ€๋Šฅ ๋ฌธ์ž

char_list = [ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '๊ฐ€', '๊ฐ•', '๊ฑฐ', '๊ฒฝ', '๊ณ ', '๊ด‘', '๊ตฌ', '๊ธฐ', '๋‚˜', '๋‚จ', '๋„ˆ', '๋…ธ', '๋ˆ„', '๋‹ค', '๋Œ€', '๋”', '๋„', '๋™', '๋‘', '๋ผ', '๋Ÿฌ', '๋กœ', '๋ฃจ', '๋งˆ', '๋จธ', '๋ชจ', '๋ฌด', '๋ฌธ', '๋ฐ”', '๋ฐฐ', '๋ฒ„', '๋ณด', '๋ถ€', '๋ถ', '์‚ฌ', '์‚ฐ', '์„œ', '์„ธ', '์†Œ', '์ˆ˜', '์•„', '์–ด', '์˜ค', '์šฐ', '์šธ', '์›', '์œก', '์ธ', '์ž', '์ €', '์ „', '์ œ', '์กฐ', '์ข…', '์ฃผ', '์ฒœ', '์ถฉ', 'ํ•˜', 'ํ—ˆ', 'ํ˜ธ' ]

๐Ÿค– Live Test

๐Ÿ“บ ANPR Result Videos

Check the license plate recognition results in these YouTube videos.

๐Ÿ“ Using API

๐Ÿ”ฌ API Usage

  • Use curl or Python examples provided for API calls.
  • #shell script ./kr_curl_request.sh ./eu_curl_request.sh #python code python ./kr_api_request.oy python ./eu_api_request.py
  • For private keys, contact us.
  • Public key limits: 1000 requests per day.
  • # Public keys user-id : marearts@public x-api-key : J4K9L2Wory34@G7T1Y8rt-PP83uSSvkV3Z6ioSTR!

๐Ÿ”ฌ Returns

  • results: Contains OCR text, probabilities, and detection locations.
  • Processing Speeds: Provided for license plate detection and OCR.
  • Usage: Current day’s usage and maximum usage.
  • # Example 1 JSON { "results": [{ "ocr": "KU17ZY", "ocr_conf": 99, "ltrb": [619, 327, 775, 393], "ltrb_conf": 93 }], "ltrb_proc_sec": 0.14, "ocr_proc_sec": 0.34, "usage": "1", "day_max": "10000" }

ETC

# box display code with label ex_box_display.py


More detail for MareArts ANPR click here ๐Ÿ˜€


๐Ÿ™‡๐Ÿป‍♂️ Thank you!

No comments:

Post a Comment