tao-convert-dataset-format

Converts DAFT datasets between supported formats via tao-daft convert.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nvidia-tao-daft, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of converting DAFT datasets between different formats, streamlining the process for efficient data handling.

Core Features & Use Cases

  • Format Conversion: Convert NVIDIA TAO DAFT datasets to and from supported formats.
  • Use Case: For developers and engineers who need to prepare DAFT datasets for VLM training workflows, this Skill simplifies the conversion process.

Quick Start

Convert the 'data-set-123' to 'metropolis-v3.0' format by running the command: tao-daft convert metropolis-v3.0 --path /path/to/data-set-123 --output /path/to/converted

Frequently Asked Questions about tao-convert-dataset-format

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

FAQPage Schema
How do I convert DAFT datasets for VLM training workflows?

To convert DAFT datasets for VLM training workflows, use the tao-daft convert command to transform datasets between supported formats. This streamlines data preparation by outputting the converted dataset to a specified directory path.

What is the best way to convert NVIDIA TAO DAFT datasets to a different format?

The best way to convert NVIDIA TAO DAFT datasets is using the tao-daft convert command, which directly translates data into the desired target format like metropolis-v3.0. It requires specifying the dataset path and an output directory.

Do I need to install the nvidia-tao-daft package to convert dataset formats?

Yes, you must install the nvidia-tao-daft package to perform DAFT dataset format conversion. This package provides the necessary tao-daft convert command-line utility to execute the transformation process.

When do I need to convert dataset formats for NVIDIA TAO?

You need to convert dataset formats for NVIDIA TAO when preparing DAFT datasets for VLM training workflows. This conversion ensures your data aligns with the required structural specifications of the target training environment.

How does the tao-daft convert command work with target formats like metropolis-v3.0?

The tao-daft convert command works by taking a target format like metropolis-v3.0, a source path, and an output path. It reads the DAFT dataset and writes the converted files into the specified output directory.