百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

MaskFormer

> 编程语言
开源

像素级分类并不是语义分割所需的全部 (NeurIPS 2021, 焦点文章)

1.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

像素级分类并不是语义分割所需的全部 (NeurIPS 2021, 焦点文章)

# MaskFormer: Per-Pixel Classification is Not All You Need for Semantic Segmentation [Bowen Cheng](https://bowenc0221.github.io/), [Alexander G. Schwing](https://alexander-schwing.de/), [Alexander Kirillov](https://alexander-kirillov.github.io/) [[`arXiv`](http://arxiv.org/abs/2107.06278)] [[`Project`](https://bowenc0221.github.io/maskformer)] [[`BibTeX`](#CitingMaskFormer)]
### Mask2Former Checkout [Mask2Former](https://github.com/facebookresearch/Mask2Former), a universal architecture based on MaskFormer meta-architecture that achieves SOTA on panoptic, instance and semantic segmentation across four popular datasets (ADE20K, Cityscapes, COCO, Mapillary Vistas). ### Features * Better results while being more efficient. * Unified view of semantic- and instance-level segmentation tasks. * Support major semantic segmentation datasets: ADE20K, Cityscapes, COCO-Stuff, Mapillary Vistas. * Support **ALL** Detectron2 models. ## Installation See [installation instructions](INSTALL.md). ## Getting Started See [Preparing Datasets for MaskFormer](datasets/README.md). See [Getting Started with MaskFormer](GETTING_STARTED.md). ## Model Zoo and Baselines We provide a large set of baseline results and trained models available for download in the [MaskFormer Model Zoo](MODEL_ZOO.md). ## License Shield: [![CC BY-NC 4.0][cc-by-nc-shield]][cc-by-nc] The majority of MaskFormer is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](LICENSE). [![CC BY-NC 4.0][cc-by-nc-image]][cc-by-nc] [cc-by-nc]: http://creativecommons.org/licenses/by-nc/4.0/ [cc-by-nc-image]: https://licensebuttons.net/l/by-nc/4.0/88x31.png [cc-by-nc-shield]: https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg However portions of the project are available under separate license terms: Swin-Transformer-Semantic-Segmentation is licensed under the [MIT license](https://github.com/SwinTransformer/Swin-Transformer-Semantic-Segmentation/blob/main/LICENSE). ## Citing MaskFormer If you use MaskFormer in your research or wish to refer to the baseline results published in the [Model Zoo](MODEL_ZOO.md), please use the following BibTeX entry. ```BibTeX @inproceedings{cheng2021maskformer, title={Per-Pixel Classification is Not All You Need for Semantic Segmentation}, author={Bowen Cheng and Alexander G. Schwing and Alexander Kirillov}, journal={NeurIPS}, year={2021} } ```

GitHub Issues· 9 开放

在 GitHub 查看全部
  • #72

    ValueError

    更新于 2023年3月2日
  • #71

    Whether mask embedding can also be seen as a dynamic kernel parameter?

    更新于 2023年1月1日
  • #70

    Error in training

    更新于 2022年12月25日
  • #69

    Unable to train the model

    更新于 2022年8月21日
  • #68

    A few questions about the configuration files

    更新于 2022年6月30日
  • #67

    Question about Pixel decoder last Conv2d layer

    更新于 2022年6月22日
  • #65

    Question about different decoder head

    更新于 2022年6月22日
  • #66

    Extract only mask from the output

    更新于 2022年6月18日
  • #63

    Question about transformer decoder

    更新于 2022年4月5日

核心特点

  • •Better results while being more efficient.
  • •Unified view of semantic- and instance-level segmentation tasks.
  • •Support major semantic segmentation datasets: ADE20K, Cityscapes, COCO-Stuff, Mapillary Vistas.
  • •Support ALL Detectron2 models.

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言