Ross ROSS = Recommend OSS · open-source software intelligence for agents

lucasb-eyer/pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials. observed · 2026-08-28

github.com/lucasb-eyer/pydensecrf · C++ · MIT (permissive) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3946
  • days_rel: n/a
  • days_push: 911
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2022 stars · 428 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PyDenseCRF is a Cython-based Python wrapper around Philipp Krähenbühl's fully-connected (dense) conditional random field implementation with Gaussian edge potentials. It lets Python users add CRF-based post-processing to per-pixel classification tasks such as semantic segmentation.

Use cases

  • refine semantic segmentation masks with a dense CRF
  • apply fully connected CRF post-processing to image labeling outputs
  • smooth noisy per-pixel probability maps in computer vision pipelines
  • run efficient CRF inference with Gaussian edge potentials from Python
  • combine CNN segmentation outputs with CRF refinement

When to choose

  • you need dense/fully-connected CRF inference in a Python computer-vision project
  • you want to post-process segmentation or labeling probabilities for sharper boundaries
  • you need the classic NIPS 2011 densecrf algorithm with a pip-installable wrapper

When to avoid

  • you need a pure-Python solution without C++ compilation
  • you need actively developed features or modern deep-learning integration
  • you are on Windows and want a frictionless install without conda or build tooling

Facets

library · maturity maintenance

machine-learning computer-vision image-processing computer-vision machine-learning image-processing python cross-platform crf conditional-random-fields cython semantic-segmentation densecrf image-labeling

1 source

Member repositories

RepositoryRoleHealth v2
lucasb-eyer/pydensecrfmain32

For agents

markdown · JSON · MCP: product_card(name="lucasb-eyer/pydensecrf")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem