Skip to content

renxinhe/Video-Stream-Object-Detector

Repository files navigation

Video Stream Object Detector

Xinhe Ren, Berkeley Autolab

Overview

With the rise of live video streaming, a massive amount of data flows through the internet without getting collected. On the other hand, the recent advance in deep learning has shown the importance of big data. This repo features a pipeline for live stream video collection, as well as online object recognition in video streams.

Dependencies

OpenCV Python

Object Recognition Architecture

To use "SSD Detector", see SSDDetector.py.

To obtain pre-trained weights, download SSD-300 VGG-based from the SSD-Tensorflow repository. Afterwards, unzip VGG_VOC0712_SSD_300x300_ft_iter_120000.ckpt.zip, and place the contents (*.ckpt.index and *.ckpt.data-00000-of-00001) under SSD/checkpoints.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published