Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ Getting the dataset requires a few steps. We distribute the annotations, but sin
|
|
| 78 |
First, get the annotations from the hub like this:
|
| 79 |
```
|
| 80 |
from datasets import load_dataset
|
| 81 |
-
repo_name = "
|
| 82 |
dataset = load_dataset(repo_name)
|
| 83 |
```
|
| 84 |
|
|
@@ -89,7 +89,7 @@ The source dataset is in the dataset column `source_dataset`.
|
|
| 89 |
|
| 90 |
First, download some `.py` files from this repo into your local `data/` file.
|
| 91 |
```
|
| 92 |
-
GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/
|
| 93 |
```
|
| 94 |
|
| 95 |
A few datasets let us redistribute videos, so you can download them from this HF repo like this:
|
|
|
|
| 78 |
First, get the annotations from the hub like this:
|
| 79 |
```
|
| 80 |
from datasets import load_dataset
|
| 81 |
+
repo_name = "jmhb/VidDiffBench"
|
| 82 |
dataset = load_dataset(repo_name)
|
| 83 |
```
|
| 84 |
|
|
|
|
| 89 |
|
| 90 |
First, download some `.py` files from this repo into your local `data/` file.
|
| 91 |
```
|
| 92 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/jmhb/VidDiffBench data/
|
| 93 |
```
|
| 94 |
|
| 95 |
A few datasets let us redistribute videos, so you can download them from this HF repo like this:
|