From 3a37a705a7fc07985ec0eae04244464bc4ab474c Mon Sep 17 00:00:00 2001 From: Lin-Zhuo Chen Date: Tue, 21 Apr 2026 17:58:19 +0800 Subject: [PATCH] Update README with scene examples and keyframe info Added image links for various scenes and enhanced documentation on keyframe interval usage. --- README.md | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac92e1a..d802f59 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,11 @@ We provide four example scenes in `example/` that you can run out of the box: python demo.py --model_path /path/to/lingbot-map-long.pt \ --image_folder example/church --mask_sky ``` -output_pointcloud_side_by_side + + +https://github.com/user-attachments/assets/aa10f7ab-8024-43c7-92f8-d56159ec85c8 + + @@ -107,7 +111,11 @@ python demo.py --model_path /path/to/lingbot-map-long.pt \ python demo.py --model_path /path/to/lingbot-map-long.pt \ --image_folder example/university --mask_sky ``` -output_pointcloud_side_by_side + + +https://github.com/user-attachments/assets/212a1744-6ff5-4ccf-9bd4-728608248b57 + + @@ -118,7 +126,11 @@ python demo.py --model_path /path/to/lingbot-map-long.pt \ python demo.py --model_path /path/to/lingbot-map-long.pt \ --image_folder example/loop ``` -output_pointcloud_side_by_side + + +https://github.com/user-attachments/assets/5ae0a292-b081-40c6-838c-b7c1a0538d75 + + @@ -127,7 +139,11 @@ python demo.py --model_path /path/to/lingbot-map-long.pt \ python demo.py --model_path /path/to/lingbot-map-long.pt \ --image_folder example/oxford --mask_sky ``` -output_pointcloud_side_by_side + + +https://github.com/user-attachments/assets/6b8daa95-9ed4-40b2-9902-7435779b886d + + @@ -149,7 +165,11 @@ python demo.py \ --camera_num_iterations 4 \ --keyframe_interval 2 ``` -output_pointcloud_side_by_side + + +https://github.com/user-attachments/assets/d350b590-d036-4363-af8c-7af3918338ef + +