-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multiple images at input #17
Comments
Actually, there is a possibility to send multiple views images as an input. |
Thank you for the sample. Yes, I understand that we can stack images into one tensor, but the problem is in different sizes of images that might come (btw, this was mentioned in the comment above). For example, different photos of the same product. Currently I see two options:
|
Another solution is VID2IMG mode. You can build the stateful model that wait for the flag “end” and then performs inference. |
There's a need to send multiple images per request item, for example, when we are running a model for image retrieval task which accepts images of a product from different angles of view. The amount of images of the product is arbitrary. So, it looks like we can make a request object with a list of tensors of different sizes
The text was updated successfully, but these errors were encountered: