mapillary / OpenSfM

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

Build issue #107

Closed panditanvita closed 7 years ago

panditanvita commented 7 years ago

Hi,

I updated some of the code in bin/match_features (removed print statements) and re-ran python setup.py build but it looks like the program is unaffected. I'm new to this so I imagine I'm probably missing something simple that I'm unaware of... any help appreciated!

paulinus commented 7 years ago

hi! The file bin/match_features is an old version of the command that is actually used: opensfm/commands/match_features.py. You can look at bin/run_all to see what's called. I've just removed the old command. Sorry for the confusion.