Skip to content

Korkii/SkyTagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SkyTagger

This project revolves around the two models, WALDO and SparseMask, for segmentation & detection of satellite images.

Demo

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/Korkii/SkyTagger

Go to the project directory

  cd SkyTagger

Installing SparceMask

Create a folder inside src named models, inside it create another folder named SparseMask, and place the two files checkpoint_63750.pth and mask_thres_0.001.npy inside it. The Open Earth Map Repo

Installing WALDO

Make sure you download the WALDO_25_RELEASE_2 zipped file, and unzip it so it's path will be: \src\WALDO_25_RELEASE_2\

The WALDO Repo

Python

Make sure to use the version 3.10, the dependencies rely on that.

pip3 install -r requirements.txt

And you are all set!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published