We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15620c6 commit c5775b0Copy full SHA for c5775b0
README.md
@@ -9,10 +9,10 @@ Performs object detection using an Edge Tensor Processing Unit on a video stream
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:
12
- ```text
+```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
15
- ```
+```
16
* The URL to your Home-Assistant instance
17
* A long-lived token for your Home-Assistant instance
18
1. Log into your Home-Assistant with your user
0 commit comments