Closed alex-cse closed 2 years ago
however, while "--cam" is set to cam1 or NULL it doesn't return this error
Check if openmvs build without any error: https://github.com/GDAOSU/vis2mesh/blob/master/tools/build_openmvs.sh
Hello, I did not see any error of the openmvs
Hello, I did not see any error of the openmvs
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'