You are on page 1of 3

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/331485017

My approach to Real time object detection using Tensorflow

Experiment Findings · March 2019

CITATIONS READS

0 440

1 author:

Manuel Robalinho
Portucalense University
14 PUBLICATIONS   0 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Industry 4.0 for difficult environments View project

Using Software 2.0 for metal scrap classification View project

All content following this page was uploaded by Manuel Robalinho on 04 March 2019.

The user has requested enhancement of the downloaded file.


03/03/2019 GitHub - MRobalinho/Real_time_object_detection_using_tensorflow: Real time object detection video camera using tensorflow

MRobalinho / Real_time_object_detection_using_tensorflow

Dismiss
Join GitHub today
GitHub is home to over 31 million developers working together to host
and review code, manage projects, and build software together.

Sign up

Real time object detection video camera using tensorflow


# python # tensorflow # object-detection

28 commits 1 branch 0 releases 1 contributor

Branch: master New pull request Find file Clone or download

MRobalinho Add files via upload Latest commit f2b7abe on 17 Nov 2018

Install_MAKE Add files via upload 4 months ago

models Update Clone_Models_from_TensorFlow 4 months ago

output Add files via upload 4 months ago

protoc-3.4.0-win32 Add files via upload 4 months ago

ssd_mobilenet_v1_coco_2017_11_17 Rename Unzip_frozen_inference_graph.zip to Unzip_frozen_inference_graph 4 months ago

MR_Object_Detection.txt Add files via upload 4 months ago

README.md Update README.md 4 months ago

Real_time_object_detection_using_t… Add files via upload 4 months ago

README.md

Real time object detection using tensorflow

Real-time and video processing object detection using Tensorflow, OpenCV and
Docker.
https://towardsdatascience.com/real-time-and-video-processing-object-detection-using-tensorflow-opencv-and-docker-
2be1694726e5

Clone Git repository


https://github.com/lbeaucourt/Object-detection

Example from Tensorflow Video-Detection


https://towardsdatascience.com/building-a-real-time-object-recognition-app-with-tensorflow-and-opencv-b7a2b4ebdc32
https://github.com/tensorflow/models/blob/master/research/object_detection/object_detection_tutorial.ipynb

Research
https://www.pyimagesearch.com/2015/12/21/increasing-webcam-fps-with-python-and-opencv/

https://github.com/MRobalinho/Real_time_object_detection_using_tensorflow 1/2
View publication stats

03/03/2019 GitHub - MRobalinho/Real_time_object_detection_using_tensorflow: Real time object detection video camera using tensorflow

Pre-trained models Tensorflow detection model zoo- COCO Dataset provide a collection of detection models pre-trained on
the COCO dataset.
These models can be useful for out-of-the-box inference if you are interested in categories already in COCO (e.g., humans, cars,
etc). They are also useful for initializing your models when training on novel datasets.
https://github.com/tensorflow/models/blob/477ed41e7e4e8a8443bc633846eb01e2182dc68a/object_detection/g3doc/detectio
n_model_zoo.md

Video With my Example:

http://www.youtube.com/watch?v=zuY0BeTELt4E

Example on traffic in Fortaleza City, on 17-11-2018.


https://youtu.be/T32nUN8pM6Y

https://github.com/MRobalinho/Real_time_object_detection_using_tensorflow 2/2

You might also like