tao-train-oneformer

Automate training, evaluation, export, and inference of OneFormer models for image segmentation.

83|20|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-train-oneformer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tao-train-oneformer
Source: https://github.com/NVIDIA-TAO/tao-skill-bank/tree/main/skills/models/tao-train-oneformer
Command: npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-train-oneformer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, nvidia-container-toolkit, pytorch, oneformer, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of training, evaluating, exporting, and running inference on OneFormer models for universal image segmentation, making it easier to manage complex image segmentation tasks.

Core Features & Use Cases

  • Training: Automate the training process for OneFormer models with specified parameters and datasets.
  • Evaluation: Evaluate the performance of OneFormer models using predefined metrics and datasets.
  • Export: Export trained OneFormer models for deployment and inference.
  • Inference: Run inference on OneFormer models to segment images.
  • Use Case: For a developer who needs to train a OneFormer model for a new segmentation task, this Skill can automate the training process and evaluate the model's performance using a pre-defined dataset.

Quick Start

Use the tao-train-oneformer skill to train a OneFormer model for segmentation on the 'segmentation_task_dataset' dataset.

Frequently Asked Questions about tao-train-oneformer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I train a OneFormer model for universal image segmentation?

To train a OneFormer model for image segmentation, you can automate the training process by specifying parameters and datasets. This Skill handles the training workflow, requiring Docker, NVIDIA Container Toolkit, and PyTorch to process your image data.

What is needed to run OneFormer model inference and export?

Running OneFormer model inference and export requires Docker, NVIDIA Container Toolkit, PyTorch, and specific Python libraries. These dependencies provide the containerized environment needed to execute model inference and generate deployment-ready export files.

Can I evaluate OneFormer model performance using a custom dataset?

You can evaluate OneFormer model performance using predefined metrics and datasets. The evaluation process automates performance checks on your image segmentation models to ensure they meet your task requirements before deployment.

How does universal image segmentation handle different segmentation tasks?

Universal image segmentation handles semantic, instance, and panoptic tasks within a single model architecture. OneFormer models process image data through PyTorch to unify these segmentation workflows, simplifying deployment.

Do I need NVIDIA Container Toolkit to deploy OneFormer models?

NVIDIA Container Toolkit is required to deploy OneFormer models. It works with Docker to provide the GPU-accelerated containerized environment necessary for executing PyTorch-based image segmentation training and inference.