lucasb-eyer/pydensecrf
Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
Implemented as a Cython wrapper around the original C++ library, it provides both high-level 2D convenience methods (DenseCRF2D) for standard image segmentation tasks and lower-level APIs for custom pairwise potentials and label compatibilities. Supports configurable unary potentials from network outputs or hard labels, spatial and bilateral Gaussian pairwise terms with learnable parameters, and mean-field inference via iterative optimization. Targets computer vision pipelines that need structured prediction post-processing, commonly following deep learning segmentation models.
2,013 stars. No commits in the last 6 months.
Stars
2,013
Forks
425
Language
C++
License
MIT
Category
Last pushed
Mar 05, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lucasb-eyer/pydensecrf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
patrick-llgc/Learning-Deep-Learning
Paper reading notes on Deep Learning and Machine Learning
changhao-chen/deep-learning-localization-mapping
A collection of deep learning based localization models
magicleap/SuperGluePretrainedNetwork
SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
eric-yyjau/pytorch-superpoint
Superpoint Implemented in PyTorch: https://arxiv.org/abs/1712.07629
zhou13/lcnn
LCNN: End-to-End Wireframe Parsing