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
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:
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: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.
The text was updated successfully, but these errors were encountered: