nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Progressively add training data

Open RafailFridman opened this issue 1 year ago • 1 comments

Hi! Is it possible to progressively add training data with nerfstudio? Starting, for example, from a single image + depth, fitting a model to it, adding a new frame+depth and fine-tuning on it, and so on. Ideally, I would like to still use the viewer for visualizing the training progress, and also be able to add more frames while it is training.

RafailFridman avatar Jan 06 '23 15:01 RafailFridman

There isn't currently a prebuilt method to do this, but it should be possible by subclassing the dataloader with a custom one.

tancik avatar Jan 07 '23 03:01 tancik

Take a look at https://github.com/javieryu/nsros_bridge for an example.

tancik avatar Feb 22 '23 18:02 tancik