nerfstudio
nerfstudio copied to clipboard
How to add a custom model on a forked repo ?
I would like to run a comparison with a model that is not available in nerfstudio. How can I integrate my model in the model base ? Is there a specific design pattern that I should follow. I would like to use all the features for training, rendering, testing that are available in nerfstudio for this given model so that I don't have to reimplement everything.
Thanks for the great library !
@LouisSerrano this would require you to reimplement the model into nerfstudio. This might or might not be an easy task, depending on how complicated the model in question is. For some general guidance, you can check out the nerfstudio method template which is meant as a guidance to developing new models that can register with the nerfstudio stack. For additional guidance, just checkout how all the other available models are implemented here