Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,65 @@ dataset_info:
|
|
13 |
dtype: image
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes: 1059787322
|
17 |
num_examples: 7500
|
18 |
download_size: 1040772515
|
19 |
-
dataset_size: 1059787322
|
20 |
configs:
|
21 |
- config_name: default
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
|
|
25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
dtype: image
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 1059787322
|
17 |
num_examples: 7500
|
18 |
download_size: 1040772515
|
19 |
+
dataset_size: 1059787322
|
20 |
configs:
|
21 |
- config_name: default
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
+
license: mit
|
26 |
---
|
27 |
+
|
28 |
+
## Dataset Description
|
29 |
+
This dataset contains VRNs along with their respective UK car plate images. Each VRN record provides:
|
30 |
+
- **front_plate:** Synthetically created front license plate image.
|
31 |
+
- **rear_plate:** Synthetically created rear license plate image.
|
32 |
+
- **augmented_front_plate:** Synthetically augmented front license plate image.
|
33 |
+
- **augmented_rear_plate:** Synthetically augmented rear license plate image.
|
34 |
+
|
35 |
+
### Dataset Creation Date
|
36 |
+
24 February 2025
|
37 |
+
|
38 |
+
### Dataset Creation Method
|
39 |
+
See GitHub repository for details: [https://github.com/cavit99/VRM-VLM](https://github.com/cavit99/VRM-VLM)
|
40 |
+
|
41 |
+
### Dataset Structure
|
42 |
+
- **vrn:** Vehicle Registration Number.
|
43 |
+
- **front_plate:** The front view of the license plate.
|
44 |
+
- **rear_plate:** The rear view of the license plate.
|
45 |
+
- **augmented_front_plate:** An augmented front plate image.
|
46 |
+
- **augmented_rear_plate:** An augmented rear plate image.
|
47 |
+
|
48 |
+
### Dataset Statistics
|
49 |
+
- **Total distinct VRNs:** 7500
|
50 |
+
- Presented each as front and rear clean synthetic images
|
51 |
+
- Synthetically augmented front and rear images
|
52 |
+
|
53 |
+
### License
|
54 |
+
MIT License
|
55 |
+
|
56 |
+
Copyright (c) 2024
|
57 |
+
|
58 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
59 |
+
of this software and associated documentation files (the "Software"), to deal
|
60 |
+
in the Software without restriction, including without limitation the rights
|
61 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
62 |
+
copies of the Software, and to permit persons to whom the Software is
|
63 |
+
furnished to do so, subject to the following conditions:
|
64 |
+
|
65 |
+
The above copyright notice and this permission notice shall be included in all
|
66 |
+
copies or substantial portions of the Software.
|
67 |
+
|
68 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
69 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
70 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
71 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
72 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
73 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
74 |
+
SOFTWARE.
|
75 |
+
|
76 |
+
### Contact
|
77 |
+
Dataset created by: Cavit Erginsoy - 2025
|