SatelliteNeRF
SatelliteNeRF copied to clipboard
nerf_extract_mesh.py not runnable
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.
Has this issue been resolved?
@wagnva @Kai-46 can you help me
Sorry, no further information, gave up on using this project