Skip to content

jayantkp/Object-Detection-using-cvlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object detection has been viewed as one of the areas that can have a massive impact ahead in technology and business. Several technologies such as Self Driving Cars and Drones are currently this using technique as the core of their functionality.

It is the process of detecting objects in an image. It is essentially a combination of 2 computer vision tasks. They are Object Localization and Object Classification.

  • Here, I have tried to perform object detection using cvlib which is a Computer Vision library in Python.
  • The library uses bounding boxes to detect objects.I tried to count the number of objects in the image.
  • To use this library, we have to have Tensorflow and and OpenCV pre-installed.To install cvlib, run pip install cvlib.
  • The final output image is:

Releases

No releases published

Packages

No packages published

Languages