sarancodes / Simple-Object-Detection

A basic objection detection program using OpenCV with a pretrained dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Object-Detection

A basic objection detection program using OpenCV with a pretrained dataset.

It consist of two version:

  1. Object Detection using image.
  2. Object Detection using Video or Live Capture.

Files

First check all the dependencies have been installed on your system.

  1. Python 3
  2. OpenCV
  3. Jupyter Notebook
  4. Anaconda

You can use pip to install these things easily. Install pip

Procedure

  1. Install all the required modules
  2. Start the Jupyter Notebook from the folder where you had downloaded this project
  3. Type this from the command prompt jupyter notebook in that folder to start
  4. Open the Object_Detection.ipynb in the jupyter notebook directory
  5. Click on the kernel on top menu bar
  6. Select Restart and Run all option
  7. Output is displayed in a seperate window
  8. Press q to quit the program

About

A basic objection detection program using OpenCV with a pretrained dataset

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%Language:PureBasic 0.0%