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