sábado, 10 de novembro de 2018

Real time object detection using tensorflow

Real time object detection using tensorflow


Using Tensorflow to make program to predict and detection objects using my video-camera.

I use 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.  

The result of my work is here:


See my code program on Github:


Sem comentários:

Enviar um comentário