amc-run-sample-calibration

Execute a REST API calibration sequence against the AutoMagicCalib microservice.

189|39|Updated May 8, 2026
One-click install
npx skills add https://github.com/NVIDIA/DeepStream --skill amc-run-sample-calibration-nvidia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amc-run-sample-calibration
Source: https://github.com/NVIDIA/DeepStream/tree/main/skills/amc-run-sample-calibration
Command: npx skills add https://github.com/NVIDIA/DeepStream --skill amc-run-sample-calibration-nvidia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill provides a reliable way to verify that an AutoMagicCalib (AMC) microservice is correctly deployed and functional by running an end-to-end calibration pipeline against a known, ground-truth-verified sample dataset.

Core Features & Use Cases

  • Automated Validation: Executes a full calibration workflow including project creation, data upload, and metric evaluation.
  • Lifecycle Management: Handles the complete lifecycle from project initialization to VGGT refinement and result reporting.
  • Use Case: Use this skill immediately after deploying the AMC stack to confirm that the environment, dependencies, and microservice are configured correctly before processing production video data.

Quick Start

Use the amc-run-sample-calibration skill to test the currently running AMC microservice with the bundled sample dataset.

Frequently Asked Questions about amc-run-sample-calibration

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

FAQPage Schema
How do I validate camera calibration results against ground truth datasets?

You can validate camera calibration by automating an end-to-end REST API sequence against the AutoMagicCalib microservice using a bundled synthetic warehouse dataset with known ground truth to verify performance metrics.

How do I test my REST API microservice deployment using sample video data?

Test your REST API microservice deployment by executing a predefined sequence for project creation, video upload, and evaluation against synthetic datasets to confirm environment configuration and system readiness.

Do I need a running backend to automate end-to-end calibration validation?

Yes, end-to-end calibration validation requires a running AMC backend and the bundled sample zip archive to perform project creation, video upload, and metric evaluation correctly.

What is the best way to verify system readiness before processing production video data?

The best way to verify system readiness is running an automated calibration pipeline immediately after deploying the stack to confirm dependencies, environment, and microservice configuration using ground-truth-verified samples.

Does this automated calibration workflow handle the complete project lifecycle?

Yes, the automated calibration workflow handles the complete lifecycle from project initialization and data upload through VGGT refinement to final metric evaluation and result reporting.

Can I use Python to automate REST API calls for computer vision calibration testing?

Yes, you can use Python with the requests dependency to automate REST API calls executing the full calibration workflow, including project creation, video upload, and performance metric evaluation.