Skip to content

zeroident0/Python-Video-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Object Detection with Night Vision

Demo

A Python application that performs real-time object detection using YOLOv8 with a toggleable night vision mode. The project combines Ultralytics YOLOv8 for object detection with OpenCV for video processing and night vision effects.

Features

  • Real-time object detection using YOLOv8 (nano model)
  • Toggleable night vision mode with visual effects
  • Bounding boxes with class labels and confidence scores
  • Different color schemes for day/night modes
  • Works with video files (easily extendable to webcam input)

Requirements

  • Python 3.7+
  • OpenCV (cv2)
  • Ultralytics YOLOv8
  • NumPy

Installation

  1. Clone this repository:
    git clone https://github.com/zeroident0/Python-Video-Detector.git
    cd python-video-detector

About

Python Object Detection From Videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages