jy0205 / LaVIT

LaVIT: Empower the Large Language Model to Understand and Generate Visual Content
Other
506 stars 26 forks source link

about motion #31

Closed 21157651 closed 2 months ago

21157651 commented 4 months ago

How many motions and keyframes are there in one second ?

jy0205 commented 3 months ago

It depends on your sampled video frame rate. In our implementation, we use video in 6 FPS. The utilized MPEG-4 Part 2 protocol will reencode video where every I-frame is followed by on average 11 consecutive P-frames. Therefore, there is one keyframe per two seconds.