We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Great work!
When I run run_colmap.py, I encountered this error: NameError: name 'mesh' is not defined.
NameError: name 'mesh' is not defined
Besides, I find in your current code, the tf is also not defined because both in_geometry_file and out_geometry_file are None.
tf
in_geometry_file
out_geometry_file
Could you fix these problems?
The text was updated successfully, but these errors were encountered:
I solved the issue by commenting line 50 as tf and mesh_norm are not used
Sorry, something went wrong.
No branches or pull requests
Hi,
Great work!
When I run run_colmap.py, I encountered this error:
NameError: name 'mesh' is not defined
.Besides, I find in your current code, the
tf
is also not defined because bothin_geometry_file
andout_geometry_file
are None.Could you fix these problems?
The text was updated successfully, but these errors were encountered: