Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in computer vision recipe #654

Closed
jeffmaury opened this issue Jul 2, 2024 · 1 comment · Fixed by #664
Closed

Typo in computer vision recipe #654

jeffmaury opened this issue Jul 2, 2024 · 1 comment · Fixed by #664

Comments

@jeffmaury
Copy link
Collaborator

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/):

s/compatabale/compatible/g

@rhatdan
Copy link
Member

rhatdan commented Jul 9, 2024

Please open a PR?

rhatdan added a commit that referenced this issue Jul 10, 2024
fix: typo in object detection README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants