Skip to content

deivid-a1/TEES-Object-detection-YOLO

Repository files navigation

TEES-Object-detection-YOLO

📜 Object detection in real time using YOLO with OpenCV. Darknet to train an IA and use their weights to detect traffic lights with screenshots from GTAV. The main target is prove that using a game like GTA V, we can detect a object from the real world. The benefit is that we can train an IA from our desktop computer, to detect objects that is so difficult to take screenshot or photos to do the training of classes (in our case sign_red, sign_green and sign_yellow).

🛠 Installing

install all the dependencies, in terminal (make sure that you are in repository path):

pip install -r requirements.txt

Now you need a .weights trained, if dont have it and want to detect traffic lights here, and put this in repository too (read about it in OpenCV documentation if you do not know how to use your .weights)

📈 Exemplo de uso

Here you can see we taking screeshots to train our classes

screenshot classes_identify

Detection imagens from real world

detect1 detect2 detect3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages