model VS SkyScript

Compare model vs SkyScript and see what are their differences.

model

The Clay Foundation Model - An open source AI model and interface for Earth (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
model SkyScript
1 2
381 132
5.6% -
8.2 4.4
7 days ago 11 months 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.

model

Posts with mentions or reviews of model. 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
    We build the equivalent for land, as a non-profit. It's basically a geo Transformer MAE model (plus DINO, plus matrioska, plus ...), but largest and most trained (35 trillion pixels roughly). Most importantly fully open source and open license. I'd love to help you replace land masks with land embeddings, they should significantly help downscale the local effects (e.g. forest versus city) that afaik most weather forecast simplify with static land cover classes at most. https://github.com/Clay-foundation/model

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 model and SkyScript you can also consider the following projects:

ALUs - GPU accelerated earth observation data processors

earth-text - Adding language to Clay

eoreader - Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.

Openstreetmap - The Rails application that powers OpenStreetMap

Live-Earth-Wallpapers - A collection of all earth related space Images in one script to set as your Desktop background.

earth - a project to visualize global weather conditions

awesome-spectral-indices - A ready-to-use curated list of Spectral Indices for Remote Sensing applications.

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

Did you konow that Jupyter Notebook is
the 13th most popular programming language
based on number of metions?