You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
It seems that in model_utils.py, only one
token is passed in pllava_answer.
PLLaVA/tasks/eval/model_utils.py
Lines 139 to 146 in 6f49fd2
However, in eval_utils, the multiple
tokens are passed for the model to perform video inference. Is that a bug in model_utils.py?
PLLaVA/tasks/eval/eval_utils.py
Lines 402 to 410 in 6f49fd2