mapillary / OpenSfM

Open source Structure-from-Motion pipeline
https://www.opensfm.org/
BSD 2-Clause "Simplified" License
3.34k stars 852 forks source link

No bin/mesh binary #131

Closed eboudrand closed 7 years ago

eboudrand commented 7 years ago

It is written in README.md :

Run bin/mesh data/berlin to build a reconstruction with sparse mesh that will produce smoother transitions from images

But, I cannot find "mesh" binary. Must this file be generated ?

paulinus commented 7 years ago

The command to compute the meshes is now bin/opensfm mesh path_to_data and is now run directly inside the bin/run_all command. The README file is outdated, sorry for the inconvenience. Will update it now.