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

nerf_extract_mesh.py not runnable #4

Open
wagnva opened this issue Sep 11, 2022 · 3 comments
Open

nerf_extract_mesh.py not runnable #4

wagnva opened this issue Sep 11, 2022 · 3 comments

Comments

@wagnva
Copy link

wagnva commented Sep 11, 2022

Hello,

i have trained a model successfully and now wanted to try to extract the mesh from the model using the provided nerf_extract_mesh.py script.

Unfortunately they are multiple errors when trying to run this script.
The biggest one is that the function embed_inputs(pts_batch, viewdirs, models) is missing. The function is used in the following:

def batch_eval_pts(pts_batch, models,
                   chunk_size, run_net_fine=True):

    viewdirs = torch.zeros_like(pts_batch)
    pts = embed_input(pts_batch, viewdirs, models)
    ...

I have found no other method named like this in the project, so i am not sure if it's an importing issue or the actual method is not provided.

@wagnva wagnva changed the title extract_mesh not runnable nerf_extract_mesh.py not runnable Sep 11, 2022
@WangYu0611
Copy link

Has this issue been resolved?

@WangYu0611
Copy link

@wagnva @Kai-46 can you help me

@wagnva
Copy link
Author

wagnva commented Nov 25, 2023

Sorry, no further information, gave up on using this project

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

2 participants