Clay-foundation / earth-text

Adding language to Clay
Apache License 2.0
12 stars 3 forks source link

Select useful tags from OSM #2

Closed yellowcap closed 5 months ago

yellowcap commented 6 months ago

We might need to subset the available OSM tags so that we only include tags that make sense given the scale and resolution of the clay tiles.

One aspect to consider is that we might be using patch level embeddings, and that we are reducing the chip size to 256x256 pixels with a patch size of 16x16 pixels for Clay v0.2

yellowcap commented 5 months ago

In the first iterations we are keeping all (or most) of them and see what an initial model can detect.