Skip to content

The ability of the computer to locate and identify each object in an image/video is known as object detection. Object detection has many applications in self-driving cars, pedestrian counting, face detection, vehicle detection etc. One of the crucial element of the self-driving car is the detection of various objects on the road like traffic sig…

Notifications You must be signed in to change notification settings

LeadingIndiaAI/Real-time-multiple-object-detection-on-road

Repository files navigation

Real_time_Object_detection_TF

We worked on a project based on Deep Learning and we are able to detect objects through an image, a video and real-time(web cam and cellphone camera)

This is an implementation of tensor flow object detection API for running it in Real time through Webcam and cellphone camera.

Contributors:

The video for the same is at :

Download the object_recognition_detection.zip

For running the object detection on image files run the object_detection_tutorial.py

For running the object detection in realtime with web camera run the object_detection_webcam.py

For running the object detection in realtime with cellphone camera run the object_detection_phone.py

The official tensorflow object detection API link is https://github.com/tensorflow/models/tree/master/object_detection

For installing ProtoBuf : https://github.com/google/protobuf/releases?after=v3.4.1

About

The ability of the computer to locate and identify each object in an image/video is known as object detection. Object detection has many applications in self-driving cars, pedestrian counting, face detection, vehicle detection etc. One of the crucial element of the self-driving car is the detection of various objects on the road like traffic sig…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages