SkyScript

Official repo for "SkyScript: A Large and Semantically Diverse Vision-Language Dataset for Remote Sensing" (by wangzhecheng)

SkyScript Alternatives

Similar projects and alternatives to SkyScript

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SkyScript alternative or higher similarity.

SkyScript discussion

Log in or Post with

SkyScript reviews and mentions

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?

Stats

Basic SkyScript repo stats
2
132
4.4
11 months ago

wangzhecheng/SkyScript is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of SkyScript is Python.


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

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?