YOLO v5 format of the traffic signs dataset to train and test detector.
Trained weights can be found inside the course mentioned below.
https://www.kaggle.com/datasets/valentynsichkar/yolo-v5-format-of-the-traffic-signs-dataset
The main 4 categories of the traffic signs are as following:
prohibitory | danger | mandatory | other |
---|---|---|---|
speed limit | priority at next intersection | go right | restriction ends |
no overtaking | danger | go left | priority road |
no traffic both ways | bend left | go straight | give way |
no trucks | bend right | go right or straight | stop |
bend | go left or straight | no entry | |
uneven road | keep right | ||
slippery road | keep left | ||
road narrows | roundabout | ||
construction | |||
traffic signal | |||
pedestrian crossing | |||
school crossing | |||
cycles crossing | |||
snow | |||
animals |
https://www.udemy.com/course/yolo-v5-label-train-and-test
Have a look at the abilities that you will obtain:
📢Run
YOLO v5 to detect objects on image, video and in real time by camera in the first lectures.
📢Label-Create-Convert
own dataset in YOLO format.
📢Train & Test
both: in yourlocal machine
and in thecloud machine
(with custom data and by few lines of the code).
https://www.udemy.com/course/yolo-v5-label-train-and-test
Valentyn N Sichkar. Traffic Signs dataset in YOLO v5 format // GitHub platform