Problem
I'm interested in using this repo to quickly replace the images in existing benchmark datasets with embeddings for ALL existing precomputed embeddings. Going off the list from https://torchgeo.readthedocs.io/en/stable/api/datasets.html#embeddings-datasets, you already have quite a lot of the pixel embeddings.
Proposed solution
I would be interested in adding Embedded Seamless Data (ESD) (paper). I'm wondering if anyone has looked into this one (I realize it's quite new) and how difficult it would be to connect that API. I'm happy to hack on this if it seems feasible.
Example or context
emb = get_embedding("esd", spatial=..., temporal=..., output=...)
Notes
No response
Checks
Problem
I'm interested in using this repo to quickly replace the images in existing benchmark datasets with embeddings for ALL existing precomputed embeddings. Going off the list from https://torchgeo.readthedocs.io/en/stable/api/datasets.html#embeddings-datasets, you already have quite a lot of the pixel embeddings.
Proposed solution
I would be interested in adding Embedded Seamless Data (ESD) (paper). I'm wondering if anyone has looked into this one (I realize it's quite new) and how difficult it would be to connect that API. I'm happy to hack on this if it seems feasible.
Example or context
Notes
No response
Checks