AndreyGermanov / yolov8_pytorch_python

YOLOv8 inference using Ultralytics API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traffic Lights Object Detector using YOLOv8 neural network

The source code for this article.

This is a web interface to YOLOv8 object detection neural network implemented on Python that uses a model to detect traffic lights and road signs on images.

Install

  • Clone this repository: git clone git@github.com:AndreyGermanov/yolov8_pytorch_python.git
  • Go to the root of cloned repository
  • Install dependencies by running pip3 install -r requirements.txt

Run

Execute:

python3 object_detector.py

It will start a webserver on http://localhost:8080. Use any web browser to open the web interface.

Using the interface you can upload the image to the object detector and see bounding boxes of all objects detected on it.

About

YOLOv8 inference using Ultralytics API

License:GNU General Public License v3.0


Languages

Language:HTML 57.9%Language:Python 42.1%