palanglois / line-surface-reconstruction

Implementation for the "Surface Reconstruction from 3D Line Segments" paper.
https://imagine.enpc.fr/~langloip/index.html?page=line_recons
GNU General Public License v3.0
111 stars 14 forks source link

How to run line_based_recons_param? #4

Closed qco-11 closed 2 years ago

qco-11 commented 2 years ago

hi, Palanglois! Thank you for sharing such a nice code in advance, and it's working well in my computer. I meet a problem when I run line_based_recons_param. My input command is: build/line_based_recons_param -i data/Andalusian/input_lines_from_residuals.json -o data/ -cp 1 -cv 1 -ca 0 -ce 0.1 -cc 0.1 -vs 4 -ext -v and it shows : Unknown option -cp if i want to run line_based_recons_param,do i not need to input parameters' value like cp,cv,ca and so on? for example,i just need input: build/line_based_recons_param -i data/Andalusian/input_lines_from_residuals.json -o data/ -vs 4 -ext -v?