NVIDIANVIDIAOfficialยท17 Agent Skills Included

sop-monitoring-blueprints

Train, deploy, and validate video SOP compliance monitoring

Builds and deploys a complete video-based SOP compliance monitoring system on NVIDIA GPUs. Fine-tunes vision-language and temporal segmentation models, generates the DeepStream inference microservice, and wires it into the VSS blueprint. Eliminates manual pipeline coding, Docker wiring, and post-deployment debugging with automated build, deploy, and test loops.
npx skills add NVIDIA/sop-monitoring-blueprints --all -g -y

All Skills in This Repository (17)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

sop-build

Orchestrate build, evaluation, deployment, and testing for an SOP monitoring pipeline.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-sop-build

Build and validate a customized VSS SOP monitoring blueprint from VSS 3.1.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-sop-test

Validate deployed VSS SOP monitoring systems across services, pipelines, video, and agents.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-sop-deploy

Deploy and validate a VSS SOP monitoring blueprint with Docker and simulated RTSP streams.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-query-analytics

Query recorded video analytics incidents and telemetry through the VA-MCP server.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-summarize-video

Summarize long video recordings into timestamped activity reports.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-call-vios-api

Manage cameras, streams, recordings, and storage via the VIOS API.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-generate-video-report

Generate narrative VSS incident reports from video analytics data.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

vss-search-archive

Search recorded video archives for events, objects, actions, and people using natural-language queries.

Official
Intermediate
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

deepstream-sop

Build and operate GPU-accelerated SOP video inference services with DeepStream and Triton.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

sop-data-augmentation

Convert annotated SOP video datasets into structured QA training data for Vision-Language Models.

Official
Advanced
๐Ÿ“ฆ In Repo
NVIDIANVIDIA

sop-ft-orchestrate

Automate end-to-end fine-tuning of SOP monitoring pipelines with DDM-Net and Cosmos-Reason.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install sop-monitoring-blueprints?โ–ผ

Run `npx skills add NVIDIA/sop-monitoring-blueprints --all -g -y` in your terminal to install all skills in this suite globally.

What does the SOP monitoring pipeline do?โ–ผ

It watches industrial video feeds, detects whether operators perform assembly steps in the correct order, and flags missing or out-of-sequence actions. It combines a temporal boundary detection model with a vision-language model for action classification.

How do I fine-tune the SOP models on my own videos?โ–ผ

Annotate your videos with action start and end timestamps, then run the fine-tuning skills to generate QA training data and retrain the DDM and Cosmos-Reason models. The orchestrator skill runs the full augment, train, evaluate, and root-cause-analysis loop automatically.

What hardware do I need to run this?โ–ผ

You need an NVIDIA H100, H200, or A100 GPU with at least 80 GB of VRAM, driver 580 with CUDA 13, Docker, and the NVIDIA Container Toolkit. The deploy skill includes a preflight script that checks and auto-installs missing prerequisites.

Can I test the deployment without a physical camera?โ–ผ

Yes. The deploy skill includes an RTSP stream simulator that replays sample video as a live camera feed, so you can validate the full pipeline end to end without hardware.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’