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/
Objects Machine Detection Learning TensorFlow Demo.
Sử dụng mô hình Google TensorFlow Machine Learning Thư viện Inception để phát hiện đối tượng với khung máy ảnh trong thời gian thực, hiển thị các nhãn và lớp phủ vào hình ảnh camera.
Phát hiện 1.001 đối tượng trong mô hình này
thêm thông tin
http://androidcontrol.blogspot.com
TensorFlow là gì?
TensorFlow là máy mã nguồn mở học viện từ Google. đang tính toán được viết bằng C ++, nhưng các lập trình viên có thể viết phần mềm TensorFlow của họ trong cả hai C ++ hoặc Python và thực hiện cho CPU, GPU hoặc cả hai.
Trong tháng mười một năm 2015, Google đã công bố và mở nguồn TensorFlow, thư viện học máy mới nhất và lớn nhất của nó. Đây là một vấn đề lớn vì ba lý do:
1.Machine Học chuyên môn: Google là một lực lượng chiếm ưu thế trong học máy. nổi bật của nó để tìm kiếm nợ rất nhiều với những bước tiến nó đạt được trong học máy.
2.Scalable: thông báo lưu ý rằng TensorFlow được thiết kế ban đầu để sử dụng nội bộ và rằng nó đã có trong sản xuất đối với một số tính năng sản phẩm trực tiếp.
3.Ability để chạy trên di động.
Lý do cuối cùng Đây là lý do hoạt động cho bài này vì chúng tôi sẽ tập trung vào Android. Nếu bạn kiểm tra các repo tensorflow trên GitHub, bạn sẽ tìm thấy một chút tensorflow / ví dụ / thư mục android. Tôi sẽ cố gắng làm sáng tỏ về các ví dụ Android TensorFlow và một số trong những điều đang diễn ra dưới mui xe.
mã ban đầu
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android
Trang web của tôi
http://softpowergroup.net/
Blog của tôi
https://androidcontrol.blogspot.com
email: info@softpowergroup.net
amphancm@gmail.com
Tel ,6681-6.452.400 (Thái Lan)
Google+ https://plus.google.com/+SoftpowergroupNetThailand/
Facebook: https://www.facebook.com/softpowergroup/