https://github.com/shi-labs/oneformer-colab
[Colab Demo Code] OneFormer: One Transformer to Rule Universal Image Segmentation.
https://github.com/shi-labs/oneformer-colab
ade20k cityscapes coco image-segmentation instance-segmentation oneformer panoptic-segmentation semantic-segmentation transformer universal-segmentation
Last synced: 4 months ago
JSON representation
[Colab Demo Code] OneFormer: One Transformer to Rule Universal Image Segmentation.
- Host: GitHub
- URL: https://github.com/shi-labs/oneformer-colab
- Owner: SHI-Labs
- License: mit
- Created: 2022-11-03T05:52:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T20:32:02.000Z (about 3 years ago)
- Last Synced: 2025-04-13T23:55:19.594Z (about 1 year ago)
- Topics: ade20k, cityscapes, coco, image-segmentation, instance-segmentation, oneformer, panoptic-segmentation, semantic-segmentation, transformer, universal-segmentation
- Language: Python
- Homepage: https://praeclarumjj3.github.io/oneformer
- Size: 6.55 MB
- Stars: 14
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneFormer Colab Demo
[](https://pytorch.org/) [](https://huggingface.co/spaces/shi-labs/OneFormer) [](https://huggingface.co/docs/transformers/main/en/model_doc/oneformer) [](https://youtu.be/_Zr1pOi7Chw) [](https://opensource.org/licenses/MIT)
[](https://paperswithcode.com/sota/instance-segmentation-on-cityscapes-val?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/instance-segmentation-on-coco-val-panoptic?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/panoptic-segmentation-on-ade20k-val?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/instance-segmentation-on-ade20k-val?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/panoptic-segmentation-on-cityscapes-val?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/panoptic-segmentation-on-cityscapes-test?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/panoptic-segmentation-on-mapillary-val?p=oneformer-one-transformer-to-rule-universal)
[](https://paperswithcode.com/sota/semantic-segmentation-on-mapillary-val?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/semantic-segmentation-on-coco-1?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/semantic-segmentation-on-ade20k-val?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/panoptic-segmentation-on-coco-minival?p=oneformer-one-transformer-to-rule-universal) [](https://paperswithcode.com/sota/semantic-segmentation-on-cityscapes-val?p=oneformer-one-transformer-to-rule-universal)
[Jitesh Jain](https://praeclarumjj3.github.io/), [Jiachen Li](https://chrisjuniorli.github.io/)†, [MangTik Chiu](https://www.linkedin.com/in/mtchiu/)†, [Ali Hassani](https://alihassanijr.com/), [Nikita Orlov](https://www.linkedin.com/in/nukich74/), [Humphrey Shi](https://www.humphreyshi.com/home)
† Equal Contribution
[[`Project Page`](https://praeclarumjj3.github.io/oneformer/)] [[`arXiv`](http://arxiv.org/abs/2208.03382)] [[`GitHub`](https://github.com/SHI-Labs/OneFormer)] [[`BibTeX`](#citation)]
This repo contains the code for the colab demo for our paper **OneFormer: One Transformer to Rule Universal Image Segmentation**. For more information about OneFormer, please check out our [Project Page](https://praeclarumjj3.github.io/oneformer/) and [GitHub repo](https://github.com/SHI-Labs/OneFormer).

## Citation
If you found OneFormer useful in your research, please consider starring ⭐ us on GitHub and citing 📚 us in your research!
```bibtex
@inproceedings{jain2023oneformer,
title={{OneFormer: One Transformer to Rule Universal Image Segmentation}},
author={Jitesh Jain and Jiachen Li and MangTik Chiu and Ali Hassani and Nikita Orlov and Humphrey Shi},
journal={CVPR},
year={2023}
}
```