File size: 1,590 Bytes
39bdeb1
ec4e339
 
 
 
 
a9374c6
ec4e339
 
 
 
 
 
39bdeb1
ec4e339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: cc-by-4.0
pretty_name: Dream Engine  example frames
size_categories:
  - n<1K
task_categories:
  - image-to-video
tags:
  - synthetic
  - test-fixture
  - dream-engine
annotations_creators:
  - machine-generated
---

# Dream Engine — example frames

Tiny synthetic test fixture used by the
[Dream Engine](https://dreamlabs.ai) Python SDK's ``dream.io`` module.
**This is not real teleop data** — start frames are colour gradients
and action sequences are uniform random in ``[-1, 1]``. The only
purpose is to give the bulk-inference docs + tests a real public
dataset to point ``frames_from_hf(...)`` at.

## Layout

| field | type | shape | content |
|---|---|---|---|
| ``row_id`` | string | — | ``synth_000`` – ``synth_015`` |
| ``start_frame`` | Image | 480 × 640 RGB | gradient |
| ``action_sequence`` | sequence-of-sequences[float32] | (48, 384) | random uniform |

## Used by

- The
  [Bulk inference](https://dreamlabs.ai/docs/getting-started/bulk-inference)
  quickstart in the Dream Engine docs.
- The
  [Bulk augmentation example](https://dreamlabs.ai/docs/examples/bulk-augment-gr1)
  walkthrough + companion Colab notebook.
- ``test_io_hf.py`` in the dream-engine SDK test suite.

## Replace this with your own data

Each row's ``start_frame`` should be a real RGB starting frame for the
spec you target (480 × 640 for ``dreamdojo-2b-gr1``); each
``action_sequence`` should be a real action sequence shaped
``(T, action_dim)`` matching the spec's expected control space.

Generated by ``scripts/seed_example_dataset.py`` in the
``dream-engine`` repo.