Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,11 +44,8 @@ These metrics quantify planetary-scale distribution estimation rather than simpl
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
# Load image queries used for image-based localization
|
| 51 |
-
queries = load_dataset("SUSTech/Mars-Global-Geolocalization", "image_queries")
|
| 52 |
```
|
| 53 |
|
| 54 |
For detailed instructions on the retrieval-centric protocol and official evaluation scripts, please refer to our [Official Dataset Documentation](https://github.com/ml-stat-Sustech/MarsRetrieval/blob/main/docs/DATASET.md).
|
|
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
+
ds = load_dataset("SUSTech/Mars-Global-Geolocalization")
|
| 48 |
+
print(ds)
|
|
|
|
|
|
|
|
|
|
| 49 |
```
|
| 50 |
|
| 51 |
For detailed instructions on the retrieval-centric protocol and official evaluation scripts, please refer to our [Official Dataset Documentation](https://github.com/ml-stat-Sustech/MarsRetrieval/blob/main/docs/DATASET.md).
|