Object recognition using TensorFlow and Java

Introduction

One of the most incentive thing to learn any new topic or acquire a new skill is to find it solves a problem that may be difficult to solve with your existent knowledge. Today, Machine learning is a trending topic concerning about find patterns in data and use it to predict the future or analysis the past.
Recognizing objects in images is a fascinating thing in computer vision. It may be a trivial task for human but for a machine not.
In the last few years the field of machine learning specially, convolutional neural networks has made a huge progress on solving difficult problems like visual recognition and voice recognition. Researchers have demonstrated steady progress in computer vision by validating their work against ImageNet which is an academic benchmark for computer vision.

Application Description

Using TensorFlow and Inception-v3 model, I built this small demo in Java to recognize objects in images and classify it into 1000 classes like Lion, Frog, Flowers, ....etc. The model I used Inception-v3 is trained for the ImageNet Large Visual Recognition Challenge using the data from 2012.

Requirements:
  1. Java Development Kit (JDK), you can download from http://www.oracle.com/technetwork/java/javase/downloads/index.html.
  2. Netbeans, you can download from https://netbeans.org/downloads.
  3. Source Code, you can download from https://github.com/emara-geek/object-recognition-tensorflow.
  4. The pre-trained Inception V3 model, you can download from here.

ScreenShots




Object recognition using TensorFlow and Java (Youtube)

Subscribe to Our Mailing List



Share:

Subscribe


Blog Tags

Follow me

Facebook Page