Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Experiments with color marker detection using neural networks for my dissertation

Notifications You must be signed in to change notification settings

milankostak/Marker-detection-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkersManagement

The folder contains python scripts for markers management. More details can be found in the readme file directly in the folder.

TensorFlow

The folder contains scripts for an older approach to the classification of markers in the images.

YOLOv3

It is the main folder of the project, and it contains code for training the neural network with YOLOv3 architecture. More details can be found in the readme file directly in the folder.