Replies: 1 comment
-
The devserver is not recommended for intense workload Streaming a video one request a frame is pretty intense I recommend using a performance/concurrency capable wsgi server You also might want to use raw binary posts instead of json wrapping binary data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I loaded an ultralytics YOLO model outside the framework, I read the image from the client in a request processing function and performed inference. I found that the inference speed was 10 times slower than normal.
I don’t have this problem when I use fastapi.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions