Vehicle Registration Plates
- Augmented Startups
- VRP Dataset
- 8823 images
Overview
The Numberplate Dataset is a collection of Licence Plates that can easily be used for Automatic Number Plate Detection.
Example Footage!
Training and Deployment
The Number Plate model has been trained in Roboflow, and available for inference on the Dataset tab.
One could also build a Automatic Number Plate Recognition [ANPR] App using YOLOR and EasyOCR. This is achieved using the Roboflow Platform which you can deploy the model for robust and real-time ANPR.
About Augmented Startups
We are at the forefront of Artificial Intelligence in computer vision. With over 92k subscribers on YouTube, we embark on fun and innovative projects in this field and create videos and courses so that everyone can be an expert in this field. Our vision is to create a world full of inventors that can turn their dreams into reality
Self Driving Car
- Roboflow
- obstacles Dataset
- 13280 images
Overview
The original Udacity Self Driving Car Dataset is missing labels for thousands of pedestrians, bikers, cars, and traffic lights. This will result in poor model performance. When used in the context of self driving cars, this could even lead to human fatalities.
We re-labeled the dataset to correct errors and omissions. We have provided convenient downloads in many formats including VOC XML, COCO JSON, Tensorflow Object Detection TFRecords, and more.
Some examples of labels missing from the original dataset:
Stats
The dataset contains 97,942 labels across 11 classes and 15,000 images. There are 1,720 null examples (images with no labels).
All images are 1920x1200 (download size ~3.1 GB). We have also provided a version downsampled to 512x512 (download size ~580 MB) that is suitable for most common machine learning models (including YOLO v3, Mask R-CNN, SSD, and mobilenet).
Annotations have been hand-checked for accuracy by Roboflow.
Annotation Distribution:
Use Cases
Udacity is building an open source self driving car! You might also try using this dataset to do person-detection and tracking.
Using this Dataset
Our updates to the dataset are released under the MIT License (the same license as the original annotations and images).
Note: the dataset contains many duplicated bounding boxes for the same subject which we have not corrected. You will probably want to filter them by taking the IOU for classes that are 100% overlapping or it could affect your model performance (expecially in stoplight detection which seems to suffer from an especially severe case of duplicated bounding boxes).
About Roboflow
Roboflow makes managing, preprocessing, augmenting, and versioning datasets for computer vision seamless.
Developers reduce 50% of their boilerplate code when using Roboflow's workflow, save training time, and increase model reproducibility.
:fa-spacer:
License Plate Recognition
- Objects In The Wild
- License-Plate Dataset
- 462 images
This is a U.S. license plate dataset + model using object detection. The images for this dataset were collected from Google images and around Central Florida parks. If you see your license plate in this dataset and you wish to remove it, please contact friends@roboflow.com
Try it out on this example web app or deploy to Luxonis Oak .
Pascal VOC 2012
- Jacob Solawetz
- VOC Dataset
- 17112 images
Pascal VOC 2012 is common benchmark for object detection. It contains common objects that one might find in images on the web.
Note: the test set is witheld, as is common with benchmark datasets.
You can think of it sort of like a baby COCO.
PKLot
- Brad Dwyer
- spaces Dataset
- 12416 images
The PKLot dataset contains 12,416 images of parking lots extracted from surveilance camera frames. There are images on sunny, cloudy, and rainy days and the parking spaces are labeled as occupied or empty. We have converted the original annotations to a variety of standard object detection formats by enclosing a bounding box around the original dataset's rotated rectangle annotations.
Using this Dataset
The PKLot database is licensed under a Creative Commons Attribution 4.0 License and may be used provided you acknowledge the source by citing the PKLot paper in publications about your research:
Almeida, P., Oliveira, L. S., Silva Jr, E., Britto Jr, A., Koerich, A., PKLot – A robust dataset for parking lot classification, Expert Systems with Applications, 42(11):4937-4949, 2015.
FLIR data set
- Thermal Imaging
- person-bicycle-car-dog Dataset
- 12274 images
Self-Driving Thermal Object-Detection
Overview
This model detects potentially moving objects (cars, bicycles, people, and dogs), to aid in self-driving and autonomous vehicles.
Dataset
The dataset is comprised of over twelve thousand thermal images, largely annotating cars.
ConeTest
- Ethan Carlson
- cones Dataset
- 7803 images
cyclists_database
- Paweł Brzozowski
- cyclists Dataset
- 5129 images
Cyclist Detection
Overview
This model helps detect people riding bycicles, and from which direction the cyclist can be seen (front, back, side).
Use Cases
Both self driving and sports broadcasting are great use cases for this model, as it gives great information about how the camera is positioned relative to the rider(s).
CARLA
- alec.hantson@student.howest.be
- Vehicle-Bike-Motobike-Light-Sign Dataset
- 1864 images
Dataset collected from CARLA.
10 classes:
- Good for traffic light detection by color
- Good for traffic sign detection by speed
- Cars,trucks,... have been simplified to "vechicles"
- Bikes, motobikes and persons
More about me
You can find out more about me on my linkedin
Traffic and Road Signs
- usmanchaudhry622@gmail.com
- traffic-signs Dataset
- 10000 images
Traffic and Road Sign Detection
This dataset is comprised of many different traffic and road signs.
Self-Driving and Autonomous Driving
Vehicles-OpenImages
- Roboflow
- vehicles Dataset
- 627 images
Overview
This dataset contains 627 images of various vehicle classes for object detection. These images are derived from the Open Images open source computer vision datasets.
This dataset only scratches the surface of the Open Images dataset for vehicles!
Use Cases
- Train object detector to differentiate between a car, bus, motorcycle, ambulance, and truck.
- Checkpoint object detector for autonomous vehicle detector
- Test object detector on high density of ambulances in vehicles
- Train ambulance detector
- Explore the quality and range of Open Image dataset
Tools Used to Derive Dataset
These images were gathered via the OIDv4 Toolkit This toolkit allows you to pick an object class and retrieve a set number of images from that class with bound box lables.
We provide this dataset as an example of the ability to query the OID for a given subdomain. This dataset can easily be scaled up - please reach out to us if that interests you.
Pothole
- Brad Dwyer
- potholes Dataset
- 665 images
Pothole Dataset
This is a collection of 665 images of roads with the potholes labeled. The dataset was created and shared by Atikur Rahman Chitholian as part of his undergraduate thesis and was originally shared on Kaggle.
Note: The original dataset did not contain a validation set; we have re-shuffled the images into a 70/20/10 train-valid-test split.
Usage
This dataset could be used for automatically finding and categorizing potholes in city streets so the worst ones can be fixed faster.
The dataset is provided in a wide variety of formats for various common machine learning models.