Skip to content

BasicVSR++ Memory footprint during inference #1214

Answered by ckkelvinchan
contentis asked this question in Models
Discussion options

You must be logged in to vote

Does this also mean that a sliding window framework is not applicable for both basicVSR and plusplus, when working with long sequences ?

Because with patching I am able to fit a 100 frame sequence. But a realistic video length would be far beyond 1000 frames. In theory it should already offload all further frames, as the default CPU cache length is set to 100, but the vram footprint is still increasing with the length of the sequence. Is this supposed to happen or did I just misunderstood something?

BasicVSR and BasicVSR++ are under the recurrent framework, which is different from the sliding window framework, which uses only short-term information.

Do you mean it increases indefinitely…

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by zengyh1900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #698 on October 09, 2022 12:19.