You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing the training process, I am wondering how to load the model and generate a view or video from it. Unfortunately, I couldn't find any script that handles inference or generates an image from the desired view in the repository. I came across a code snippet in the repository, but it doesn't seem to be implemented yet, and it's not exactly what I am looking for.
I am feeling quite confused about how to generate and save an image from the desired viewpoint. Do you have any suggestions that could help me with this?
The text was updated successfully, but these errors were encountered:
After completing the training process, I am wondering how to load the model and generate a view or video from it. Unfortunately, I couldn't find any script that handles inference or generates an image from the desired view in the repository. I came across a code snippet in the repository, but it doesn't seem to be implemented yet, and it's not exactly what I am looking for.
neuralangelo/projects/nerf/trainers/base.py
Line 158 in 94390b6
I found another code snippet (
neuralangelo/projects/nerf/trainers/nerf.py
Line 84 in 94390b6
There is also another function for inference here:
neuralangelo/projects/neuralangelo/model.py
Line 74 in 94390b6
I am feeling quite confused about how to generate and save an image from the desired viewpoint. Do you have any suggestions that could help me with this?
The text was updated successfully, but these errors were encountered: