跳至主要内容

Gravitylink Presents Google’s New Coral Products: Helping Enterprises Build Local AI Solutions



As the volume distributor of Google Coral, Gravitylink presents Google Coral Edge TPU all serial devices. Coral is a complete toolkit to help enterprises build products with local AI, providing hardware acceleration for neural networks … right on the edge device.

Due to its on-device capabilities with efficient, private, fast and offline, many enterprises have begun to use it to build diverse of applications range from healthcare, smart cities, transportation, to manufacturing, STEM education, etc.

To meet customers’ needs Coral offers kinds of devices from prototyping

(https://coral.ai/products/#prototyping-products/ ) to production, which is flexible enough for startups and large-scale enterprises.

Prototyping devices include Dev Board (Mini version will be released soon) and USB Accelerator. It’s easy to take prototype idea from sketch into proof-of-concept, with the help of these devices.

Production-ready devices include a system-on-module, 3 kinds of PCIe module, and a new product Accelerator Module to be released soon. These devices could integrate seamlessly into processes at any scale, helping create tailored solutions for industries.

With Edge TPU built inside, all these devices could bring high efficient ML inferencing to your products.

Besides, Google Coral also released 2 sensing products, a camera module and an Environmental Sensor Board.

As the volume distributor of Google Coral, Gravitylink has established a global sales network covering Asia, North America, Europe, and other countries and regions. Since it launches, a great number of enterprises have made bulk purchases of Coral devices at Gravitylink online store for production development.

For more details, please visit https://store.gravitylink.com/. Discounts are available for bulk purchases, moreover, transfer learning tools and various AI model resources will be offered with purchase of any product at Gravitylink.

评论

此博客中的热门博文

How to Retrain an object detection model

This tutorial shows you how to retrain an object detection model to recognize a new set of classes. You'll use a technique called transfer learning to retrain an existing model and then compile it to run on an Edge TPU device—you can use the retrained model with either the Coral Dev Board or the Coral USB Accelerator. Specifically, this tutorial shows you how to retrain a MobileNet V1 SSD model (originally trained to detect 90 objects from the COCO dataset) so that it detects two pets: Abyssinian cats and American Bulldogs (from the Oxford-IIIT Pets Dataset). But you can reuse these procedures with your own image dataset, and with a different pre-trained model. The steps below show you how to perform transfer-learning using either last-layers-only or full-model retraining. Most of the steps are the same; just keep an eye out for the different commands depending on the technique you desire. Note: These instructions do not require deep experience with TensorFlow o...

How to retrain an image classification model?

Got a tutorial from Google Coral Team: This tutorial shows you how to retrain an image classification model to recognize a new set of classes. You'll use a technique called transfer learning to retrain an existing model and then compile it to run on an Edge TPU device—you can use the retrained model with either the Coral Dev Board or the Coral USB Accelerator. Specifically, this tutorial shows you how to retrain a  quantized  MobileNet V1 model to recognize different types of flowers (adopted from TensorFlow's docs). But you can reuse these procedures with your own image dataset, and with a different pre-trained model. Tip:  If you want a shortcut to train an image classification model, try Cloud AutoML Vision. It's a web-based tool that allows you to train a model with your own images, optimize it, and then export it for the Edge TPU. Set up the Docker container Prepare your dataset Retrain your classification model Compile the model for the Edge TPU Run...

Introducing Google Coral Edge TPU Device--Mini PCIe Accelerator

Mini PCIe Accelerator A PCIe device that enables easy integration of the Edge TPU into existing systems. Supported host OS: Debian Linux Half-size Mini PCIe form factor Supported Framework: TensorFlow Lite Works with AutoML Vision Edge https://store.gravitylink.com/global/product/miniPcIe The Coral Mini PCIe Accelerator is a PCIe module that brings the Edge TPU coprocessor to existing systems and products. The Mini PCIe Accelerator is a half-size Mini PCIe card designed to fit in any standard Mini PCIe slot. This form-factor enables easy integration into ARM and x86 platforms so you can add local ML acceleration to products such as embedded platforms, mini-PCs, and industrial gateways. https://store.gravitylink.com/global/product/miniPcIe Features Google Edge TPU ML accelerator Standard Half-Mini PCIe card Supports Debian Linux and other variants on host CPU About Edge TPU  The Edge TPU is a small ASIC designed by Google that provi...