-
Notifications
You must be signed in to change notification settings - Fork 860
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
Hi, any suggestion on how to serve yolov5 on torchserve ? #779
Comments
@yuanyuangoo You can use the following hints to deploy this model -
|
Closing as there is no response on this. |
HI . I have been facing the same error :500 worker died issue when deploying yolov8 using torchserve and sending requests using torchserve.Can anyone please help?the log files are just so large and showing too many error. It'd be better to have a full tutorial on yolo deployment using torchserve |
could help to write a handle file to run yolo?? A tutorial will be usefull , only what is needed to run |
Hi @abhinavanurag-garudaire @edworId I tried running yolov8 in TorchServe, The issue is happening here https://github.com/ultralytics/ultralytics/blob/main/ultralytics/utils/__init__.py#L325 Its reading None . Not sure about the reason yet. Still looking into it. It works fine with standalone yolov8 |
@abhinavanurag-garudaire @edworId I have included the PR for YOLOv8. Please give it a try and let me know if this works. |
Is your feature request related to a problem? Please describe.
I'd like to serve yolov5 model, but there is no template in the example.
Describe the solution
serve model from https://github.com/ultralytics/yolov5/
Describe alternatives solution
The text was updated successfully, but these errors were encountered: