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

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milankostak committed Feb 25, 2021
1 parent d4257fc commit 29d826e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 29d826e

Please sign in to comment.