Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 409329393 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code:   TooBigContentError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Custom Model Directory

Place your trained YOLO model files here.

License Plate Detection Model

Train a YOLOv8 model on license plate images (class 0 = plate bounding box).

After training, copy the .pt file here:

models/plate_detector.pt

Then set PLATE_MODEL_PATH=models/plate_detector.pt in your .env file.

The system will automatically use your custom model for plate detection. If the file is not found, it falls back to the built-in OpenCV Haar cascade.

Main Vehicle/Person Detection

The main detection model (yolov8n.pt or yolov8x.pt) lives in the project root. Set DETECTION_MODEL_PATH=yolov8x.pt in .env to use the larger, more accurate model.

Downloads last month
38