Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,8 +51,7 @@ CLIP retrieval / manual curation.
|
|
| 51 |
## Dataset Structure & Content
|
| 52 |
|
| 53 |
This dataset offers the following configurations/subsets:
|
| 54 |
-
* **Default (Full `train` data) configuration:** Contains the full, high-resolution image data and associated metadata.
|
| 55 |
-
|
| 56 |
Each example (row) in the dataset contains the following fields:
|
| 57 |
|
| 58 |
* `image`: The actual image data. In the default (full) configuration.
|
|
@@ -72,7 +71,7 @@ from datasets import load_dataset, Dataset, DatasetDict
|
|
| 72 |
|
| 73 |
# To load the full, high-resolution dataset (recommended for training):
|
| 74 |
# This will load the 'default' configuration's 'train' split.
|
| 75 |
-
ds_main = load_dataset("ROSCOSMOS/
|
| 76 |
|
| 77 |
print("Main Dataset (default config) loaded successfully!")
|
| 78 |
print(ds_main)
|
|
|
|
| 51 |
## Dataset Structure & Content
|
| 52 |
|
| 53 |
This dataset offers the following configurations/subsets:
|
| 54 |
+
* **Default (Full `train` data) configuration:** Contains the full, high-resolution image data and associated metadata.
|
|
|
|
| 55 |
Each example (row) in the dataset contains the following fields:
|
| 56 |
|
| 57 |
* `image`: The actual image data. In the default (full) configuration.
|
|
|
|
| 71 |
|
| 72 |
# To load the full, high-resolution dataset (recommended for training):
|
| 73 |
# This will load the 'default' configuration's 'train' split.
|
| 74 |
+
ds_main = load_dataset("ROSCOSMOS/Church_Buildings", "default")
|
| 75 |
|
| 76 |
print("Main Dataset (default config) loaded successfully!")
|
| 77 |
print(ds_main)
|