Skip to content

A light object detection test implementation including VGG and YOLOv8

Notifications You must be signed in to change notification settings

kayoslab/object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

object-detection

A simple comparison and example implementation of object detection algorithms covering VGG and YOLO v8 for comparison of their functionality and as a starting point for a detection project. The implementation expects images to be labelled using Label Studio and their XML file exports.

VGG Implementation

Due to the earlier implementation of the VGG algorithm the labelled information has to be transformed into a CSV file format. In order to transpose the data into the expected format run the preprocess.py function. It will create an index of the given dataset.

YOLO Implementation

The code is based in parts on the yolov8 example from the keras-io repository and adapted for these purposes. That code in specific is distributed under the Apache License 2.0. You may obtain a copy of the License at apache.org or in the LICENSE file in the root directory of its repository.

About

A light object detection test implementation including VGG and YOLOv8

Resources

Stars

Watchers

Forks

Languages