Open justachetan opened 1 year ago
Hi, you might need to import the config similar to here: https://github.com/autonomousvision/sdfstudio/blob/master/scripts/render_mesh.py#L29
Hi @niujinshuchong ! Thanks for the hint! If possible, could you please point me to a full-fledged example (if any) of downstream inference? I am trying to load a saved model so that I can perform inference in my own script. However, I am not sure if there is an API to load the saved config and use it to load the model weights themselves. Would really appreciate any pointers on this!
Hi,
Is there a way to load the models trained with sdfstudio in downstream custom applications?
For instance, I want to perform inference using the trained models in a downstream pipeline with my own code. Is it possible to import the classes for various model architectures directly into my own script?
I tried the following in order to achieve this:
However, I got the following error:
Just wanted to check if there is a different way of achieving this or whether the current code base does not support it at all. Thanks!