We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for your contribution. I found some confusing code here:
PLLaVA/tasks/eval/eval_utils.py
Lines 445 to 470 in 6f49fd2
Why do we need buffer? The images_group is initialized again?
buffer
images_group
Secondly, what is the purpose of num_segments in get_index function? num_segments is being set to num_frames in upload_video
num_segments
get_index
num_frames
upload_video
Line 473 in 6f49fd2
offsets
frame_indices
Line 448 in 6f49fd2
However, in the other evaluation scenarios, it is not the case e.g.,
Lines 298 to 322 in 6f49fd2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for your contribution.
I found some confusing code here:
PLLaVA/tasks/eval/eval_utils.py
Lines 445 to 470 in 6f49fd2
Why do we need
buffer
?The
images_group
is initialized again?Secondly, what is the purpose of
num_segments
inget_index
function?num_segments
is being set tonum_frames
inupload_video
PLLaVA/tasks/eval/eval_utils.py
Line 473 in 6f49fd2
Moreover, It seems like the
offsets
returned by theget_index
are directly used asframe_indices
.PLLaVA/tasks/eval/eval_utils.py
Line 448 in 6f49fd2
However, in the other evaluation scenarios, it is not the case e.g.,
PLLaVA/tasks/eval/eval_utils.py
Lines 298 to 322 in 6f49fd2
The text was updated successfully, but these errors were encountered: