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

Large scene with 8000 images #53

Open
zyc-bit opened this issue Dec 6, 2024 · 3 comments
Open

Large scene with 8000 images #53

zyc-bit opened this issue Dec 6, 2024 · 3 comments

Comments

@zyc-bit
Copy link

zyc-bit commented Dec 6, 2024

Hello everyone, I have a video shot in a large indoor scene, which has generated over 8,000 images, extracted in sequence from the video. I'm wondering if current systems support processing such a large number of images? It seems like the GPU memory might not be sufficient.

@linwk20
Copy link

linwk20 commented Dec 6, 2024

Maybe mini-batch optimization + gradient accumulation will help? currently the code using full-batch so is not scalable.

@zyc-bit
Copy link
Author

zyc-bit commented Dec 6, 2024

Oh, okay. Maybe this is a direction worth trying. Have you also been researching this project recently?

Maybe mini-batch optimization + gradient accumulation will help? currently the code using full-batch so is not scalable.

@linwk20
Copy link

linwk20 commented Dec 6, 2024

no, but it is easy to try, let me know if it works, you can try this on official small dataset first to see if accuracy degrade.

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

2 participants