Skip to content

JounyWang/ObjectDetectionByVideo

Repository files navigation

ObjectDetectionByVideo

A real-time object recognition application using Google's TensorFlow Object Detection API and OpenCV.

traffic

Requirements

person_phone

Getting Started

`python object_detection_app.py`
Optional arguments (default value):
* Device index of the camera `--source=0`
* Width of the frames in the video stream `--width=480`
* Height of the frames in the video stream `--height=480`
* Number of workers `--num-workers=2`
* Size of the queue `--queue-size=5`

About

Real-time detection of objects by video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages