matiasqr commited on
Commit
bf555b8
·
verified ·
1 Parent(s): aebd759

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ ---
4
+
5
+ # It is not always greener on the other side: Greenery perception across demographics and personalities in multiple cities
6
+ Repository for additional data used in the paper [**"It is not always greener on the other side: Greenery perception across demographics and personalities in multiple cities"**](https://arxiv.org/abs/2512.17186).
7
+ This project was developed at the Future Cities Lab Global in the Singapore-ETH Centre in close collaboration with the [Urban Analytics Lab (UAL)](https://ual.sg/) at the National University of Singapore (NUS).
8
+
9
+ Raw imagery and perception labels are taken from the [SPECS](https://huggingface.co/datasets/matiasqr/specs) dataset.
10
+
11
+ # Content breakdown
12
+ ```
13
+ data
14
+ |- depth (depth computations of only greenery mask for all svi, download from huggingface)
15
+ | |- met_depth (absolute depth .npy for each svi)
16
+ | |- rel_depth (relative depth .npy for each svi)
17
+ | |- met_depth_statistics_combined.csv
18
+ | |- rel_depth_statistics_combined.csv
19
+ |- segmented_panoptic (segmented and blended outcome for all svi)
20
+ ```
21
+ # Citation
22
+ To cite this work, please refer to the [paper](https://arxiv.org/abs/2512.17186):
23
+
24
+ Quintana, M., Liu, F., Torkko, J., Gu, Y., Liang, X., Hou, Y., Ito, K., Zhu, Y., Abdelrahman, M., Toivonen, T., Lu, Y., & Biljecki, F. (2025). It is not always greener on the other side: Greenery perception across demographics and personalities in multiple cities (No. arXiv:2512.17186). arXiv.
25
+
26
+ BibTeX:
27
+ ```
28
+ @online{quintana2025b,
29
+ title = {It Is Not Always Greener on the Other Side: {{Greenery}} Perception across Demographics and Personalities in Multiple Cities},
30
+ author = {Quintana, Matias and Liu, Fangqi and Torkko, Jussi and Gu, Youlong and Liang, Xiucheng and Hou, Yujun and Ito, Koichi and Zhu, Yihan and Abdelrahman, Mahmoud and Toivonen, Tuuli and Lu, Yi and Biljecki, Filip},
31
+ year = {2025
32
+ eprint = {2512.17186},
33
+ eprinttype = {arXiv},
34
+ eprintclass = {cs},
35
+ doi = {10.48550/arXiv.2512.17186},
36
+ url = {http://arxiv.org/abs/2512.17186},
37
+ }
38
+
39
+ ```