Skip to content

deep learning using darkflow and darknet to detect polygons

License

Notifications You must be signed in to change notification settings

oneoffcoder/iaia-polygons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0575d7e · Nov 17, 2020

History

11 Commits
Nov 17, 2020
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Oct 14, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Oct 14, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019
Jan 17, 2019

Repository files navigation

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