Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.1 KB

One-Off Coder Logo

iaia-polygons

This repository stores exported artifacts from using Image Annotation for Intelligence Amplification (IAIA). We generated 1,000 images with random polygons (3 to 10 sided, or triangle to decagon) and annotate them using IAIA. We then export the project and use darkflow and darknet to learn an object detection model using You Only Look Once (YOLO). All the scripts and artifacts required to train the YOLO object detection model are stored here for reference.

To properly use this repository, clone it into /tmp/iaia-polygons and then run the training scripts. For example, do the following.

cd /tmp
git clone https://github.com/oneoffcoder/iaia-polygons.git

Contact

One-Off Coder