Training Data commited on
Commit ·
405c3e6
1
Parent(s): f5dbfa5
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- finance
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
# License Plates
|
| 12 |
+
Over **1.2 million** annotated license plates from vehicles around the world. This dataset is tailored for **License Plate Recognition tasks** and includes images from both YouTube and PlatesMania.
|
| 13 |
+
Annotation details are provided in the About section below.
|
| 14 |
+
|
| 15 |
+
# About
|
| 16 |
+
## Variables in .csv files:
|
| 17 |
+
- **file_name** - filename of the original car photo
|
| 18 |
+
- **license_plate.country** - country where the vehicle was captured
|
| 19 |
+
- **bbox** - normalized Bounding Box labeling of the car
|
| 20 |
+
- **license_plate.visibility** - the visibility type of the license plate
|
| 21 |
+
- **license_plate.id** - unique license plate's id
|
| 22 |
+
- **license_plate.mask** - normalized coordinates of the license plate
|
| 23 |
+
- **license_plate.rows_count** - single-line or double-line number
|
| 24 |
+
- **license_plate.number** - recognized text of the license plate
|
| 25 |
+
- **license_plate.serial** - only for UAE numbers - license plate series
|
| 26 |
+
- **license_plate.region** - only for UAE numbers - license plate subregion
|
| 27 |
+
- **license_plate.color** - only for Saudi Arabia - color of the international plate code
|
| 28 |
+
|
| 29 |
+
# To access the full dataset, please contact us: Andrew, [sales@trainingdata.pro](mailto:sales@trainingdata.pro)
|