GDAOSU / vis2mesh

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

FileNotFoundError: [Errno 2] No such file or directory: 'ReconstructMesh': 'ReconstructMesh' #15

Closed alex-cse closed 2 years ago

alex-cse commented 2 years ago

Hello, I had some errors while running the sample code: python inference.py example/example1.ply --cam cam0 I do believe the pretrained weights and examples have been downloaded. please help with this

Traceback (most recent call last): File "inference.py", line 381, in main() File "inference.py", line 376, in main config=RunProcess(config) File "inference.py", line 318, in RunProcess p = subprocess.Popen(cmdArr, stdout=subprocess.PIPE) File "/opt/conda/lib/python3.7/subprocess.py", line 800, in init restore_signals, start_new_session) File "/opt/conda/lib/python3.7/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'ReconstructMesh': 'ReconstructMesh'

alex-cse commented 2 years ago

however, while "--cam" is set to cam1 or NULL it doesn't return this error

quicktwit commented 2 years ago

Check if openmvs build without any error: https://github.com/GDAOSU/vis2mesh/blob/master/tools/build_openmvs.sh

alex-cse commented 2 years ago

Hello, I did not see any error of the openmvs

alex-cse commented 2 years ago

Hello, I did not see any error of the openmvs