Skip to content

Unsupervised Semantic Segmentation by Distilling Feature Correspondences

License

Notifications You must be signed in to change notification settings

SixRoses666/STEGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEGO: Unsupervised Semantic Segmentation by Distilling Feature Correspondences

Install

Clone this repository:

git clone https://github.com/mhamilton723/STEGO.git
cd STEGO

Install Conda Environment

Please visit the Anaconda install page if you do not already have conda installed

conda env create -f environment.yml
conda activate stego

Download Pre-Trained Models

cd src
python download_models.py

Download Datasets

First, change the pytorch_data_dir variable to your systems pytorch data directory where datasets are stored.

python download_data.py
cd /YOUR/PYTORCH/DATA/DIR
unzip cocostuff.zip

About

Unsupervised Semantic Segmentation by Distilling Feature Correspondences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 55.7%
  • Python 44.3%