Objects Detection Machine Learning TensorFlow Demo
Objects Detection Machine Learning TensorFlow with Realtime Camera Demo
Amphan · org.tensorflow.detect
UpdatedAug 31, 2018
PublishedAug 31, 2018
Packageorg.tensorflow.detect
MD5088273aba5b18f06327f3eb877d0535d
SHA1 (signer)92:7F:D7:DD:BE:65:99:AE:5D:47:21:65:2C:23:24:00:46:3B:DE:69
Signed byCN=Android, OU=Android, O=Google Inc., L=Mountain View, ST=California, C=US
Architecturesarmeabi-v7a
Malware scanTRUSTED
Websitehttp://softpowergroup.net
Contact[email protected]
Privacy policyView
What's new
Version 0.2
Description
Objects Detection Machine Learning TensorFlow Demo.
Uses the Google TensorFlow Machine Learning Library Inception model to detect object with camera frames in real-time, displaying the label and overlay on the camera image.
Detect 1001 objects in this model
more info
http://androidcontrol.blogspot.com
What is TensorFlow?
TensorFlow is open source machine learning library from Google. Computation code is written in C++, but programmers can write their TensorFlow software in either C++ or Python and implemented for CPUs ,GPUs or both.
In November 2015, Google announced and open sourced TensorFlow, its latest and greatest machine learning library. This is a big deal for three reasons:
1.Machine Learning expertise: Google is a dominant force in machine learning. Its prominence in search owes a lot to the strides it achieved in machine learning.
2.Scalable : the announcement noted that TensorFlow was initially designed for internal use and that it’s already in production for some live product features.
3.Ability to run on Mobile.
This last reason is the operating reason for this post since we’ll be focusing on Android. If you examine the tensorflow repo on GitHub, you’ll find a little tensorflow/examples/android directory. I’ll try to shed some light on the Android TensorFlow example and some of the things going on under the hood.
original code
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android
My Website
http://softpowergroup.net/
My Blog
https://androidcontrol.blogspot.com
email : [email protected]
[email protected]
Tel .6681-6452400 ( Thailand )
Google+ https://plus.google.com/+SoftpowergroupNetThailand/
Facebook : https://www.facebook.com/softpowergroup/
Uses the Google TensorFlow Machine Learning Library Inception model to detect object with camera frames in real-time, displaying the label and overlay on the camera image.
Detect 1001 objects in this model
more info
http://androidcontrol.blogspot.com
What is TensorFlow?
TensorFlow is open source machine learning library from Google. Computation code is written in C++, but programmers can write their TensorFlow software in either C++ or Python and implemented for CPUs ,GPUs or both.
In November 2015, Google announced and open sourced TensorFlow, its latest and greatest machine learning library. This is a big deal for three reasons:
1.Machine Learning expertise: Google is a dominant force in machine learning. Its prominence in search owes a lot to the strides it achieved in machine learning.
2.Scalable : the announcement noted that TensorFlow was initially designed for internal use and that it’s already in production for some live product features.
3.Ability to run on Mobile.
This last reason is the operating reason for this post since we’ll be focusing on Android. If you examine the tensorflow repo on GitHub, you’ll find a little tensorflow/examples/android directory. I’ll try to shed some light on the Android TensorFlow example and some of the things going on under the hood.
original code
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android
My Website
http://softpowergroup.net/
My Blog
https://androidcontrol.blogspot.com
email : [email protected]
[email protected]
Tel .6681-6452400 ( Thailand )
Google+ https://plus.google.com/+SoftpowergroupNetThailand/
Facebook : https://www.facebook.com/softpowergroup/
Required features
- Camera android.hardware.camera
- Camera Autofocus android.hardware.camera.autofocus
- Screen Portrait android.hardware.screen.portrait
- Touchscreen android.hardware.touchscreen
Permissions (7)
Objects Detection Machine Learning TensorFlow Demo requests the following Android permissions:
- Access Network State android.permission.ACCESS_NETWORK_STATE
- Camera android.permission.CAMERA
- Internet android.permission.INTERNET
- Wake Lock android.permission.WAKE_LOCK
- Write External Storage android.permission.WRITE_EXTERNAL_STORAGE
- C2dm Permission Receive com.google.android.c2dm.permission.RECEIVE
- Org Tensorflow Detect Permission C2d Message org.tensorflow.detect.permission.C2D_MESSAGE