File size: 1,793 Bytes
378cef7 08ed68a 378cef7 |
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
dataset_info:
features:
- name: info
dtype: string
- name: keyword
dtype: string
- name: action
dtype: string
- name: current_frame
dtype: image
- name: previous_frame_1
dtype: image
- name: previous_frame_2
dtype: image
- name: previous_frame_3
dtype: image
- name: previous_frame_4
dtype: image
- name: previous_frame_5
dtype: image
- name: previous_frame_6
dtype: image
- name: previous_frame_7
dtype: image
- name: previous_frame_8
dtype: image
- name: previous_frame_9
dtype: image
- name: previous_frame_10
dtype: image
#splits:
#- name: train
# num_bytes: 220367059
# num_examples: 1510
# dataset_name: diffusion_dream_dataset
configs:
- config_name: default
data_files:
- split: train
path: data/*.parquet
---
This is the dataset of the diffusion dream dataset. The dataset contains the following columns:
- info: A string describing the action taken in the frame
- keyword: A string describing the keyword of the action
- action: A string describing the action taken in the frame
- current_frame: The current frame of the video
- previous_frame_1: The frame before the current frame
- previous_frame_2: The frame before the previous frame
- previous_frame_3: The frame before the previous frame
- previous_frame_4: The frame before the previous frame
- previous_frame_5: The frame before the previous frame
- previous_frame_6: The frame before the previous frame
- previous_frame_7: The frame before the previous frame
- previous_frame_8: The frame before the previous frame
- previous_frame_9: The frame before the previous frame
- previous_frame_10: The frame before the previous frame
The dataset is used to train a model to predict the next frame in a video.
|