lidr Tree Segmentation issue: Processing time #698
Unanswered
ReganKelly
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Which algorithm are you using to segment trees ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am in my Honours Year at RMIT Melbourne and doing my year long project on using Lidar data to identify specific tree species.
I am trying to process my las files through Rstudio using the LidR package to do the following steps:
I have been able to successfully do steps 1-4 with the decimated file (using homogenize with a resolution and density of 1 each) being around 303.9 MB in size and the normalised file being 349.5MB.
When I get to the tree segmentation step it works but takes a very long time to process anything. It will take about an hour to get to 20% sometimes (depending on the file).
I was wondering if anyone had any ideas or tips on how to make the tree segmentation processes go any faster?
I have tried differing decimate values and the homogenize(1,1) seems to produce the lowest sized file.
Please let me know if I am doing anything incorrectly or any advice you may have.
Thank you,
Regan
Beta Was this translation helpful? Give feedback.
All reactions