Commit
·
3a039fb
1
Parent(s):
ba99f68
docs : add head in README.md
Browse files
README.md
CHANGED
|
@@ -44,3 +44,22 @@ dataset_info:
|
|
| 44 |
# - split: train
|
| 45 |
# path: data/*.parquet
|
| 46 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
# - split: train
|
| 45 |
# path: data/*.parquet
|
| 46 |
---
|
| 47 |
+
|
| 48 |
+
This is the dataset of the diffusion dream dataset. The dataset contains the following columns:
|
| 49 |
+
|
| 50 |
+
- info: A string describing the action taken in the frame
|
| 51 |
+
- keyword: A string describing the keyword of the action
|
| 52 |
+
- action: A string describing the action taken in the frame
|
| 53 |
+
- current_frame: The current frame of the video
|
| 54 |
+
- previous_frame_1: The frame before the current frame
|
| 55 |
+
- previous_frame_2: The frame before the previous frame
|
| 56 |
+
- previous_frame_3: The frame before the previous frame
|
| 57 |
+
- previous_frame_4: The frame before the previous frame
|
| 58 |
+
- previous_frame_5: The frame before the previous frame
|
| 59 |
+
- previous_frame_6: The frame before the previous frame
|
| 60 |
+
- previous_frame_7: The frame before the previous frame
|
| 61 |
+
- previous_frame_8: The frame before the previous frame
|
| 62 |
+
- previous_frame_9: The frame before the previous frame
|
| 63 |
+
- previous_frame_10: The frame before the previous frame
|
| 64 |
+
|
| 65 |
+
The dataset is used to train a model to predict the next frame in a video.
|