PSPNet
Semantic Segmentation in Pytorch observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2918
- days_rel: n/a
- days_push: 1466
- n_releases_24m: 0
Adoption not part of the score
1378 stars · 243 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reference implementation of the Pyramid Scene Parsing Network (PSPNet), a CVPR 2017 semantic segmentation model that won the ImageNet Scene Parsing Challenge 2016. The original repo provides Caffe/Matlab training and evaluation code, with a modernized PyTorch codebase (semseg) also available from the same author.
Use cases
- train a semantic segmentation model on ADE20K, PASCAL VOC, or Cityscapes
- run scene parsing inference on images with pretrained PSPNet models
- reproduce CVPR 2017 PSPNet research results
- evaluate segmentation models with mIoU metrics
- use PSPNet or PSANet in a PyTorch training pipeline
- benchmark pyramid pooling architectures for dense prediction
When to choose
- you need the official reference implementation of PSPNet for research reproduction
- you want pretrained models for ADE20K, VOC2012, or Cityscapes segmentation
- you are studying pyramid pooling module architectures
When to avoid
- you need a production-ready, actively maintained segmentation library
- you cannot build legacy Caffe with CUDA 7-era dependencies
- you want a simple pip-installable tool rather than research code
Facets
library · maturity maintenance
machine-learning deep-learning computer-vision image-processing computer-vision deep-learning machine-learning image-processing cpp python semantic-segmentation pspnet caffe pytorch scene-parsing cvpr2017 research-code linux gpu
1 source
- readme: https://github.com/hszhao/semseg · fetched 2026-08-28 · cd927f3b9083
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hszhao/semseg | main | 32 |
| hszhao/PSPNet | mirror | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem