Skip to content

Deep Learning project that uses yolov5 to detect and classify traffic signals in videos.

License

Notifications You must be signed in to change notification settings

oscardelgado02/Signal-Detection-and-Classification-DL-Model

Repository files navigation

Signal Detection and Classification DL Model

This repository contains a deep learning model from the pretrained architecture YOLO, for signal detection and classification. The model is capable of processing input data and determining the presence of a signal in the data, as well as classifying it into one of several predefined categories.


Important information

To make the model work it is needed to clone yolov5 Github repository: https://github.com/ultralytics/yolov5