From 29d826e447970871a13787dde43b3ebfccc87211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Ko=C5=A1=C5=A5=C3=A1k?= Date: Thu, 25 Feb 2021 22:19:28 +0100 Subject: [PATCH] README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5dc035c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## MarkersManagement + +The folder contains python scripts for markers management: +* generate artificial markers +* calculate IoU +* divide images into train/val/test folders + +## 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.