Object Detection using Tensorflow
Ali Mustufa Shaikh
Mumbai, Maharashtra
- 0 Collaborators
It detects general objects in an image with the help of Tensorflow object detection API. ...learn more
Project status: Under Development
Groups
Student Developers for AI,
DeepLearning,
Intel AI DevCamps
Overview / Usage
#RealTimeObjectDetection
This is an implementation of tensor flow object detection API for running it in Real-time through Webcam
For running the object detection on image files run the object_detection_tutorial.py
For running the object detection in real time with web camera run the object_detection_webcam.py
The official Tensorflow object detection API link is https://github.com/tensorflow/models/tree/master/object_detection
Methodology / Approach
It uses simple python script and implementation of Tensorflow Object Detection API
The official Tensorflow object detection API link is https://github.com/tensorflow/models/tree/master/object_detection
Technologies Used
Tensorflow
Python
Tensorflow Object detection API