claytonwang commited on
Commit
a963029
·
verified ·
1 Parent(s): da85d98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
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
- # Load the ground-truth catalogs for the 5 landforms
48
- gt_catalogs = load_dataset("SUSTech/Mars-Global-Geolocalization", "ground_truth")
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).