The pipeline follows this flow: [Prompt] → Veo → [Video] → PromptHMR → [SMPL-X] → GMR → [Robot Motion].
Scripts automatically switch between the gmr and phmr conda environments, so you do not need to activate them manually. Ensure both environments are installed.
Generate motion from an action prompt:
python scripts/run_pipeline.py --action "Action sequence: The subject walks forward with four steps."
Generate motion using Sora provider:
python scripts/run_pipeline.py --action "..." --provider sora
Generate motion from an existing video file:
python scripts/run_pipeline.py --video /path/to/video.mp4
Resume a pipeline from an existing project directory:
python scripts/run_pipeline.py --project data/video_001
python scripts/run_pipeline.py --action "Action sequence: The subject walks forward with four steps."