unsupervised-part-segmentation
unsupervised-part-segmentation copied to clipboard
Code for GCPR 2020 Oral : "Unsupervised Part Discovery by Unsupervised Disentanglement"
Unsupervised Part Discovery by Unsupervised Disentanglement
Code accompanying the GCPR 2020 paper
Unsupervised Part Discovery by Unsupervised Disentanglement
Sandro Braun,
Patrick Esser,
Björn Ommer

arXiv | BibTeX | Project Page
Table of Contents
- Requirements
- Training
- Data
- Evaluation
- Pretrained Models
- BibTeX
Requirements
A suitable conda environment named braun20parts can be created
and activated with:
conda env create -f environment.yaml
conda activate braun20parts
Clone the repo with all it's submodules
git clone --recursive -j8 [email protected]:CompVis/unsupervised-part-segmentation.git
Training
- For running experiments into the respective subfolders
deepfashion,cubandpennaction. - Experiments can be run using edflow.
edflow -t xxx/<config.yaml>
Data
- The CUB dataset is the same as in Lorenz19, but we manually added semantic part segmentations and added them in the repo.
Evaluation
- baseline models with pretrained checkpoints on all datasets can be found in folder
baselines - evaluation scripts and notebooks can be found in folder
evaluation
Pretrained Models
pretrained models can be found in the respective folder, under train/checkpoints
BibTex
@inproceedings{braun2020parts,
title={Unsupervised Part Discovery by Unsupervised Disentanglement},
author={Braun, Sandro and Esser, Patrick and Ommer, Bj{\"o}rn},
booktitle={Proceedings of the German Conference on Computer Vision},
year={2020}
}