centreborelli / s2p

Satellite Stereo Pipeline
GNU Affero General Public License v3.0
207 stars 67 forks source link

I want to run "['matching_algorithm'] = 'sgbm'",but the error is coming .FileNotFoundError: [Errno 2] No such file or directory: 'sgbm': 'sgbm' #65

Closed yueluming closed 4 years ago

carlodef commented 4 years ago

You need to compile it with make all, after cloning the repository in recursive mode. The default makefile rule doesn't compile all the optional stereo matching algorithms.

yueluming commented 4 years ago

You need to compile it with make all, after cloning the repository in recursive mode. The default makefile rule doesn't compile all the optional stereo matching algorithms.

Thank you

yueluming commented 4 years ago

You need to compile it with make all, after cloning the repository in recursive mode. The default makefile rule doesn't compile all the optional stereo matching algorithms.

I am studying this code, and I want to try to run "'input_ply' and 'units'" in the tests/data, what kind of command should I use?

carlodef commented 4 years ago

You can run the tests with pytest tests at the root of the repository

limiao766 commented 1 year ago

make all在以递归模式克隆存储库后,您需要使用 , 来编译它。默认的 makefile 规则不会编译所有可选的立体匹配算法。

How to change can use 'sgbm'.