- Description:
Photorealistic videos involving potential physical injury scenarios.
Homepage: https://asimov-benchmark.github.io/v2/
Source code:
tfds.robotics.asimov.AsimovV2VideosVersions:
0.1.0(default): Initial release.
Download size:
Unknown sizeDataset size:
647.40 MiBAuto-cached (documentation): No
Splits:
| Split | Examples |
|---|---|
'val' |
287 |
- Feature structure:
FeaturesDict({
'answer': Text(shape=(), dtype=string),
'prompt': Text(shape=(), dtype=string),
'video': FeaturesDict({
'frames': Sequence(Image(shape=(None, None, 3), dtype=uint8)),
'timestamps': Sequence(Text(shape=(), dtype=string)),
}),
})
- Feature documentation:
| Feature | Class | Shape | Dtype | Description |
|---|---|---|---|---|
| FeaturesDict | ||||
| answer | Text | string | ||
| prompt | Text | string | ||
| video | FeaturesDict | |||
| video/frames | Sequence(Image) | (None, None, None, 3) | uint8 | |
| video/timestamps | Sequence(Text) | (None,) | string |
Supervised keys (See
as_superviseddoc):NoneFigure (tfds.show_examples): Not supported.
Examples (tfds.as_dataframe):
- Citation: