NeRFCapture icon indicating copy to clipboard operation
NeRFCapture copied to clipboard

Maximum number of photos with online mode.

Open jonstephens85 opened this issue 2 years ago • 1 comments

When I send images to Instant-NGP in online mode, I noticed I get capped at 10 images. When I take my eleventh image, the 1st image is removed from the GUI. The software will continue the first in, first out pattern as I send more images. Is this expected behavior? Is it so I don't go over my VRAM limit? I am using about 9 GB and I have 24 GB total of VRAM.

Thanks for all of the help!

jonstephens85 avatar Apr 12 '23 15:04 jonstephens85

Thats the default limit. You can set a higher image limit by passing in the flag —n_frames 100. So the command becomes: python nerfcapture2nerf —stream —n_frames 100

On Thu, 13 Apr 2023 at 1:41 am, Jonathan Stephens @.***> wrote:

When I send images to Instant-NGP in online mode, I noticed I get capped at 10 images. When I take my eleventh image, the 1st image is removed from the GUI. The software will continue the first in, first out pattern as I send more images. Is this expected behavior? Is it so I don't go over my VRAM limit? I am using about 9 GB and I have 24 GB total of VRAM.

Thanks for all of the help!

— Reply to this email directly, view it on GitHub https://github.com/jc211/NeRFCapture/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHCZMITCY7BDGWLLDLMFUL3XA3EJLANCNFSM6AAAAAAW33TGVI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jc211 avatar Apr 12 '23 17:04 jc211