Home

Awesome

FSS-1000: A 1000 Class Dataset for Few-shot Segmentation

<img src='examples/example.png' align="left">

We provide our dataset and PyTorch implementation for relation network benchmark. Details are in our paper.

Prerequisites

FSS-1000 Dataset

Getting Started

Testing

First, download pretrained model here.

python autolabel.py -sd imgs/example/support -td imgs/example/query

Testing your own data

Training

Arrange the dataset as described in get_oneshot_batch() in training.py, then run

python training.py

Citing

If you use this repository, dataset or want to reference our work, please use the following BibTeX entry.

@article{FSS1000,
Author = {Xiang Li and Tianhan Wei and Yau Pun Chen and Yu-Wing Tai and Chi-Keung Tang},
Title = {FSS-1000: A 1000-Class Dataset for Few-Shot Segmentation},
Year = {2020},
Journal = {CVPR},
}