yolact
by
neuralmagic

Description: A simple, fully convolutional model for real-time instance segmentation.

View neuralmagic/yolact on GitHub ↗

Summary Information

Updated 9 minutes ago
Added to GitGenius on May 25th, 2026
Created on September 8th, 2021
Open Issues & Pull Requests: 0 (+0)
Number of forks: 4
Total Stargazers: 5 (+0)
Total Subscribers: 1 (+0)

Issue Activity (beta)

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

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

The neuralmagic/yolact repository provides an implementation of YOLACT (You Only Look At CoefficienTs), a simple, fully convolutional model designed for real-time instance segmentation. Instance segmentation is a computer vision task that involves detecting and delineating each distinct object of interest in an image. YOLACT stands out for its speed and efficiency, making it suitable for applications that require real-time processing, such as robotics, autonomous vehicles, and interactive systems.

YOLACT is based on the research papers "YOLACT: Real-time Instance Segmentation" and its improved version "YOLACT++: Better Real-time Instance Segmentation." The repository includes code for both versions. YOLACT++ introduces enhancements such as deformable convolutional layers, which further improve accuracy while maintaining high inference speed. For example, YOLACT++ with a ResNet50 backbone achieves 34.1 mean Average Precision (mAP) at 33.5 frames per second (fps) on the COCO test-dev dataset, demonstrating a strong balance between speed and accuracy.

The repository supports various backbone networks, including ResNet50, ResNet101, and Darknet53, and provides pre-trained model weights for each. Users can easily evaluate these models on standard datasets like COCO, or train new models on custom datasets. The codebase is built on PyTorch and supports both single-GPU and multi-GPU training, with automatic scaling of hyperparameters based on the number of GPUs used. The repository also includes scripts for downloading datasets, compiling necessary CUDA extensions (such as DCNv2 for YOLACT++), and evaluating or benchmarking models.

YOLACT is designed for flexibility and ease of use. The evaluation script (eval.py) offers a wide range of functionalities, including quantitative evaluation on datasets, qualitative visualization of results, benchmarking, and processing of images or videos. Users can display real-time results on webcam feeds or videos, process entire folders of images, and output results in COCO JSON format for further analysis or submission to evaluation servers.

For training, the repository provides detailed instructions for setting up the environment, downloading pre-trained backbones, and configuring training parameters. It supports training on the COCO dataset by default, but also includes configurations and scripts for other datasets such as Pascal SBD. Users can easily adapt the code to train on custom datasets by following the provided guidelines for dataset formatting and configuration.

The repository emphasizes reproducibility and transparency, offering pre-trained weights, logging of training and validation metrics, and scripts for converting and preparing datasets. It also provides guidance for visualizing logs and interpreting results. The codebase is actively maintained and includes contact information for further questions or support.

Overall, neuralmagic/yolact is a comprehensive and efficient solution for real-time instance segmentation, offering state-of-the-art performance, extensive documentation, and practical tools for both research and deployment in real-world applications.

yolact
by
neuralmagicneuralmagic/yolact

Repository Details

Fetching additional details & charts...