| <!doctype html> |
| <html> |
| <head> |
| <title>Coral Web Panel</title> |
| <link rel="icon" type="image/png" sizes="16x16" href="favicon.png"/> |
| <link rel="stylesheet" type="text/css" href="coral.css"> |
| <script type="text/javascript" src="protobuf.min.js"></script> |
| <script type="text/javascript" src="broadway/YUVCanvas.js"></script> |
| <script type="text/javascript" src="broadway/Decoder.js"></script> |
| <script type="text/javascript" src="broadway/Player.js"></script> |
| <script type="text/javascript" src="ws_client.js"></script> |
| </head> |
| <body> |
| <img src="coral_logo.png" width="100em" style="padding-bottom:10px"/> |
| <div> |
| <h1>Edge TPU Performance Demo</h1> |
| <h2>Object detection and classification</h2> |
| <p>The following program demonstrates the processing power of the Edge TPU by |
| running MobileNet model that can concurrently identify and classify multiple |
| objects in a video. This demo is running a model with the MobileNet SSD v2 |
| architecture, trained to detected 90 different object types from the COCO |
| dataset. |
| </p> |
| <div> |
| <div id="container"></div> |
| </body> |
| </html> |