Skip to content

PyTorch and OpenCV based application to perform real time object detection

Notifications You must be signed in to change notification settings

Martin-Widmer/Real-Time-Object-Detection

 
 

Repository files navigation

Real Time Object Detection

TL;DR: Python application for read time object detection on video feed.

Usage

You can install all the used packages using.

pip install -r requirements.txt

To parse an URL.

python Object_Detection_YouTube.py <URL> <Output_Filename.avi>

To parse a drone video for humans only.

python Drone_Human_Detection_Model.py <input_file_name> <output_file_name.avi>

Upcoming Features.

  • Real Time Object Detection using Webcam.
  • Flask based REST API to stream parsed video live on web browser

💙

About

PyTorch and OpenCV based application to perform real time object detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%