Home

Awesome

SimpleClick: Interactive Image Segmentation with Simple Vision Transformers

Introduction

This codebase contains the PyTorch implementation of our work SimpleClick: Interactive Image Segmentation with Simple Vision Transformers. Please check out the branch below for your needs.

Branches

[v2.0] Code refactoring of v1.0 (in progress).

[v1.0] Implementation of "SimpleClick: Interactive Image Segmentation with Simple Vision Transformers" (arXiv'22) [PDF].

License

The code is released under the MIT License. It is a short, permissive software license. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.

Citation

@article{liu2022simpleclick,
  title={SimpleClick: Interactive Image Segmentation with Simple Vision Transformers},
  author={Liu, Qin and Xu, Zhenlin and Bertasius, Gedas and Niethammer, Marc},
  journal={arXiv preprint arXiv:2210.11006},
  year={2022}
}