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 : info@softpowergroup.net
amphancm@gmail.com
Tel .6681-6452400 ( Thailand )
Google+ https://plus.google.com/+SoftpowergroupNetThailand/
Facebook : https://www.facebook.com/softpowergroup/
Algılama Makine Öğrenimi TensorFlow Demosu Nesneleri.
Kamera görüntü üzerinde etiket ve bindirme görüntüleyen gerçek zamanlı olarak kamera çerçeveli nesneyi algılamak için Google TensorFlow Makine Öğrenimi Kütüphane Başlangıç modeli kullanır.
Bu modelde 1001 nesneler Algılama
Daha fazla bilgi
http://androidcontrol.blogspot.com
TensorFlow nedir?
Google'dan kütüphane öğrenme açık kaynak makinası TensorFlow olduğunu. Hesaplama kodu C ++ ile yazılmış, ancak programcılar ya C ++ veya Python kendi TensorFlow yazılımını yazabilir ve CPU, grafik işlemcilere ve her ikisi için uyguladı.
Kasım 2015'de, Google açıklandı ve TensorFlow, onun son ve en makine öğrenme kütüphanesi açık kaynak kodlu. Bu üç nedenden dolayı çok önemli:
1.Machine Öğrenme uzmanlık: Google makine öğrenimi baskın güçtür. arama Onun önem o makine öğrenimi elde adımlar çok şey borçludur.
2.Scalable: duyuru TensorFlow başlangıçta dahili kullanım ve bazı canlı ürün özellikleri için üretimde zaten olduğunu tasarlanmıştır kaydetti.
3.Ability Mobile üzerinde çalıştırmak için.
Bu son nedeni Android'de odaklanacağız çünkü bu yazı için faaliyet nedenidir. Eğer GitHub'dan tensorflow repo incelerseniz, biraz tensorflow / örnekler / android dizini bulacaksınız. Ben Android TensorFlow örnek ve bazı şeyleri başlık altında gidiyor biraz ışık tutmak için çalışacağım.
orijinal kod
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android
İnternet sitem
http://softpowergroup.net/
Bloğum
https://androidcontrol.blogspot.com
E-posta: info@softpowergroup.net
amphancm@gmail.com
Tel 0,6681-6452400 (Tayland)
Google+ https://plus.google.com/+SoftpowergroupNetThailand/
Facebook: https://www.facebook.com/softpowergroup/