Update README.md
Browse files
README.md
CHANGED
@@ -18,3 +18,8 @@ The _vecs are encoded by OpenCLIP ViT-H-14-378-quickgelu (pretrained: dfn5b).
|
|
18 |
The _scores are the given rating scores (1 to 5) for the corresponding vector. For example, the vector given by walkability_vecs[10,:] has a corresponding score in walkability_scores[10].
|
19 |
|
20 |
This can be used to model a score for any given vector from an image encoded by the above CLIP model.
|
|
|
|
|
|
|
|
|
|
|
|
18 |
The _scores are the given rating scores (1 to 5) for the corresponding vector. For example, the vector given by walkability_vecs[10,:] has a corresponding score in walkability_scores[10].
|
19 |
|
20 |
This can be used to model a score for any given vector from an image encoded by the above CLIP model.
|
21 |
+
|
22 |
+
# Example spaces
|
23 |
+
|
24 |
+
* [Percept-map](https://huggingface.co/spaces/Spatial-Data-Science-and-GEO-AI-Lab/percept-map): pick a point on a map and evaluate perception ratings for Mapillary imagery from that location
|
25 |
+
* [Percept-image](https://huggingface.co/spaces/Spatial-Data-Science-and-GEO-AI-Lab/percept-image): evaluation perception ratings for a given image
|