Data & Analysis ✓ NVIDIA · Official object-detectionrt-detrtao-toolkitmodel-trainingmodel-distillationmodel-quantizationtensorrtautoml

TAO RT-DETR Object Detection

Guides NVIDIA TAO workflows for training and deploying real-time RT-DETR detectors.

FollowSkills review · FSRS-2.0
Not recommended
47/ 100 5-point scale 2.4 / 5
Trust14 / 25 · 2.8/5

The skill restricts tools to Read and Bash and states requirements for Docker, NVIDIA Container Toolkit, GPUs, datasets, and checkpoints. However, it lacks stepwise user confirmation, sensitive-data handling, network/W&B data-flow disclosure, isolation, and rollback guidance. W&B is enabled by default and examples use S3 paths and an encryption key, so least-privilege and transparency are incomplete.

Reliability6 / 20 · 1.5/5

The documentation covers training, distillation, quantization, evaluation, export, inference, deployment, and multi-node configuration, with several error patterns. Static files provide no executable tests or key-path reproduction. External AutoML/TAO Deploy dependencies, ??? placeholders, and possible mismatches between templates and input mappings create reliability uncertainty, so the score remains conservative under the static cap.

Adaptability9 / 15 · 3.0/5

The audience, trigger phrases, supported actions, COCO format, GPU/VRAM requirements, and several boundaries are reasonably clear. Input/output contracts, version boundaries, and semantic exclusions are incomplete. Core use depends on Docker, NVIDIA GPUs, TAO containers, and potentially cloud storage, with no mainland-China reachability guidance, so points are deducted.

Convention8 / 15 · 2.7/5

The skill has useful sections for data requirements, parameters, templates, error patterns, and inference mappings. It lacks the recommended Instructions, Examples, and FAQ sections, has only version 0.1.0, and provides no skill-level changelog, maintenance owner, or update path. The skill declares Apache-2.0 while repository metadata also applies CC-BY-4.0 to documentation, leaving license scope less clear.

Effectiveness6 / 15 · 2.0/5

The skill directly covers the main TAO RT-DETR workflows and supplies action templates, data-source mappings, checkpoint handoff rules, and troubleshooting advice. The committed benchmark reports one passing task, but the sample size is one, has no negative tasks, and was not executed during this static review. Results still depend on correct environment, external services, and user-supplied paths, so full effectiveness is not justified.

Verifiability4 / 10 · 2.0/5

The pinned source set includes templates, skill_info, an evaluation task, and a benchmark report, providing some auditability. It lacks committed tests covering key actions, reproducible CI evidence, and cross-source corroboration; the benchmark has only one task. Static evidence therefore supports only a limited score.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Before execution, confirm Docker, NVIDIA Container Toolkit, GPU availability, the TAO image, dataset paths, and checkpoint provenance; do not assume sensitive data may be uploaded or that W&B should be enabled.
  • Validate the AutoML route, TAO Deploy documentation, template placeholders, input mappings, and RT-DETR version compatibility, and preserve recoverable output directories for failed jobs.
  • Mainland-China reachability of S3, container images, and external NVIDIA services is not established by the supplied material.
See the full review method →

What does this skill do, and when should you use it?

This skill supports NVIDIA TAO Toolkit workflows for RT-DETR 2D object detection. It covers training, evaluation, inference, export, distillation, and quantization, with rules for datasets, checkpoints, distributed training, and TensorRT deployment. Training is AutoML-enabled by default, with a per-run option to disable it. Docker and NVIDIA Container Toolkit are required.

Reads packaged schema, configuration, and deployment references; runs TAO PyT CLI actions for train, distill, quantize, evaluate, export, and inference; constructs required COCO or COCO raw data-source paths, checkpoints, and output paths; supports multi-GPU and multi-node training through torchrun; exports ONNX with a default 640×640 input and uses the RT-DETR deployment workflow for TensorRT operations; and uses structured training results or logs to identify metrics such as mAP50 and val_mAP.

  1. A computer-vision engineer needs to train a real-time 2D detector on custom COCO-format data.
  2. A deployment team needs to export a trained RT-DETR model to ONNX or a TensorRT deployment workflow.
  3. A model-optimization practitioner needs teacher-model distillation or quantization for RT-DETR.
  4. A platform engineer needs to run TAO RT-DETR training on one GPU, multiple GPUs, or multiple nodes.

What are this skill's strengths and limitations?

Pros
  • Covers the main TAO operations from RT-DETR training through deployment optimization.
  • Specifies required data sources, checkpoints, and important parameters for each action.
  • Supports AutoML, knowledge distillation, quantization, multi-GPU, and multi-node training.
  • Includes practical failure patterns and checkpoint handoff guidance.
Limitations
  • Requires Docker, NVIDIA Container Toolkit, and NVIDIA GPU hardware.
  • The stated minimum is 1 GPU, with 2 recommended, and 16GB or more VRAM suggested per GPU.
  • The supplied skill text does not include an independent test suite, numerical performance benchmarks, or the full deployment reference content.
  • TensorRT engine generation is not exposed through the parent PyT CLI gen_trt_engine command and requires the separate deployment workflow.

How do you install this skill?

Install the skill from the NVIDIA collection with: npx skills add nvidia/skills --skill tao-train-rtdetr --yes. Set up Docker and NVIDIA Container Toolkit; the README does not document a separate manual installation procedure for this individual skill.

How do you use this skill?

After installation, ask a compatible Agent to handle a request such as “train RT-DETR” or “train a low-latency object detector with TAO.” Provide dataset locations, class count, GPU settings, and checkpoint information as applicable. AutoML is enabled by default for training; explicitly request “disable AutoML” or set automl_policy: off to use direct training. Supply the action-specific datasets and checkpoints for evaluation, export, inference, distillation, or quantization. Read references/tao-deploy-rtdetr.md before TensorRT actions.

How does this skill compare with similar options?

The skill compares RT-DETR with DINO/GDINO at the configuration level: RT-DETR defaults to 640×640 inputs and three feature levels, making it lighter than DINO's larger inputs and four feature levels; the source provides no standardized benchmark results.

FAQ

Does this require an NVIDIA GPU?
Yes. The skill requires Docker and NVIDIA Container Toolkit, and specifies at least 1 GPU, with 2 recommended; 16GB or more VRAM per GPU is suggested.
Can AutoML be disabled during training?
Yes. It is enabled by default but can be disabled for a run with automl_policy: off or requests such as “disable AutoML” or “plain training.”
Which dataset formats are supported?
The dataset type is object_detection, with coco and coco_raw formats supported. Each action requires specific data-source fields and files.
Why might the TensorRT generation command fail?
The parent PyT CLI does not expose gen_trt_engine. Use the RT-DETR deployment workflow described through models/rtdetr/deploy and references/tao-deploy-rtdetr.md.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

OCDNet Scene Text Detection

Train and deploy arbitrary-oriented scene text detectors with NVIDIA TAO Toolkit.

Dev & Engineering ✓ NVIDIA · Official

TAO Sparse4D Training Skill

Guides agents through training, evaluation, export, quantization, and inference for multi-camera temporal 3D detection and tracking.

Data & Analysis ✓ NVIDIA · Official

TAO DINO Object Detection

Run NVIDIA TAO workflows for training and deploying DINO 2D object detectors.

Data & Analysis ✓ NVIDIA · Official

TAO Deformable DETR Object Detection

Guides end-to-end training, evaluation, export, quantization, and deployment of lightweight Deformable DETR detectors in NVIDIA TAO.

Data & Analysis ✓ NVIDIA · Official

TAO Grounding DINO Open-Vocabulary Detection

Train and deploy text-guided object detectors without a fixed class vocabulary.

Data & Analysis ✓ NVIDIA · Official

TAO Standard Training Workflow

Run a controlled TAO train, evaluate, and export workflow on labeled data.

Data & Analysis ✓ NVIDIA · Official

TAO Person Re-Identification

Train and deploy TAO ReID models for cross-camera person matching.

Data & Analysis ✓ NVIDIA · Official

TAO PyT Image Classification

Train, evaluate, optimize, and deploy PyTorch image classifiers with NVIDIA TAO.

Dev & Engineering ✓ NVIDIA · Official

TAO OCRNet Scene Text Recognition

Train and deploy NVIDIA TAO OCRNet models for cropped text recognition.

Data & Analysis ✓ NVIDIA · Official

TAO Optical Inspection Training

Train and deploy Siamese-network models for manufacturing defect inspection.

Data & Analysis ✓ NVIDIA · Official

TAO CenterPose Pose Estimation Skill

Guides agents through training, evaluation, export, and deployment of CenterPose models for 6-DoF object pose estimation.

Data & Analysis ✓ NVIDIA · Official

TAO PointPillars 3D Detection

Guides TAO workflows for training, evaluating, and deploying LiDAR-based PointPillars detectors.

Data & Analysis ✓ NVIDIA · Official

TAO AutoML Tuning

Run governed hyperparameter optimization for NVIDIA TAO networks across supported SDK platforms.

Dev & Engineering ✓ NVIDIA · Official

TAO Skill Bank Capability Discovery

Query TAO Skill Bank workflows, models, platforms, and AutoML support from packaged manifests.

Data & Analysis ✓ NVIDIA · Official

TAO FastFoundationStereo Real-Time Stereo Depth

Run TAO FastFoundationStereo workflows that produce low-latency disparity maps from stereo images.

Data & Analysis ✓ NVIDIA · Official

TAO OneFormer Universal Segmentation

Train and deploy one task-conditioned model for panoptic, instance, and semantic image segmentation.

Data & Analysis ✓ NVIDIA · Official

TAO FoundationStereo Stereo Depth

Generate disparity maps from stereo images and manage FoundationStereo training, evaluation, and deployment for 3D reconstruction.

Data & Analysis ✓ NVIDIA · Official

TAO SegFormer Semantic Segmentation

Guidance for training, evaluating, exporting, and deploying TAO SegFormer models.

Data & Analysis ✓ NVIDIA · Official

Mask Grounding DINO Training & Deployment

Train and deploy text-guided open-vocabulary instance segmentation models.

Data & Analysis ✓ NVIDIA · Official

TAO MAL Weakly Supervised Segmentation

Train segmentation models from point or box annotations and produce masks with minimal labeling.

Related skills