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

How can I elaborate 500 images? #36

Open
Cioscos opened this issue Mar 7, 2021 · 5 comments
Open

How can I elaborate 500 images? #36

Cioscos opened this issue Mar 7, 2021 · 5 comments

Comments

@Cioscos
Copy link

Cioscos commented Mar 7, 2021

Hi! I've problems to elaborate 500 images because I go in out of memory of ram. Moreover I tried with 2 images and It went in OOM of VRAM. Maybe resolution must be lower?

@gaochen315
Copy link
Member

Yes, it depends on the resolution as well because we need to feed the whole video to the memory. What is the resolution?

@Cioscos
Copy link
Author

Cioscos commented Mar 10, 2021

Resolution is full hd. Does it works with videos or just images?

@aklos
Copy link

aklos commented Sep 8, 2021

From what I've tried, the max res is ~1280x768 with 24GB of VRAM. I'm not sure if lowering the number of frames will help with VRAM, but I tested on 10 frames.

@xenjee
Copy link

xenjee commented Sep 10, 2021

FWIW, just did a test on 1920x1080 x 14 frames and it went up to about 22.8GB for this process.
I had another app running at the same time taking an extra 5GB, so that passed 24GB. Running on an RTX8000 (48GB)

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

5 participants
@aklos @gaochen315 @xenjee @Cioscos and others