ShareGPT4Omni / ShareGPT4Video

[NeurIPS 2024] An official implementation of ShareGPT4Video: Improving Video Understanding and Generation with Better Captions
https://sharegpt4video.github.io/
1.26k stars 44 forks source link

question about "Batch inference code for captioner" #13

Closed zZer0o closed 4 months ago

zZer0o commented 4 months ago

Thanks for your work!

Could you explain which part of the inference stage in ShareCaptioner-Video can be modified for batch inference mode? Or maybe I have misunderstood the meaning of "batch inference". The code to be released is actually for batch inference of multiple videos, rather than performing batch inference in a single inference process.

xiaoachen98 commented 4 months ago

Thanks for your work!

Could you explain which part of the inference stage in ShareCaptioner-Video can be modified for batch inference mode? Or maybe I have misunderstood the meaning of "batch inference". The code to be released is actually for batch inference of multiple videos, rather than performing batch inference in a single inference process.

It's for annotating a batch of videos at once under the sliding and fast captioning mode.