validate-dataset

Validate generated AI training datasets for masks, joints, files, resolution, and regions using Python scripts and manual guidelines.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/TWoolff/strata-training-data --skill validate-dataset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-dataset
Source: https://github.com/TWoolff/strata-training-data/tree/main/.claude/skills/validate-dataset
Command: npx skills add https://github.com/TWoolff/strata-training-data --skill validate-dataset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need to verify the accuracy and consistency of generated datasets, preventing downstream errors in AI model training.

Core Features & Use Cases

  • Automated Validation: Runs comprehensive checks on generated dataset output.
  • Specific Checks: Validates mask correctness, joint bounds, file pairing, resolution, and region distribution.
  • Use Case: After generating a new batch of segmentation masks and joint data, use this Skill to confirm that all images have corresponding masks and joint files, that the masks accurately represent the image content, and that the joint positions are within expected bounds.

Quick Start

Run automated validation checks on the generated dataset located at ./output/segmentation/.

Frequently Asked Questions about validate-dataset

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

FAQPage Schema
How do I validate segmentation masks and joint bounds for AI training datasets?

Validate segmentation masks and joint bounds by running automated Python checks on generated dataset output to ensure mask correctness, joint positions, and file pairing before AI model training.

What does dataset validation check for computer vision model training?

Dataset validation checks mask correctness, joint bounds, file pairing, resolution, and region distribution to ensure image segmentation and pose estimation data integrity.

Can I verify file pairing and resolution for pose estimation datasets automatically?

Yes, you can verify file pairing and resolution automatically by running Python validation scripts on the generated dataset output directory to confirm all images have corresponding masks and joint files.

What is the best way to ensure data integrity in generated image segmentation datasets?

The best way to ensure data integrity is combining automated Python validation scripts with manual verification guidelines for deeper investigation of mask correctness and region distribution in segmentation outputs.

When do I need manual verification guidelines for dataset validation?

Manual verification guidelines are needed for deeper investigation of dataset validation results when automated Python checks surface potential mask correctness or joint bound anomalies requiring human review.