Showing posts with label ImageRecognition. Show all posts
Showing posts with label ImageRecognition. Show all posts

Monday, January 1, 2018

Real Time Objects Detection





Wow: from time to time you find something that take your breath away.
It is simply astonishing what you can do today with powerful Deep Learning algorithms and the power of GPUs.
One of the area where the progress is "so fast" is Computer Vision. It is not a surprise, for example Computer Vision is very important for the future of the self-driving car.

This project YOLO (You Only Look at Once) is terrific. Real Time object detection, so fast that you can identify objects real-time on a video.

See the demo !

Thursday, April 27, 2017

TensorFlow and Image Recognition

How much easy is to do Image Recognition with TensorFlow:


The model is Inception-V3 and it is already pre-trained. Only 200 MB of space on disk and.. it is done.
The language used is Python.