StreamingOmniDatasets / docs /MEDIA_RECONSTRUCTION.md
skyzhou06's picture
v0.3 quality hardening: SFT-ready schema, portable media manifests, and seven-config parquet release
64ac96d verified
|
Raw
History Blame Contribute Delete
707 Bytes
# Media Reconstruction
Each row points to a configuration manifest through `metadata.media_access.manifest_id`.
```bash
python scripts/31_reconstruct_media.py \
--config ProactiveAVInteraction \
--output-dir outputs/reconstructed_media \
--limit 10
```
Modes:
- `reconstruct`: download the declared upstream archive, extract its exact member, and apply the recorded clip boundaries. CC BY-NC media is not included in the repository.
- `generated`: render OCR text from the deterministic recipe or synthesize speech with the documented Piper voice.
The public package contains no required server-local path. Network availability and upstream license compliance remain the user’s responsibility.