This project revolves around the two models, WALDO and SparseMask, for segmentation & detection of satellite images.
Clone the project
git clone https://github.com/Korkii/SkyTaggerGo to the project directory
cd SkyTaggerCreate 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
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\
Make sure to use the version 3.10, the dependencies rely on that.
pip3 install -r requirements.txtAnd you are all set!
