paddlepaddle/paddleseg

Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 7th, 2026
Created on August 26th, 2019
Open Issues & Pull Requests: 29 (+0)
GitHub issues: Enabled
Number of forks: 1,712
Total Stargazers: 9,387 (+1)
Total Subscribers: 96 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.9 hours
Mean response time: 21.1 days
90th percentile: 77.1 days
Tracked items: 352

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 27
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 329 days
Stale 30+ days: 27
Stale 90+ days: 25

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (217)
  • bug (88)
  • Feature Request (23)
  • GoodFirstIssue (9)
  • enhancement (4)
  • stale (3)
  • documentation (2)
  • TODO (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PaddleSeg is an image segmentation library built on PaddlePaddle that provides end-to-end support for training and deploying segmentation models across multiple task types including semantic segmentation, interactive segmentation, panoptic segmentation, image matting, and 3D segmentation.

The library addresses the need for accessible, production-ready segmentation tools by bundling a large collection of pre-trained models with a framework that handles the full pipeline from data preparation through deployment. It supports both configuration-driven and API-based development approaches, allowing users to choose between declarative configuration files or programmatic control depending on their workflow preferences. The tool includes quantization-aware distillation training for model compression and supports deployment across diverse hardware including NVIDIA GPUs, Kunlun, Ascend, Cambricon, and Hygon processors.

Developers should choose this tool if they need a comprehensive segmentation solution with extensive pre-trained models ready for practical applications in domains like medical imaging, industrial inspection, remote sensing, or entertainment. The library is particularly suited for teams wanting to avoid building segmentation pipelines from scratch and those targeting deployment on varied hardware platforms. The recent integration with PaddleX provides low-code development capabilities that further reduce implementation complexity for standard segmentation tasks.

The project maintains active development with regular feature additions including support for multi-label segmentation, lightweight vision models like MobileSAM for faster inference, and model compression techniques. The codebase receives updates introducing new segmentation algorithms and expanding the pre-trained model collection to cover emerging application areas.