Skip to content

anshu-ak/Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Object-Detection

Introduction

YOLO stands for “You Only Look Once”. It applies a single forward pass
neural network to the whole image and predicts the bounding boxes and their
class probabilities as well. This techniques makes YOLO a super-fast real-time
object detection algorithm.

Technology Stacks

  • Python
  • OpenCV
  • Matplotlib
  • Darknet model, Open source deep neural network
  • PyTorch
  • COCO Dataset

Implementation

In the image below I’ve used the YOLO algorithm to locate and classify
different objects, there’s a bounding box that locates each object and a
corresponding class label.

Output Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages