-
Notifications
You must be signed in to change notification settings - Fork 212
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
Failed to find a working yolov8 client on model server. #2195
Comments
I have the same issue.
|
As far as I know YoloV11 is not supported by OV now. Version 2024.5 will likely support it. |
Which version of yolo is supported by current ovms? |
Check out: https://docs.openvino.ai/2024/about-openvino/compatibility-and-support/supported-models.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I generated a yolov8 int8 OpenVINO model based on the following link, but the triton server crashed when deploying it.
https://docs.openvino.ai/2023.2/notebooks/122-yolov8-quantization-with-accuracy-control-with-output.html
and I tried to deploy it on model server and the server looks ok.
then I tried many clients in the demo. but all failed.
Can anyone give some hints or a working example?
yolov8n.zip
The text was updated successfully, but these errors were encountered: