From b01925a1814cf7064cc268df66c3828b5c64e02f Mon Sep 17 00:00:00 2001 From: Maciej Wielgosz <maciej.wielgosz@nibio.no> Date: Fri, 9 Jun 2023 11:18:28 +0200 Subject: [PATCH] README updated to cover the recent pipeline --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d4145..d2ce28f 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ bash run_bash_scripts/tls.sh -d folder_name This is a basic run of the command. There are more parameters to be set. Take a look into `run_bash_scripts/tls.sh` to check them. -## The stages of the steps executed in the pipeline are as follows : +# The stages of the steps executed in the pipeline are as follows : * reduction of the point clound size to the point where it has density of 150 points / square meter * mapping to `*.ply` format, all the reducted`*.las` files are mapped and the orignal files are removed (the converted to `*ply` are kept) * semantic segmentation, @@ -116,6 +116,10 @@ Folder `input_folder/results` contain three subfolders: +--segmented_point_clouds ``` +# The paper +[Maciej Wielgosz and Stefano Puliti and Phil Wilkes and Rasmus Astrup. (2023). Point2Tree(P2T). arXiv preprint. arXiv:2305.02651.](https://arxiv.org/abs/2305.02651) + + # Orinal repo For the orignal repo, please take a look there: https://github.com/philwilkes/FSCT -- GitLab