• Stars
    star
    141
  • Rank 259,028 (Top 6 %)
  • Language
    Python
  • Created over 3 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PyTorch and OpenCV based application to perform real time object detection

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

💙