NeoGeographyToolkit / StereoPipeline

The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.
Apache License 2.0
492 stars 173 forks source link

parallel_stereo with asp_mgm `/bin/sh: free: command not found` #364

Closed dshean closed 2 years ago

dshean commented 2 years ago

Describe the bug Running parallel_stereo with asp_mgm on latest daily build with sample frame camera images and RPC session. Each tile produces:

/bin/sh: free: command not found Warning: Error checking system memory, skipping the memory test!

To Reproduce Steps to reproduce the behavior: parallel_stereo --stereo-algorithm asp_mgm --corr-kernel 7 7 *pan.tif mgm_rpc/mgm_rpc

Expected behavior I think this is all just for SGM/MGM memory consumption estimate, which I know was somewhat experimental. Don't want to assume free utility is installed by default.

Your Environment (please complete the following information):

oleg-alexandrov commented 2 years ago

Since when do you expect anything 'free' on the Mac? Or even cheap?

I put a fix in https://github.com/NeoGeographyToolkit/StereoPipeline/commit/11fae82909f6434556132faebd249d0d198c54ba.

Thanks. The moral: Use Linux.