Datasets:

Modalities:
Image
Formats:
parquet
Languages:
English
ArXiv:
License:
claytonwang commited on
Commit
6d39e42
·
verified ·
1 Parent(s): 5b1a8fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -109,7 +109,7 @@ We report metrics suitable for long-tailed multi-positive retrieval:
109
  from datasets import load_dataset
110
 
111
  # Load the dataset
112
- dataset = load_dataset("SUSTech/marsretrieval-t2-landforms")
113
 
114
  # Access a sample image and its geomorphic label
115
  print(dataset["train"][0]["image"])
 
109
  from datasets import load_dataset
110
 
111
  # Load the dataset
112
+ dataset = load_dataset("SUSTech/Mars-Landforms")
113
 
114
  # Access a sample image and its geomorphic label
115
  print(dataset["train"][0]["image"])