diff --git a/README.md b/README.md
index 9eabe82..160b9f8 100644
--- a/README.md
+++ b/README.md
@@ -97,20 +97,42 @@ We provide four example scenes in `example/` that you can run out of the box:
# Church scene
python demo.py --model_path /path/to/lingbot-map.pt \
--image_folder example/church --mask_sky
+```
+
+
+
+
+
+```bash
# University scene
python demo.py --model_path /path/to/lingbot-map.pt \
--image_folder example/university --mask_sky
+```
+
+
+
+```bash
# Loop scene (loop closure trajectory)
python demo.py --model_path /path/to/lingbot-map.pt \
--image_folder example/loop
+```
+
+
+
+```bash
# Oxford scene with sky masking (outdoor, large scale scene)
python demo.py --model_path /path/to/lingbot-map-long.pt \
--image_folder example/oxford --mask_sky
```
+
+
+
+
+
### Streaming Inference from Images
```bash