Skip to content

🚗 This is a simple method of a real time detection vehicle using python.

Notifications You must be signed in to change notification settings

manassesss/video-segmentation-and-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple method of video segmentation and classification.


⚙️ Pre-requirements

Python and packages

To this work was used Python 3.6, you can download it here

The main pachake used in this works was OpenCV. OpenCV is an open source computer vision and machine learning software library. To install it, used in your terminal:

  • Windows:
pip install opencv-python
  • Ubuntu:
sudo apt-get install python3-opencv

To undestand more about OpenCv, you read the documentation here


🛠️ How to execute

Now you can run this script in out terminal:

  • Windows:
python main.py path`
  • Ubuntu:
python3 main.py path

Path is the video you intend to work on. After used this command line your video will look like this example:


Developed with 🖤 by Manassés

About

🚗 This is a simple method of a real time detection vehicle using python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages