GDAOSU / vis2mesh

Vis2Mesh: Efficient Mesh Reconstruction from Unstructured Point Clouds of Large Scenes with Learned Virtual View Visibility ICCV2021
97 stars 16 forks source link

Error running example in docker `/opt/conda/lib/libtiff.so.5: no version information available` #1

Closed satyajit-ink closed 2 years ago

satyajit-ink commented 3 years ago
root@688da83fd9df:/workspace# ./inference.py example/example1.ply           
#Available Toolset#
vvtool: vvtool
o3d_vvcreator.py: o3d_vvcreator.py
ReconstructMesh: ReconstructMesh
#Project Settings#
Input Cloud: /workspace/example/example1.ply Exists: True
Input Mesh:  Exists: False
Input Textured Mesh:  Exists: False
Input Textured Mesh:  Exists: False
Base Cam:  Exists: False
Input Cam: /workspace/example/example1.ply_WORK/cam1.json Exists: False
Work Folder: /workspace/example/example1.ply_WORK Exists: True
Cam: cam1    ToolChain: NET.POINT_DELAY
ToolChain Work Folder: /workspace/example/example1.ply_WORK/VDVNet_cam1 Exists:True
Output Folder: /workspace/example/example1.ply_WORK/VDVNet_cam1/out Exists:True
INFO - 2021-09-08 09:47:51,090 - font_manager - generated new fontManager
/workspace/tools/bin/o3d_vvcreator.py:68: MatplotlibDeprecationWarning: 
The set_window_title function was deprecated in Matplotlib 3.4 and will be removed two minor releases later. Use manager.set_window_title or GUI-specific methods instead.
  fig.canvas.set_window_title(f"Num of Virtual Views: {len(camjson)}")
-- CamCreator Cmd:
o3d_vvcreator.py --output_list=/workspace/example/example1.ply_WORK/cam1.json --width=512 --height=512 /workspace/example/example1.ply
INFO:root:Valid Cams:0
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.3.2)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libvtkIOImage-6.3.so.6.3)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/libgdal.so.20)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libpoppler.so.73)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libgeotiff.so.2)
libEGL warning: DRI2: failed to authenticate
0it [00:00, ?it/s]
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.3.2)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libvtkIOImage-6.3.so.6.3)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/libgdal.so.20)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libpoppler.so.73)
vvtool: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libgeotiff.so.2)
libEGL warning: DRI2: failed to authenticate
ReconstructMesh: /opt/conda/lib/libtiff.so.5: no version information available (required by ReconstructMesh)
ReconstructMesh: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libopencv_imgcodecs.so.3.2)
ReconstructMesh: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/libgdal.so.20)
ReconstructMesh: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libpoppler.so.73)
ReconstructMesh: /opt/conda/lib/libtiff.so.5: no version information available (required by /usr/lib/x86_64-linux-gnu/libgeotiff.so.2)
*** Generation Failed *** 
Process Done
sxsong1207 commented 3 years ago

@satyajit-ink Thank you, this warning doesn't matter.

The key issue is:

INFO:root:Valid Cams:0

It means you didn't successfully record virtual views for the software. While selecting cameras, please click [Space] button to add the current view, repeat it multiple times, and close the window.

I will update the readme to add the instruction. thank you for reporting this issue.

satyajitghana commented 2 years ago

thanks a lot @sxsong1207