Skip to content

ass-a2s/Object-Detection-YOLOv2-Darkflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

capture image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 100.0%