Datasets:
jeffliu-LL
commited on
Commit
•
3def176
1
Parent(s):
3ec2152
Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ from datasets import load_dataset
|
|
91 |
|
92 |
ds = load_dataset("MITLL/LADI-v2-dataset", "v2a_resized",
|
93 |
streaming=True, download_ladi=True,
|
94 |
-
base_dir='./
|
95 |
```
|
96 |
|
97 |
You can browse the bucket here: [https://ladi.s3.amazonaws.com/index.html](https://ladi.s3.amazonaws.com/index.html). Note that the `v2_resized` dataset is the same as the `v2` dataset, but with lower-resolution images (1800x1200 px). We expect that these images are still more than large enough to support most tasks, and encourage you to use the v2_resized and v2a_resized datasets when possible as the download is about 45x smaller. We try not to download images you don't need, so this will only fetch the v2_resized images, leaving v1 and v2 alone.
|
|
|
91 |
|
92 |
ds = load_dataset("MITLL/LADI-v2-dataset", "v2a_resized",
|
93 |
streaming=True, download_ladi=True,
|
94 |
+
base_dir='./ladi_dataset', trust_remote_code=True)
|
95 |
```
|
96 |
|
97 |
You can browse the bucket here: [https://ladi.s3.amazonaws.com/index.html](https://ladi.s3.amazonaws.com/index.html). Note that the `v2_resized` dataset is the same as the `v2` dataset, but with lower-resolution images (1800x1200 px). We expect that these images are still more than large enough to support most tasks, and encourage you to use the v2_resized and v2a_resized datasets when possible as the download is about 45x smaller. We try not to download images you don't need, so this will only fetch the v2_resized images, leaving v1 and v2 alone.
|