setsmdeveloper / SETSM

The Surface Extraction from TIN-based Searchspace Minimization (SETSM) software is a fully automatic algorithm for deriving Digital Terrain Models (DTM) from pairs of satellite imagery.
Apache License 2.0
65 stars 19 forks source link

Cannot run setsm? #9

Open pierotofy opened 5 years ago

pierotofy commented 5 years ago

Hello :hand:

I was trying to run the program on two stereo images, but I get the following error:

./setsm -image /datasets/hennepin_1937/WN-10-833.tif -image /datasets/hennepin_1937/WN-10-832.tif -outpath /datasets/hennepin_1937/out
image0 /datasets/hennepin_1937/WN-10-833.tif
image1 /datasets/hennepin_1937/WN-10-832.tif
Out path /datasets/hennepin_1937/out
path /datasets/hennepin_1937/out
path /datasets/hennepin_1937
fullseeddir /datasets/hennepin_1937 dir_size 23
lastSlash /datasets/hennepin_1937   full_size 27
Outputpath_name out
after pathname out
/datasets/hennepin_1937/out
out
image0 load completed!
image0 xml/XML load failed!

The images are publicly available from http://geo.lib.umn.edu/Hennepin_County/y1937/TIFF/

Could somebody point me in the right direction?