Update README.md
Browse files
README.md
CHANGED
|
@@ -420,6 +420,7 @@ dataset_info:
|
|
| 420 |
---
|
| 421 |
|
| 422 |
### Load with 🤗 Datasets
|
|
|
|
| 423 |
```python
|
| 424 |
from datasets import load_dataset
|
| 425 |
ds = load_dataset("ORG/REPO_ID", name="flsim") # or arcgis/bingmaps/ges/xplane
|
|
|
|
| 420 |
---
|
| 421 |
|
| 422 |
### Load with 🤗 Datasets
|
| 423 |
+
You can download this dataset through HuggingFace `datasets` (which requires you to install the extra Vision packages with `pip install datasets[vision]`). Then you will be able to load specific parts of this dataset with:
|
| 424 |
```python
|
| 425 |
from datasets import load_dataset
|
| 426 |
ds = load_dataset("ORG/REPO_ID", name="flsim") # or arcgis/bingmaps/ges/xplane
|