We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013e87a commit e1fcff4Copy full SHA for e1fcff4
README.md
@@ -6,9 +6,9 @@ Performs object detection using an Edge Tensor Processing Unit on a video stream
6
7
### Requirements
8
9
-* A Google EdgeTPU, either the Coral Dev Board or the USB Accelerator
10
-* A TensorFlow Lite compiled model file, with associated labels file
11
- * Example pre-compiled model file and labels file:
+* A Google EdgeTPU, either the Coral Dev Board or the USB Accelerator
+* A TensorFlow Lite compiled model file, with associated labels file
+ Example pre-compiled model file and labels file:
12
```text
13
https://dl.google.com/coral/canned_models/mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite
14
https://dl.google.com/coral/canned_models/coco_labels.txt
0 commit comments