Skip to content
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

Can MobileVLM v2 receive multiple images at once? #37

Open
wuwu-C opened this issue Mar 11, 2024 · 2 comments
Open

Can MobileVLM v2 receive multiple images at once? #37

wuwu-C opened this issue Mar 11, 2024 · 2 comments

Comments

@wuwu-C
Copy link

wuwu-C commented Mar 11, 2024

No description provided.

@wuwu-C
Copy link
Author

wuwu-C commented Mar 11, 2024

And can I give it history conversation to acheive in-context inference

@wyddmw
Copy link

wyddmw commented Apr 17, 2024

if type(images) is list or images.ndim == 5:
According to this implementation, MobileVLM can receive multiple images at once in default, but you need to modify the dataloader to load multiple input images in a list or introduce an additional dimension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants