Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load a trained model and generate novel view #199

Open
aeskandari68 opened this issue Apr 23, 2024 · 0 comments
Open

Load a trained model and generate novel view #199

aeskandari68 opened this issue Apr 23, 2024 · 0 comments

Comments

@aeskandari68
Copy link

aeskandari68 commented Apr 23, 2024

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.

def dump_test_results(self, data_all, output_dir):

I found another code snippet (
def dump_test_results(self, data_all, output_dir):
)) and I am wondering if I can use it instead of the "base.py" one.

There is also another function for inference here:

def inference(self, data):

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant