Skip to content
New issue

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

Application Extention: Long video #12

Open
tnarek opened this issue Apr 16, 2023 · 2 comments
Open

Application Extention: Long video #12

tnarek opened this issue Apr 16, 2023 · 2 comments

Comments

@tnarek
Copy link

tnarek commented Apr 16, 2023

Hi,

Is there a way to make the method more memory-efficient for running on longer videos? I'm trying to run on 25 frames with an RTX 8000 GPU (48 GB of GPU RAM), and I'm running out of memory.

Thanks.

@ChenyangQiQi
Copy link
Owner

One possible strategy is to divide the 25 frames into 4 sequences (e.g., 6667) and edited them iteratively, such that each sequence can be stored in the GPU memory sequentially. We will work on supporting longer videos as an extension.

@ChenyangQiQi ChenyangQiQi changed the title Running on Longer Videos Application Extention: Long video Apr 17, 2023
@tnarek
Copy link
Author

tnarek commented Apr 17, 2023

Thanks for the answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants