Update SSL4EO-L-Benchmark.py
Browse files- SSL4EO-L-Benchmark.py +1 -1
SSL4EO-L-Benchmark.py
CHANGED
@@ -203,7 +203,7 @@ class SSL4EOLBenchmarkDataset(datasets.GeneratorBasedBuilder):
|
|
203 |
|
204 |
return image
|
205 |
|
206 |
-
def sort_and_create_new_csv(metadata_oli, metadata_etm):
|
207 |
def extract_number(optical_path):
|
208 |
return optical_path.split('/')[1]
|
209 |
|
|
|
203 |
|
204 |
return image
|
205 |
|
206 |
+
def sort_and_create_new_csv(self, metadata_oli, metadata_etm):
|
207 |
def extract_number(optical_path):
|
208 |
return optical_path.split('/')[1]
|
209 |
|