Skip to main content

Synthetic Data

Planned synthetic data generation uses NVIDIA Cosmos world foundation models to transform simulation output. The checked-in OSMO workflows are placeholders marked Status: Planned, with containers still TBD; they are not ready for submission.

๐Ÿงช SDG Pipelineโ€‹

The planned synthetic data generation pipeline chains three Cosmos capabilities:

StageModelDescription
TransferCosmos Transfer 2.5Convert simulation renders to photorealistic images
PredictCosmos Predict 2.5Generate plausible future frame sequences
ReasonCosmos Reason 2Assess and curate data for training quality

๐Ÿ—๏ธ Architectureโ€‹

synthetic-data/
โ”œโ”€โ”€ workflows/ # OSMO and AzureML SDG job definitions
โ”‚ โ”œโ”€โ”€ osmo/ # OSMO workflow YAML (Jinja templates)
โ”‚ โ””โ”€โ”€ azureml/ # AzureML job YAML (commandJob schema)
โ”œโ”€โ”€ cosmos/ # Cosmos model integration
โ”‚ โ”œโ”€โ”€ transfer/ # Cosmos Transfer 2.5
โ”‚ โ”œโ”€โ”€ predict/ # Cosmos Predict 2.5
โ”‚ โ”œโ”€โ”€ reason/ # Cosmos Reason 2
โ”‚ โ””โ”€โ”€ configs/ # Model configuration templates
โ”œโ”€โ”€ examples/ # Pipeline examples
โ””โ”€โ”€ specifications/ # Domain specifications