SatelliteNeRF icon indicating copy to clipboard operation
SatelliteNeRF copied to clipboard

nerf_extract_mesh.py not runnable

Open wagnva opened this issue 2 years ago • 3 comments

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 avatar Sep 11 '22 11:09 wagnva

Has this issue been resolved?

WangYu0611 avatar Nov 24 '23 07:11 WangYu0611

@wagnva @Kai-46 can you help me

WangYu0611 avatar Nov 24 '23 07:11 WangYu0611

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

wagnva avatar Nov 25 '23 14:11 wagnva