Datasets:

ArXiv:
yuxuanw8 commited on
Commit
360d4b1
·
verified ·
1 Parent(s): 2349369

Update SSL4EO-L-Benchmark.py

Browse files
Files changed (1) hide show
  1. 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