Skip to content

Commit 0fcfd30

Browse files
committed
license_page.md added
1 parent a895e15 commit 0fcfd30

File tree

8 files changed

+238
-4
lines changed

8 files changed

+238
-4
lines changed

doc.i18n/ja-JP/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lang: "ja"
1313
**TS-ANPR**は、ディープラーニングベースの車両ナンバープレート認識エンジンで、韓国、日本、ベトナムのナンバープレート規格に対応しています。
1414

1515
##### ✨ アプリケーションの例 (TS-IVR)
16+
1617
<iframe width="720" height="405" src="https://www.youtube.com/embed/d7UU71PAx5Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1718

1819
##### [😍 ライブデモ](http://tsnvr.ipdisk.co.kr/) <span style="font-size:.8em;font-weight:normal;color:grey">👈 ここで番号認識の性能を直接ご確認ください。</span>
@@ -51,7 +52,7 @@ lang: "ja"
5152

5253
##### [🎁 インストール手順](Usage.md)
5354

54-
##### [⚖️ ライセンス](LICENSE.md)
55+
##### [⚖️ ライセンス](license_page.md)
5556

5657
_ご質問やご要望がございましたら、[Issues](https://github.com/bobhyun/TS-ANPR/issues) にお気軽にご投稿ください。
5758
皆さまからのフィードバックやご連絡をお待ちしております!_

doc.i18n/ja-JP/license_page.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: ライセンス
3+
permalink: /doc.i18n/ja-JP/license_page.html
4+
---
5+
6+
[English](../../LICENSE.md) | [한국어](../ko-KR/LICENSE.md) | 日本語 | [Tiếng Việt](../vi-VN/LICENSE.md)
7+
8+
## ライセンス
9+
10+
#### 1. サンプルソースコード
11+
12+
提供されるサンプルソースコードは**MIT ライセンス**に従います。
13+
14+
```
15+
The MIT License (MIT)
16+
Copyright © 2022-2025 TS-Solution Corp.
17+
18+
Permission is hereby granted, free of charge, to any person obtaining a copy
19+
of this software and associated documentation files (the "Software"), to deal
20+
in the Software without restriction, including without limitation the rights
21+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
copies of the Software, and to permit persons to whom the Software is
23+
furnished to do so, subject to all conditions.
24+
25+
The above copyright notice and this permission notice shall be included in all
26+
copies or substantial portions of the Software.
27+
28+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34+
SOFTWARE.
35+
```
36+
37+
#### 2. TS-ANPR エンジン
38+
39+
TS-ANPR エンジンは**商用ライセンス**で提供されます。ライセンスの種類は以下の通りです。
40+
41+
| 区分 | 機能<sup>(1)</sup> | 多重認識数 | 性能<sup>(2)</sup> | 期間制限 |
42+
| :------------------------- | :------------------ | -------------------: | -----------------: | -----------------: |
43+
| `TS-ANPR 無料トライアル` | `vmsdr` | 最大 15 台 | 最大 16 CPU コア | 30 日 |
44+
| `TS-ANPR Server` | `vmsdr` | 注文型<sup>(3)</sup> | 制限なし | ライセンスに準じる |
45+
| `TS-ANPR Pro` | `vmsdr` | 最大 15 台 | 最大 16 CPU コア | ライセンスに準じる |
46+
| `TS-ANPR Object Detection` | `msd`<sup>(4)</sup> | 最大 15 台 | 最大 8 CPU コア | ライセンスに準じる |
47+
| `TS-ANPR Basic` | `vdr` | 最大 1 台 | 最大 8 CPU コア | ライセンスに準じる |
48+
49+
- <sup>(1)</sup> 機能区分
50+
- `v`: ナンバープレートの車両取り付けの有無を判断
51+
- `m`: 複数の車両のナンバープレートをすべて認識(多重認識)
52+
- `s`: 360° すべての角度の車両からナンバープレートを認識(サラウンド認識)
53+
- `d`: オブジェクト認識
54+
- `r`: 認識されたオブジェクト(車両)のナンバープレート認識
55+
- <sup>(2)</sup> CPU コアの一部のみを使用する方式で、ナンバープレート認識性能を制限
56+
- <sup>(3)</sup> 15 台から 500 台まで注文可能
57+
- <sup>(4)</sup> オブジェクト認識機能のみで、車両ナンバープレート認識機能はなし

doc.i18n/ko-KR/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lang: "ko"
1313
**TS-ANPR**은 딥러닝 기반의 차량 번호 인식 엔진으로 대한민국, 일본, 베트남 번호판 규격을 지원합니다.
1414

1515
##### ✨ 응용 프로그램 예 (TS-IVR)
16+
1617
<iframe width="720" height="405" src="https://www.youtube.com/embed/d7UU71PAx5Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1718

1819
##### [😍 라이브 데모](http://tsnvr.ipdisk.co.kr/) <span style="font-size:.8em;font-weight:normal;color:grey">👈 여기서 번호 인식 성능을 직접 확인해 보세요.</span>
@@ -51,7 +52,7 @@ lang: "ko"
5152

5253
##### [🎁 설치 방법](Usage.md)
5354

54-
##### [⚖️ 라이선스](LICENSE.md)
55+
##### [⚖️ 라이선스](license_page.md)
5556

5657
_질문이나 요청이 있으시면 언제든지 [Issues](https://github.com/bobhyun/TS-ANPR/issues) 남겨주세요.
5758
여러분의 소중한 의견과 피드백을 항상 환영합니다!_

doc.i18n/ko-KR/license_page.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: 라이선스
3+
permalink: /doc.i18n/ko-KR/license_page.html
4+
---
5+
6+
[English](../../LICENSE.md) | [日本語](../ja-JP/LICENSE.md) | 한국어 | [Tiếng Việt](../vi-VN/LICENSE.md)
7+
8+
## 라이선스
9+
10+
#### 1. 예제 소스 코드
11+
12+
제공되는 예제 소스 코드는 **MIT 라이선스**를 따릅니다.
13+
14+
```
15+
The MIT License (MIT)
16+
Copyright © 2022-2025 TS-Solution Corp.
17+
18+
Permission is hereby granted, free of charge, to any person obtaining a copy
19+
of this software and associated documentation files (the "Software"), to deal
20+
in the Software without restriction, including without limitation the rights
21+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
copies of the Software, and to permit persons to whom the Software is
23+
furnished to do so, subject to all conditions.
24+
25+
The above copyright notice and this permission notice shall be included in all
26+
copies or substantial portions of the Software.
27+
28+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34+
SOFTWARE.
35+
```
36+
37+
#### 2. TS-ANPR 엔진
38+
39+
TS-ANPR 엔진은 **상용 라이선스**로 제공됩니다.
40+
라이선스 종류는 아래와 같습니다.
41+
42+
| 구분 | 기능<sup>(1)</sup> | 다중 인식 수 | 성능<sup>(2)</sup> | 기간 제한 |
43+
| :-------------------- | :------------------ | -------------------: | -----------------: | --------------: |
44+
| `TS-ANPR 무료 평가판` | `vmsdr` | 최대 15대 | 최대 16 CPU 코어 | 30일 |
45+
| `TS-ANPR Server` | `vmsdr` | 주문형<sup>(3)</sup> | 제한없음 | 라이선스에 준함 |
46+
| `TS-ANPR Pro` | `vmsdr` | 최대 15대 | 최대 16 CPU 코어 | 라이선스에 준함 |
47+
| `TS-ANPR 객체인식` | `msd`<sup>(4)</sup> | 최대 15대 | 최대 8 CPU 코어 | 라이선스에 준함 |
48+
| `TS-ANPR Basic` | `vdr` | 최대 1대 | 최대 8 CPU 코어 | 라이선스에 준함 |
49+
50+
- <sup>(1)</sup> 기능 구분
51+
- `v`: 번호판 차량 부착 여부 판단
52+
- `m`: 여러 대의 차량 번호판을 모두 인식 (다중 인식)
53+
- `s`: 360° 모든 각도의 차량에서 번호판 인식 (서라운드 인식)
54+
- `d`: 객체 인식
55+
- `r`: 인식된 객체(차량)의 차량 번호 인식
56+
- <sup>(2)</sup> CPU 코어 일부분만 사용하는 방식으로 차량 번호 인식 성능을 제한
57+
- <sup>(3)</sup> 15대부터 500대까지 주문 가능
58+
- <sup>(4)</sup> 객체 인식 기능만 있고 차량 번호 인식 기능은 없음

doc.i18n/vi-VN/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lang: "vi"
1313
**TS-ANPR** là công cụ nhận diện biển số xe dựa trên học sâu, hỗ trợ tiêu chuẩn biển số của Hàn Quốc, Nhật Bản và Việt Nam.
1414

1515
##### ✨ Ví dụ về ứng dụng (TS-IVR)
16+
1617
<iframe width="720" height="405" src="https://www.youtube.com/embed/d7UU71PAx5Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1718

1819
##### [😍 Bản demo trực tiếp](http://tsnvr.ipdisk.co.kr/) <span style="font-size:.8em;font-weight:normal;color:grey">👈 Hãy trực tiếp kiểm tra hiệu suất nhận diện số tại đây.</span>
@@ -51,7 +52,7 @@ lang: "vi"
5152

5253
##### [🎁 Hướng dẫn cài đặt](Usage.md)
5354

54-
##### [⚖️ Giấy phép](LICENSE.md)
55+
##### [⚖️ Giấy phép](license_page.md)
5556

5657
_Nếu bạn có bất kỳ câu hỏi hoặc yêu cầu nào, vui lòng gửi tại [Issues](https://github.com/bobhyun/TS-ANPR/issues).
5758
Chúng tôi luôn sẵn sàng hỗ trợ và rất mong nhận được phản hồi từ bạn!_

doc.i18n/vi-VN/license_page.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Giấy phép
3+
permalink: /doc.i18n/vi-VN/license_page.html
4+
---
5+
6+
[English](../../LICENSE.md) | [한국어](../ko-KR/LICENSE.md) | [日本語](../ja-JP/LICENSE.md) | Tiếng Việt
7+
8+
## Giấy phép
9+
10+
#### 1. Mã nguồn ví dụ
11+
12+
Mã nguồn ví dụ được cung cấp tuân theo **Giấy phép MIT**.
13+
14+
```
15+
The MIT License (MIT)
16+
Copyright © 2022-2025 TS-Solution Corp.
17+
18+
Permission is hereby granted, free of charge, to any person obtaining a copy
19+
of this software and associated documentation files (the "Software"), to deal
20+
in the Software without restriction, including without limitation the rights
21+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
copies of the Software, and to permit persons to whom the Software is
23+
furnished to do so, subject to all conditions.
24+
25+
The above copyright notice and this permission notice shall be included in all
26+
copies or substantial portions of the Software.
27+
28+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34+
SOFTWARE.
35+
```
36+
37+
#### 2. Động cơ TS-ANPR
38+
39+
Động cơ TS-ANPR được cung cấp theo **giấy phép thương mại**.
40+
Các loại giấy phép như sau.
41+
42+
| Phân loại | Chức năng<sup>(1)</sup> | Số lượng nhận diện đồng thời | Hiệu năng<sup>(2)</sup> | Giới hạn thời gian |
43+
| :------------------------------ | :---------------------- | ------------------------------: | ----------------------: | -----------------: |
44+
| `TS-ANPR Bản dùng thử miễn phí` | `vmsdr` | Tối đa 15 xe | Tối đa 16 lõi CPU | 30 ngày |
45+
| `TS-ANPR Server` | `vmsdr` | Theo đơn đặt hàng<sup>(3)</sup> | Không giới hạn | Theo giấy phép |
46+
| `TS-ANPR Pro` | `vmsdr` | Tối đa 15 xe | Tối đa 16 lõi CPU | Theo giấy phép |
47+
| `TS-ANPR Object Detection` | `msd`<sup>(4)</sup> | Tối đa 15 xe | Tối đa 8 lõi CPU | Theo giấy phép |
48+
| `TS-ANPR Basic` | `vdr` | Tối đa 1 xe | Tối đa 8 lõi CPU | Theo giấy phép |
49+
50+
- <sup>(1)</sup> Phân loại chức năng
51+
- `v`: Xác định biển số có gắn trên xe hay không
52+
- `m`: Nhận diện tất cả biển số xe trong ảnh (nhận diện đa phương tiện)
53+
- `s`: Nhận diện biển số xe ở mọi góc độ 360° (nhận diện toàn cảnh)
54+
- `d`: Nhận diện đối tượng
55+
- `r`: Nhận diện biển số xe của đối tượng (xe) đã nhận diện
56+
- <sup>(2)</sup> Hiệu năng nhận diện biển số xe bị giới hạn bằng cách chỉ sử dụng một phần lõi CPU
57+
- <sup>(3)</sup> Có thể đặt hàng từ 15 đến 500 xe
58+
- <sup>(4)</sup> Chỉ có chức năng nhận diện đối tượng, không có chức năng nhận diện biển số xe

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ English | [한국어](/TS-ANPR/doc.i18n/ko-KR/) | [日本語](/TS-ANPR/doc.i18n/
1313
**TS-ANPR** is a deep learning-based vehicle license plate recognition engine that supports the license plate standards of Korea, Japan, and Vietnam.
1414

1515
##### ✨ Application Example (TS-IVR)
16+
1617
<iframe width="720" height="405" src="https://www.youtube.com/embed/d7UU71PAx5Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1718

1819
##### [😍 Live Demo](http://tsnvr.ipdisk.co.kr/) <span style="font-size:.8em;font-weight:normal;color:grey"> 👈 Check the number recognition performance directly here.</span>
@@ -51,7 +52,7 @@ English | [한국어](/TS-ANPR/doc.i18n/ko-KR/) | [日本語](/TS-ANPR/doc.i18n/
5152

5253
##### [🎁 How to install](Usage.md)
5354

54-
##### [⚖️ License](LICENSE.md)
55+
##### [⚖️ License](license_page.md)
5556

5657
_If you have any questions or requests, please feel free to open an [Issues](https://github.com/bobhyun/TS-ANPR/issues).
5758
We are happy to assist and welcome your feedback!_

license_page.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: License
3+
permalink: /license_page.html
4+
---
5+
6+
English | [한국어](doc.i18n/ko-KR/LICENSE.md) | [日本語](doc.i18n/ja-JP/LICENSE.md) | [Tiếng Việt](doc.i18n/vi-VN/LICENSE.md)
7+
8+
## License
9+
10+
#### 1. Example Source Code
11+
12+
The provided example source code is licensed under the **MIT License**.
13+
14+
```
15+
The MIT License (MIT)
16+
Copyright © 2022-2025 TS-Solution Corp.
17+
18+
Permission is hereby granted, free of charge, to any person obtaining a copy
19+
of this software and associated documentation files (the "Software"), to deal
20+
in the Software without restriction, including without limitation the rights
21+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
copies of the Software, and to permit persons to whom the Software is
23+
furnished to do so, subject to all conditions.
24+
25+
The above copyright notice and this permission notice shall be included in all
26+
copies or substantial portions of the Software.
27+
28+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34+
SOFTWARE.
35+
```
36+
37+
#### 2. TS-ANPR Engine
38+
39+
The TS-ANPR engine is provided under a **commercial license**. The types of licenses are as follows:
40+
41+
| Types | Features<sup>(1)</sup> | Multi-Recognition Count | Performance<sup>(2)</sup> | Duration Limit |
42+
| :------------------------- | :--------------------- | ----------------------: | ------------------------: | -----------------: |
43+
| `TS-ANPR Free Trial` | `vmsdr` | Up to 15 vehicles | Up to 16 CPU cores | 30 days |
44+
| `TS-ANPR Server` | `vmsdr` | Custom<sup>(3)</sup> | Unlimited | Subject to license |
45+
| `TS-ANPR Pro` | `vmsdr` | Up to 15 vehicles | Up to 16 CPU cores | Subject to license |
46+
| `TS-ANPR Object Detection` | `msd`<sup>(4)</sup> | Up to 15 vehicles | Up to 8 CPU cores | Subject to license |
47+
| `TS-ANPR Basic` | `vdr` | Up to 1 vehicle | Up to 8 CPU cores | Subject to license |
48+
49+
- <sup>(1)</sup> Features
50+
- `v`: Determines whether a vehicle has a license plate
51+
- `m`: Recognizes all license plates of multiple vehicles (multi-recognition)
52+
- `s`: Recognizes license plates from vehicles at all angles (surround recognition)
53+
- `d`: Object detection
54+
- `r`: Recognizes the vehicle number of detected objects (vehicles)
55+
- <sup>(2)</sup> Limits vehicle number recognition performance by using only a portion of CPU cores
56+
- <sup>(3)</sup> Orders can be placed for quantities ranging from 15 to 500 units.
57+
- <sup>(4)</sup> Only has object detection functionality and does not include vehicle number recognition functionality.

0 commit comments

Comments
 (0)