diff --git a/README.md b/README.md index c3d57dc..4c408da 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ TS-ANPR TS-ANPR은 딥러닝 기반의 대한민국 차량 번호 인식 엔진입니다. #### 차번 인식 데모: [http://tsnvr.ipdisk.co.kr/](http://tsnvr.ipdisk.co.kr/) - + #### 최신 엔진 다운로드: [https://github.com/bobhyun/TS-ANPR/releases/](https://github.com/bobhyun/TS-ANPR/releases/) - + #### 응용 프로그램 개발 가이드: [https://github.com/bobhyun/TS-ANPR/blob/main/DevGuide.md](https://github.com/bobhyun/TS-ANPR/blob/main/DevGuide.md) - + - [DLL entry points](https://github.com/bobhyun/TS-ANPR/blob/main/DevGuide.md#1-dll-entry-points) - [입력 이미지 파일 형식 (`bmp`, `jpg`, `png`, `pnm`, `pbm`, `pgm`, `ppm`, `jfif`, `webp`)](https://github.com/bobhyun/TS-ANPR/blob/main/DevGuide.md#12-anpr_read_file) @@ -20,19 +20,10 @@ TS-ANPR은 딥러닝 기반의 대한민국 차량 번호 인식 엔진입니다 ## 최신 버전 정보 -#### **`[2023-1-18]` v1.1.0 출시** - -- 덤프 트럭, 중장비 번호판 인식률 개선 - ![](img/20200814000665_0.jpg) -
`[이미지 출처: 헤럴드경제]` - ![](img/000424-20190130010598-2.jpg) -
`[이미지 출처: 부동산미래]` - ![](img/236FA0455124830802.jfif) -
`[이미지 출처: jumbocar.tistory.com]` -- 친환경 전기 자동차 인식 기능 추가 - - Output Format에 `ev` 항목 추가됨 [(개발 가이드 참고)](https://github.com/bobhyun/TS-ANPR/blob/main/DevGuide.md#2-output-format) - ![](img/517830_32591_5954.jpg) -
`[이미지 출처: 부울경뉴스]` +#### **`[2023-2-28]` v1.2.0 출시 🎉** + +- 다중 차량 인식시 일부 번호판이 미인식되는 현상 개선 +- 화질이 좋지 않은 번호판 이미지에서 문자 오인식 개선 ## 특징 diff --git a/TS-ANPR-Manual.pdf b/TS-ANPR-Manual.pdf index f7040f7..24b058e 100644 Binary files a/TS-ANPR-Manual.pdf and b/TS-ANPR-Manual.pdf differ diff --git a/lib/x64/tsanpr.lib b/lib/x64/tsanpr.lib index d75e459..12e56b7 100644 Binary files a/lib/x64/tsanpr.lib and b/lib/x64/tsanpr.lib differ diff --git a/lib/x86/tsanpr.lib b/lib/x86/tsanpr.lib index cd301e9..ec0ad9a 100644 Binary files a/lib/x86/tsanpr.lib and b/lib/x86/tsanpr.lib differ