Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -95,6 +95,8 @@ ds = load_dataset("MITLL/LADI-v2-dataset")
|
|
95 |
If you need access to the full resolution images, the v2 label set, or the v1 dataset, you should load from the `script` revision.
|
96 |
This will use a custom dataset loader script, which will require you to set `trust_remote_code=True`.
|
97 |
|
|
|
|
|
98 |
You can download the dataset by loading it with `download_ladi=True`, which fetches the compressed data from an s3 bucket and extracts it into your filesystem at `base_dir`:
|
99 |
|
100 |
```python
|
|
|
95 |
If you need access to the full resolution images, the v2 label set, or the v1 dataset, you should load from the `script` revision.
|
96 |
This will use a custom dataset loader script, which will require you to set `trust_remote_code=True`.
|
97 |
|
98 |
+
The available configurations for the script are: `v2`, `v2a`, `v2_resized`, `v2a_resized`, `v1_damage`, `v1_infra`.
|
99 |
+
|
100 |
You can download the dataset by loading it with `download_ladi=True`, which fetches the compressed data from an s3 bucket and extracts it into your filesystem at `base_dir`:
|
101 |
|
102 |
```python
|