facebookresearch / localrf

An algorithm for reconstructing the radiance field of a large-scale scene from a single casually captured video.
MIT License
956 stars 62 forks source link

Add option to save RAM. #30

Closed Khoa-NT closed 8 months ago

Khoa-NT commented 11 months ago

Added two flags for training LocalRF to get the camera poses only. These flags help reduce the RAM occupation.

ameuleman commented 10 months ago

Hi, Thank you for this contribution. Would you mind making skip_saving_video and skip_TB_images store_true? Skiping should occur when these variables are True, not False.

Khoa-NT commented 9 months ago

Hi, @ameuleman Thank you for the suggestion and I'm sorry for the late update. I changed the logic of the flags.