Search is not available for this dataset
image imagewidth (px) 1.28k 1.92k | label class label 0
classes |
|---|---|
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null |
End of preview. Expand in Data Studio
The dataset consists of 1109 images showing traffic lights, cars, buses, trucks, and road signs. The dataset is marked up in CVAT.AI . There are 4 classes in the dataset: Car, Person, RoadSigns, Bike.
- The CAR — class refers to all types of transport on the roads except trains.
- The Person — class refers to people who are near the road, unfortunately there are minor problems with this class. By training the yolov8n neural network and other types of YOLO, I deduced the problem that I don't always see people not in black clothes. This problem is related to the fact that the footage was taken in winter in Russia, which is why all the people in the pictures are wearing black jackets.
- The Bike — class refers to motorcycles and bicycles, but the dataset only has this class in 5 pictures, so we can assume that the dataset does not have this class.
- The RoadSigns — class includes all road signs, parking signs, and traffic lights.
To install the dataset, use this command:
from datasets import load_dataset
ds = load_dataset("dumuzeyn/ROdataset")
- Downloads last month
- 4