AIBluefisher / DAGSfM

Distributed and Graph-based Structure from Motion. This project includes the official implementation of our Pattern Recognition 2020 paper: Graph-Based Parallel Large Scale Structure from Motion.
https://aibluefisher.github.io/GraphSfM/
BSD 3-Clause "New" or "Revised" License
402 stars 86 forks source link

build successfully! but can't run with error ,,,, #5

Closed debuleilei closed 5 years ago

debuleilei commented 5 years ago

hello ,I 've tried the command python build/software/SfM/SfM_SequentialPipeline.py $image_dir $output_dir with this error" File "build/software/SfM/SfM_SequentialPipeline.py", line 36, in max_image_number = sys.argv[3] IndexError: list index out of range and then I add the max_image_number ,still an error: gms=sys.argv[4]

then I tried the command python build/software/SfM/SfM_DC_Pipeline_singlematch.py $image_dir $output_dir $max_img_num with errors: Traceback (most recent call last): File "build/software/SfM/SfM_DC_Pipeline_singlematch.py", line 94, in f = open(cluster_dirs_file, 'r') IOError: [Errno 2] No such file or directory: 'phone_data/clusters.txt' I yumenle^^^^^^^