nerfplusplus icon indicating copy to clipboard operation
nerfplusplus copied to clipboard

Running run_colmap.py failed in the last step.

Open PeterouZh opened this issue 4 years ago • 1 comments

image

image

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 both in_geometry_file and out_geometry_file are None.

Could you fix these problems?

PeterouZh avatar Jan 05 '22 11:01 PeterouZh

I solved the issue by commenting line 50 as tf and mesh_norm are not used

MaximeVandegar avatar Jan 06 '22 18:01 MaximeVandegar