From 0782f7e0ff9b481763f0dd2323e3363f0338fa8c Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Wed, 10 Jul 2024 11:59:01 +0200 Subject: [PATCH] fix: typo in object detection README Fixes #654 Signed-off-by: Jeff MAURY --- recipes/computer_vision/object_detection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/computer_vision/object_detection/README.md b/recipes/computer_vision/object_detection/README.md index c8e522db..cdb55af1 100644 --- a/recipes/computer_vision/object_detection/README.md +++ b/recipes/computer_vision/object_detection/README.md @@ -56,7 +56,7 @@ The local Model Service relies on a volume mount to the localhost to access the make run ``` -As stated above, by default the model service will use [`facebook/detr-resnet-101`](https://huggingface.co/facebook/detr-resnet-101). However you can use other compatabale models. Simply pass the new `MODEL_NAME` and `MODEL_PATH` to the make command. Make sure the model is downloaded and exists in the [models directory](../../../models/): +As stated above, by default the model service will use [`facebook/detr-resnet-101`](https://huggingface.co/facebook/detr-resnet-101). However you can use other compatible models. Simply pass the new `MODEL_NAME` and `MODEL_PATH` to the make command. Make sure the model is downloaded and exists in the [models directory](../../../models/): ```bash # from path model_servers/object_detection_python from repo containers/ai-lab-recipes