AI SeedbankHelp preserve open and free AI for humanity's future

← All models

nvidia_segformer-b3-finetuned-ade-512-512

nvidia · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: other tags:


SegFormer (b3-sized) model fine-tuned on ADE20k

SegFormer model fine-tuned on ADE20k at resolution 512x512. It was introduced in the paper SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers by Xie et al. and first released in this repository.

Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team.

Model description

SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a downstream dataset.

Intended uses & limitations

You can use the raw model for semantic segmentation. See the model hub to look for fine-tuned versions on a task that interests you.

How to use

Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:

from transformers import SegformerFeatureExtractor, SegformerForSemanticSegmentation
from PIL import Image
import requests

feature_extractor = SegformerFeatureExtractor.from_pretrained("nvidia/segformer-b3-finetuned-ade-512-512")
model = SegformerForSemanticSegmentation.from_pretrained("nvidia/segformer-b3-finetuned-ade-512-512")

url = "http://images.cocodataset.org/val2017/000000039769.jpg"
image = Image.open(requests.get(url, stream=True).raw)

inputs = feature_extractor(images=image, return_tensors="pt")
outputs = model(**inputs)
logits = outputs.logits  # shape (batch_size, num_labels, height/4, width/4)

For more code examples, we refer to the documentation.

License

The license for this model can be found here.

BibTeX entry and citation info

@article{DBLP:journals/corr/abs-2105-15203,
  author    = {Enze Xie and
               Wenhai Wang and
               Zhiding Yu and
               Anima Anandkumar and
               Jose M. Alvarez and
               Ping Luo},
  title     = {SegFormer: Simple and Efficient Design for Semantic Segmentation with
               Transformers},
  journal   = {CoRR},
  volume    = {abs/2105.15203},
  year      = {2021},
  url       = {https://arxiv.org/abs/2105.15203},
  eprinttype = {arXiv},
  eprint    = {2105.15203},
  timestamp = {Wed, 02 Jun 2021 11:46:42 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2105-15203.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:69c06fc1b55bd03993772217be48253825df2f82&dn=nvidia_segformer-b3-finetuned-ade-512-512

Open magnet in torrent client · infohash 69c06fc1b55bd03993772217be48253825df2f82

Files & hashes

PathSizesha1sha256
README.md3.1 KB (3,209 B)115d38d33113d457328442d33d757fa579e89d4c87a83243da54ad3f8cc87dbdcf16641c09ca7a072203f739cb48b6824356b3f2
config.json6.7 KB (6,886 B)d7a69e5f619b5f31ab62f7aca127d293adb4ff86584a43ba145025239709d377404311f3ca4f4633e122b0266047106907557ccc
preprocessor_config.json271 B (271 B)731939640bb201ce03c59a5b2d6bc1ee4f4162b38039d1d210abaa7117ad78e58cdfd6141a2ec72c03dae891b3cd76737e422c6c
pytorch_model.bin180.8 MB (189,607,929 B)ed39c9f29c2498d124c61bbb6c14e4f4bc9a567331d778ef37ffcb5fad6f8d4a41a6cb15e0f1eafac38077e5ba3aa7a5b55b5c33

Cite this release

Canonical URL
https://aiseedbank.org/models/nvidia_segformer-b3-finetuned-ade-512-512/
Slug
nvidia_segformer-b3-finetuned-ade-512-512
Infohash
69c06fc1b55bd03993772217be48253825df2f82
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: nvidia_segformer-b3-finetuned-ade-512-512.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorynvidia/segformer-b3-finetuned-ade-512-512
Revision (pinned)a820c29fc1e53723079d94ca0e09a14d2657fae6
Fetched at2026-09-02T04:40:29Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T04:40:34Z

custom/other license180.8 MB (189,618,295 bytes)transformerspytorchsegformervisionimage-segmentationendpoints_compatible1 language (tf)paper: 2105.15203