From 502417b4aa14eb00523728005d06891bc9161b46 Mon Sep 17 00:00:00 2001 From: alanblake Date: Sat, 19 Sep 2020 15:50:54 +1000 Subject: [PATCH] Update plot_object_detection_saved_model.rst fixed misspelled word --- docs/source/auto_examples/plot_object_detection_saved_model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/auto_examples/plot_object_detection_saved_model.rst b/docs/source/auto_examples/plot_object_detection_saved_model.rst index ac24d54..25ff3c1 100644 --- a/docs/source/auto_examples/plot_object_detection_saved_model.rst +++ b/docs/source/auto_examples/plot_object_detection_saved_model.rst @@ -101,7 +101,7 @@ For example, the download link for the model used below is: ``download.tensorflo Download the labels ~~~~~~~~~~~~~~~~~~~ -The coode snippet shown below is used to download the labels file (.pbtxt) which contains a list +The code snippet shown below is used to download the labels file (.pbtxt) which contains a list of strings used to add the correct label to each detection (e.g. person). Since the pre-trained model we will use has been trained on the COCO dataset, we will need to download the labels file corresponding to this dataset, named ``mscoco_label_map.pbtxt``. A full list of the labels files