Skip to content

Commit 5fd2597

Browse files
authored
Merge pull request #510 from gcolman/patch-1
Fix invalid instructions in README.md
2 parents 0dad0b5 + 2573e7d commit 5fd2597

File tree

1 file changed

+2
-2
lines changed
  • recipes/computer_vision/object_detection

1 file changed

+2
-2
lines changed

recipes/computer_vision/object_detection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ As stated above, by default the model service will use [`facebook/detr-resnet-10
6060

6161
```bash
6262
# from path model_servers/object_detection_python from repo containers/ai-lab-recipes
63-
make MODEL_NAME=facebook/detr-resnet-50 MODEL_PATH=/models/facebook/detr-resnet-50 run
63+
make MODEL_NAME=facebook/detr-resnet-50 MODEL_PATH=/models/facebook/detr-resnet-101 run
6464
```
6565

6666
## Build the AI Application
@@ -81,7 +81,7 @@ This could be any appropriately hosted Model Service (running locally or in the
8181
The following Podman command can be used to run your AI Application:
8282

8383
```bash
84-
podman run -p 8501:8501 -e MODEL_ENDPOINT=http://10.88.0.1:8000/detection object_detection_client
84+
podman run -p 8501:8501 -e MODEL_ENDPOINT=http://10.88.0.1:8000 object_detection_client
8585
```
8686

8787
### Interact with the AI Application

0 commit comments

Comments
 (0)