Object-Detection-YOLOv2-Darkflow

Stars
26

Object Detection using YOLOv2 in darkflow

Introduction

This notebook is not about training on your own data. However, this notebook introduces how to use YOLOv2 on your data. It shows the process of taking input from your data (image), then outputing the pre-defined labels for the localized object on the image. After completing this notebook, I will go over how the training process can be done in the separate notebook.

Contents

  1. References for YOLO implementation
  2. Importing Dependences
  3. Build the model
  4. Gain the results of detected objects
  5. Boxing around the objects
  6. Boxing in Video and output the video