earth-text VS SkyScript

Compare earth-text vs SkyScript and see what are their differences.

earth-text

Adding language to Clay (by Clay-foundation)

SkyScript

Official repo for "SkyScript: A Large and Semantically Diverse Vision-Language Dataset for Remote Sensing" (by wangzhecheng)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
earth-text SkyScript
1 2
12 145
- -
8.9 3.1
7 months ago about 1 month ago
Jupyter Notebook Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

earth-text

Posts with mentions or reviews of earth-text. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-16.
  • Launch HN: Silurian (YC S24) – Simulate the Earth
    7 projects | news.ycombinator.com | 16 Sep 2024
    What image size embeddings from what instrument?

    We did try to relate OSM tags to Clay embeddings, but it didn't scale well. We did not give up, but we are re-considering ( https://github.com/Clay-foundation/earth-text ). I think SatClip plus OSM is a better approach. or LLM embeddings mapped to Clay embeddings...

SkyScript

Posts with mentions or reviews of SkyScript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-16.
  • Launch HN: Silurian (YC S24) – Simulate the Earth
    7 projects | news.ycombinator.com | 16 Sep 2024
    Hey hey! We tried Clay v1 with 768 embeddings size using your tutorials. We then split NAIP SF to chips and indexed them. Afterwards, we performed image-to-image similarity search like in your explorer.

    We tried to search for bridges, beaches, tennis courts, etc. It worked, but it didn't work well. The top of the ranking was filled with unrelated objects. We found that similarity scores are stacked together too much (similarity values are between 0.91 and 0.92 with 4 digit difference, ~200k tiles), so the encoder made very little difference between objects.

    I believe that Clay can be used with additional fine-tuning for classification and segmentation, but standalone embeddings are pretty poor.

    Check this: https://github.com/wangzhecheng/SkyScript. It is a dataset of OSM tags and satellite images. CLIP fine-tuned on that gives good embeddings for text-to-image search as well as image-to-image.

  • Show HN: Search San Francisco satellite imagery using natural language
    2 projects | news.ycombinator.com | 8 Sep 2024
    - Control the number of retrieved tiles with a slider

    We use OpenAI's CLIP model (https://openai.com/index/clip/) to put texts and images into the same embedding space. We do a similarity search within this space using text query or source image. We are using CLIP finetuned on pairs of satellite images and OpenStreetMap (https://www.openstreetmap.org/) tags (https://github.com/wangzhecheng/SkyScript) because vanilla clip performs poorly on satellite data. We pre-segment objects using Meta's Segment Anything Model (https://segment-anything.com/) and pre-compute CLIP embeddings for each object.

    We'd love to hear your thoughts! What worked well for you? Where did it fail? What features do you wish it had? Any real-world problems you think this could help with?

What are some alternatives?

When comparing earth-text and SkyScript you can also consider the following projects:

earth - a project to visualize global weather conditions

model - The Clay Foundation Model - An open source AI model and interface for Earth

Openstreetmap - The Rails application that powers OpenStreetMap

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured