flowmap icon indicating copy to clipboard operation
flowmap copied to clipboard

Large scene with 8000 images

Open zyc-bit opened this issue 1 year ago • 3 comments

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.

zyc-bit avatar Dec 06 '24 02:12 zyc-bit

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

linwk20 avatar Dec 06 '24 02:12 linwk20

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.

zyc-bit avatar Dec 06 '24 06:12 zyc-bit

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.

linwk20 avatar Dec 06 '24 18:12 linwk20