跳至主要内容

How does Google Coral help to build a Smart City?

To reach the true potential of a “smart city,” AI processing will have to move from the cloud onto secure local devices, maintaining individual privacy, reducing data transfer rates, and enabling quicker reaction times for critical systems.
OCCUPANCY DETECTION
With Coral, building managers can detect human presence in a privacy preserving way in order to optimize lighting, climate, and energy utilization, drastically reducing their cost of operations and carbon footprint.
PEDESTRIAN SAFETY
Coral can utilize cameras and image classification techniques to assist people at intersections, and help drivers become more aware of their surroundings. Coral on public buses and vehicles can also monitor for pedestrians and bicyclists when turning or opening doors.
TRAFFIC FLOW
Coral enables sensors on the road and at critical gateways that can help optimize city-wide traffic flow, accommodating for peak traffic hours, special events, weather conditions, and accidents.
POPULATION FLOW
A distributed network of Coral enabled sensors can help city planners understand population flow in physical spaces such as parks, streets, workplaces, or retail centers in a privacy-preserving manner. Feeding that data into a larger model can help distribute shared resources efficiently and improve incident response.
AIR QUALITY MONITORING
Using Coral, governments and companies can build fast and efficient solutions that identify air contamination problems and create preventive measures to limit emissions.
Google Coral devices for Edge AI have released to the market, if you’re interested, you can purchase online. Google has lots of Coral distributors, Mouser, Gravitylink, etc.
for your convenience, I‘ll put the link: https://store.gravitylink.com/global

评论

此博客中的热门博文

10 questions you should know about Google Edge TPU

1. What is the Edge TPU? The Edge TPU is a small ASIC designed by Google that provides high performance ML inferencing for low-power devices. For example, it can execute state-of-the-art mobile vision models such as MobileNet V2 at almost 400 FPS, in a power efficient manner. Google offers multiple products that include the Edge TPU built-in. Two Edge TPU chips on the head of a US penny 2. What machine learning frameworks does the Edge TPU support? TensorFlow Lite only. 3. What type of neural networks does the Edge TPU support? The first-generation Edge TPU is capable of executing deep feed-forward neural networks (DFF) such as convolutional neural networks (CNN), making it ideal for a variety of vision-based ML applications. 4. How do I create a TensorFlow Lite model for the Edge TPU? You need to convert your model to TensorFlow Lite and it must be quantized using either quantization-aware training (recommended) or full integer post-training quantization. (To create a compatible model...

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...

Introducing Google Coral Dev Board

Introducing Google Coral Dev Board (Part 1) Introducing Google Coral Dev Board (Part 2) Introducing Google Coral Dev Board (Part 3) Introducing Google Coral Dev Board (Part 4)