yolov8-fastapi icon indicating copy to clipboard operation
yolov8-fastapi copied to clipboard

Great works, it helps me a lot.

Open Livioni opened this issue 1 year ago • 4 comments

Thanks for your work. Is there any plan to support Nvidia Docker and batch inference, i.e., detect two images in one batch?

Livioni avatar May 10 '23 07:05 Livioni

Thank you.

  1. To support Nvidia Docker you just need to change the Dockerfile. Unfortunately I don't have a free machine with an Nvidia card right now to check, but you can do it yourself and add the Dockerfile Nvidia to the repository.

  2. batch inference - I will think about the implementation, but usually the issue is solved by adding a queue via another microservice like Apache Kafka

Alex-Lekov avatar May 10 '23 07:05 Alex-Lekov

@Alex-Lekov So thankful for your reply. I will consider your suggestions. I'm trying to modify the functions to implement the batch operation.

Livioni avatar May 10 '23 07:05 Livioni