Process Killed at generateEllipsoids - KDTree stage during raycombine min (416M points) #41
Replies: 2 comments 2 replies
-
|
Hi there,
I don't think these issues will have anything to do with Docker. The algorithm is less sensitive to sparse data than other QSM methods, I would recommend reading this paper to understand how the branch segment fitting works, and also the limitations of the DBH metric from treetools - Devereux, T., Lowe, T., Rivory, J., Reckziegel, R. B., Calders, K., Aryal, R. R., Eaton, G., Cooper, Z., Levick, S., Phinn, S., & Woodgate, W. (2026). RayExtract: A fast, scalable method for tree volume reconstruction from terrestrial laser scanning. Remote Sensing of Environment, 334, 115162. https://doi.org/10.1016/j.rse.2025.115162 |
Beta Was this translation helpful? Give feedback.
-
|
There are two ways you could proceed:
When you come to rayextract trees note that results are barely better for less than about 5 cm between points. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am processing high-resolution BLK360 forest data ("All Quad Trees March 2025"). I have successfully completed the import, 10cm alignment, and rayrestore steps. I am now trying to merge two high-resolution restored clouds into a master file.
But the Problem is even when using the min flag and a 10 rays threshold, the process is terminated (Killed) by the OS/Docker during the KDTree construction phase.
This is what I found:
root@fb0ff9205d61:/data# raycombine min "Part1_Full_restored.ply" "Part2_Full_restored.ply" 10 rays -o "All_Quad_Master.ply"
reading: Part1_Full_restored.ply (385,271,532 rays)
reading: Part2_Full_restored.ply (30,806,170 rays)
...
fillRayGrid 385271532 / 385271532 247617.76s
fillRayGrid 30806170 / 30806170 11829.853s
generateEllipsoids - KDTree 0 / 2Killed
My PC Configuration:
My Quaries:
I have searched similar discussions but haven't found a solution. Any advice on Docker flags or workflow adjustments would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions