From df2d7ba55f9a3518b8a160150212e1cee68d12fb Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 12 Nov 2018 10:14:18 +0000 Subject: [PATCH] Update image_processing.tensorflow.markdown (#7476) --- source/_components/image_processing.tensorflow.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/image_processing.tensorflow.markdown b/source/_components/image_processing.tensorflow.markdown index b9b679a1b6e..1ecd0591fff 100644 --- a/source/_components/image_processing.tensorflow.markdown +++ b/source/_components/image_processing.tensorflow.markdown @@ -16,7 +16,7 @@ ha_release: 0.82 The `tensorflow` image processing platform allows you to detect and recognize objects in a camera image using [TensorFlow](https://www.tensorflow.org/). The state of the entity is the number of objects detected, and recognized objects are listed in the `summary` attribute along with quantity. The `matches` attribute provides the confidence `score` for recognition and the bounding `box` of the object for each detection category.

- The following packages must be installed on Hassbian after following the setup for the component to work: + The following packages must be installed on Hassbian/Raspbian before following the setup for the component to work: `$ sudo apt-get install libatlas-base-dev libopenjp2-7 libtiff5`