InverseTampere / TreeQSM

Quantitative Structure Models of Single Trees from Laser Scanner Data
Other
148 stars 46 forks source link

Problem when running models parallel #23

Open tangerine96 opened 6 days ago

tangerine96 commented 6 days ago

I just started using TreeQSM, and I'm stuck with an error when i try to make_models_parallel for a very small tree.

It says there is an issue in the line 218 (i guess from my inputs). QSMs(m:m+a-1) = QSM;

ejemoolo mat

Hope somebody knows something about it :3

zoeschindler commented 3 days ago

Hello! The issue is that you have incomplete runs. When your input parameters are not working for the point cloud, the QSM won't complete. The function then fails when trying to combine all QSMs into a single variable. I had this issue multiple times too. Maybe tree larger patches or larger ball radii? Maybe the point cloud resolution is too low for you current parameters. Hope this helps :)