Dataset Builder
Build SQLite index, query bundles, and generate training shards. ← Inspector
Step 1: Build SQLite Curation Index
Scans capture bundles and builds an incremental SQLite index for fast querying.
Step 2: Query Index
Filter bundles from the SQLite index. You can query even without building the index here if a DB already exists.
Step 3: Generate Training Shards
Write sharded JSONL sample indices for training from the SQLite index. Uses the same scene_type filter from Step 2.