Datasets:
image imagewidth (px) 1.28k 1.28k |
|---|
VLA Data Augmentation (Veo 3.1)
Synthetic video samples for vision-language-action (VLA) data augmentation: 8s clips generated with Veo 3.1 on Vertex AI, with per-clip frames and prompt metadata.
Dataset summary
- Model:
veo-3.1-generate-001 - Duration: 8 seconds per clip, 16:9, no audio
- Content: Multi-scene prompts (meetings, care, logistics, office, etc.), 6 clips per prompt
- Structure: Each batch has
raw/(mp4),frames/(8 frames per clip),meta/(prompts and run records)
Repository structure
.
├── README.md
├── RUN_PLAN_5D_11PROMPTS_X6.md # 5-day run plan (11 prompts × 6 clips)
├── scripts/ # Generation script (generate_veo31_door_samples.py)
├── runs/
│ ├── day01/ … day05/ # Main run (p01–p11)
│ └── day06/ # 补跑 (p07 only)
│ └── p07_warehouse_pallet_wrapping/batch2/ # 6 clips (softened prompt)
│ # p10: day05/.../batch1(3 clips), batch2(6 软化), batch3(6 原 prompt ✓)
├── veo31-door-open-close-egocentric-8s/ # Legacy: door task sample
├── veo31-management-discussion-8s-batch1/ # Legacy: conference meeting (2 clips)
└── veo31-management-discussion-8s-batch2/ # Legacy: conference meeting (2 clips)
Prompts (11 planned)
| ID | Slug | Description |
|---|---|---|
| p01 | management_meeting_entry | Six leaders enter and take seats in conference room |
| p02 | secretary_then_executives | Secretary prepares docs and leaves; six executives enter and sit |
| p03–p06, p08–p09, p11 | (see RUN_PLAN) | Home care, hospital, construction, logistics, patrol, office, repair shop |
| p07 | warehouse_pallet_wrapping | Day 6 补跑:原 prompt 触发 API 无视频返回,改用软化版一次跑通。见下。 |
| p10 | chainstore_manager_restock | Day 5:原 prompt 曾在 clip04 无视频返回;用原 prompt 重试后 batch3 一次 6 段成功。见下。 |
p07 补跑(Day 6):原句含 “stretch wrap”“secures” 等词时两次均 no generated video in response。实际使用 prompt(runs/day06/p07_warehouse_pallet_wrapping/batch2/meta/README.md):
In a warehouse, a worker moves boxes from a conveyor belt onto a pallet and arranges them neatly. Gender and skin color must be clearly visible.
完整原因与对照见 RUN_PLAN_5D_11PROMPTS_X6.md §10。
p10(Day 5):原 prompt(“chain store”“checks the work schedule”…)在 batch1 的 clip04 曾返回无视频。用原 prompt 重试,batch3 一次 6 段成功,seed 51013–51018,作为 p10 正式批次。原 prompt 与 RUN_PLAN §3 一致;runs/day05/p10_chainstore_manager_restock/batch3/meta/README.md。batch2 为软化版备用(seed 51007–51012)。
Naming
- Videos:
veo31_clipNN_<prompt_id>_8s_veo_3.1_generate_001_seedXXXXX.mp4 - Frames:
<video_basename>_frame_01.png…_frame_08.png - Seeds: Day/prompt/clip encoded (e.g. 10101 = day1 p01 clip1)
Usage
- Videos:
runs/day01/p01_management_meeting_entry/batch1/raw/*.mp4 - Frames: same path
batch1/frames/*.png - Prompts & seeds:
batch1/meta/README.md
Generation
Script: scripts/generate_veo31_door_samples.py (Vertex AI, ADC). Example:
python scripts/generate_veo31_door_samples.py \
--project autel-llm-20250702 --location us-central1 \
--out-dir "runs/day01/p01_management_meeting_entry/batch1" \
--prompt "A management discussion meeting is to be held in the conference room, where six high-level leaders enter and take their seats around the conference table." \
--prompt-id p01_management_meeting_entry --clips 6 --seed-base 10100 \
--enhance-prompt
License
MIT.
- Downloads last month
- 20