sop-monitoring-blueprints
Train, deploy, and validate video SOP compliance monitoring
All Skills in This Repository (17)
Pure Emerald Level Indicatorssop-build
Orchestrate build, evaluation, deployment, and testing for an SOP monitoring pipeline.
vss-sop-build
Build and validate a customized VSS SOP monitoring blueprint from VSS 3.1.
vss-sop-test
Validate deployed VSS SOP monitoring systems across services, pipelines, video, and agents.
vss-sop-deploy
Deploy and validate a VSS SOP monitoring blueprint with Docker and simulated RTSP streams.
vss-query-analytics
Query recorded video analytics incidents and telemetry through the VA-MCP server.
vss-summarize-video
Summarize long video recordings into timestamped activity reports.
vss-call-vios-api
Manage cameras, streams, recordings, and storage via the VIOS API.
vss-generate-video-report
Generate narrative VSS incident reports from video analytics data.
vss-search-archive
Search recorded video archives for events, objects, actions, and people using natural-language queries.
deepstream-sop
Build and operate GPU-accelerated SOP video inference services with DeepStream and Triton.
sop-data-augmentation
Convert annotated SOP video datasets into structured QA training data for Vision-Language Models.
sop-ft-orchestrate
Automate end-to-end fine-tuning of SOP monitoring pipelines with DDM-Net and Cosmos-Reason.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core