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