Skip to content

hanvik05/Object-Detection

Repository files navigation

Object Detection

Object Detection using SSD (Single Shot Detection) image
The above architecture is implemented in the code. The main objective is to detect and show the different objects in every frame of a video.

The path of the video can be changed in in
reader = imageio.get_reader('epic_horses.mp4')
Then you will get the output video as output.mp4

Frames are as shown:
image


Before using the code, unzip ssd300_mAP_77.43_v2.zip

About

Object Detection using SSD (Single Shot Detection)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published