https://github.com/deep-diver/object-detection-yolov2-darkflow
https://github.com/deep-diver/object-detection-yolov2-darkflow
deep-learning image-classification object-detection yolov2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deep-diver/object-detection-yolov2-darkflow
- Owner: deep-diver
- Created: 2018-06-01T05:10:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T04:02:29.000Z (almost 8 years ago)
- Last Synced: 2025-05-05T23:54:34.779Z (about 1 year ago)
- Topics: deep-learning, image-classification, object-detection, yolov2
- Language: Jupyter Notebook
- Size: 86.7 MB
- Stars: 26
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Detection using YOLOv2 in [darkflow](https://github.com/thtrieu/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__