deci-ai/super-gradients

Easily train or fine-tune SOTA computer vision models with one open source training library. The home of Yolo-NAS.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 13th, 2026
Created on November 28th, 2021
Open Issues & Pull Requests: 132 (+0)
GitHub issues: Enabled
Number of forks: 591
Total Stargazers: 5,067 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.4 hours
Mean response time: 7.7 days
90th percentile: 27.0 days
Tracked items: 36

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 60% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

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

Recent activity

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

Top labels

  • :grey_question: Need more info (4)
  • :ballot_box_with_check: Solution proposed (3)
  • 3.2.0 (1)
  • :bug: Bug (1)
  • :grey_question: Question (1)
  • TODO (1)
  • pycocotools (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Super-Gradients is a training library for building, training, and fine-tuning state-of-the-art computer vision models.

The library addresses the challenge of efficiently training production-ready deep learning models by providing a unified framework that handles the complexity of model training pipelines. It works by offering pre-trained state-of-the-art architectures alongside training utilities, allowing developers to either train models from scratch or fine-tune existing ones for their specific tasks. The tool supports multiple computer vision domains including object detection, image classification, semantic segmentation, and pose estimation.

Developers should choose this tool if they need to train or adapt vision models without building training infrastructure from scratch. It suits projects requiring quick iteration on standard architectures or those needing to leverage pre-trained weights as a starting point. The library includes YOLO-NAS and YOLO-NAS-POSE architectures, which the README highlights as delivering state-of-the-art accuracy-speed tradeoffs compared to other YOLO variants.

The project maintains active development with regular updates to its notebook examples and model implementations. The codebase shows consistent refinement of training utilities and model zoo expansion to support diverse computer vision tasks.