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:
| Stage | Model | Description |
|---|---|---|
| Transfer | Cosmos Transfer 2.5 | Convert simulation renders to photorealistic images |
| Predict | Cosmos Predict 2.5 | Generate plausible future frame sequences |
| Reason | Cosmos Reason 2 | Assess 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