Configure the Dataset Viewer
Browse files...by specifying which file to show.
I defined one configuration for VidProM_unique (but it's also possible to add one for VidProM_semantic_unique as well).
We're also exploring adding support for videos in the Dataset Viewer, so that people can explore the generated videos from this dataset directly from the dataset page :)
README.md
CHANGED
|
@@ -24,8 +24,9 @@ tags:
|
|
| 24 |
- Efficient Video Generation
|
| 25 |
- Fake Video Detection
|
| 26 |
- Video Copy Detection for Diffusion Models
|
| 27 |
-
|
| 28 |
-
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
|
|
|
|
| 24 |
- Efficient Video Generation
|
| 25 |
- Fake Video Detection
|
| 26 |
- Video Copy Detection for Diffusion Models
|
| 27 |
+
configs:
|
| 28 |
+
- config_name: VidProM_unique
|
| 29 |
+
data_files: VidProM_unique.csv
|
| 30 |
---
|
| 31 |
|
| 32 |
|