The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    DataFilesNotFoundError
Message:      No (supported) data files found in mrhacker7599/ANPR
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 72, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1904, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1885, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1270, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 597, in infer_module_for_data_files
                  raise DataFilesNotFoundError("No (supported) data files found" + (f" in {path}" if path else ""))
              datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in mrhacker7599/ANPR

Need help to make the dataset viewer work? Open a discussion for direct support.

keremberke/license-plate-object-detection

Dataset Labels

['license_plate']

Number of Images

{'train': 6176, 'valid': 1765, 'test': 882}

How to Use

pip install datasets
  • Load the dataset:
from datasets import load_dataset

ds = load_dataset("keremberke/license-plate-object-detection", name="full")
example = ds['train'][0]

Roboflow Dataset Page

https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk/dataset/1

Citation

@misc{ vehicle-registration-plates-trudk_dataset,
    title = { Vehicle Registration Plates Dataset },
    type = { Open Source Dataset },
    author = { Augmented Startups },
    howpublished = { \\url{ https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk } },
    url = { https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk },
    journal = { Roboflow Universe },
    publisher = { Roboflow },
    year = { 2022 },
    month = { jun },
    note = { visited on 2023-01-18 },
}

License

CC BY 4.0

Dataset Summary

This dataset was exported via roboflow.ai on January 13, 2022 at 5:20 PM GMT

It includes 8823 images. VRP are annotated in COCO format.

The following pre-processing was applied to each image:

  • Auto-orientation of pixel data (with EXIF-orientation stripping)

No image augmentation techniques were applied.

Downloads last month
0

Models trained or fine-tuned on mrhacker7599/ANPR