oneoffcoder / iaia-polygons

deep learning using darkflow and darknet to detect polygons

Home Page:https://iaia.oneoffcoder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

deep learning using darkflow and darknet to detect polygons

https://iaia.oneoffcoder.com

License:Apache License 2.0


Languages

Language:Shell 100.0%