KPLabs commited on
Commit
c7e3ae9
·
verified ·
1 Parent(s): 97a17c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # FAST-EO Use Case 2 - Methane Detection
2
 
3
  This directory contains all data and code necessary to recreate experiments conducted for fine-tuning Terramind-Base to detect methane in satellite images. It includes five distinct experiments along with their corresponding datasets. The attached Methane_benchmark_patches_summary_v3.xlsx file provides descriptions for every patch extracted from the Methane Benchmark Dataset (MBD) and defines the fold splits to ensure non-overlapping data. This Excel file is used by the runner scripts to partition the data, typically reserving one fold for testing.
 
1
+ ---
2
+ base_model:
3
+ - ibm-esa-geospatial/TerraMind-1.0-base
4
+ pipeline_tag: graph-ml
5
+ tags:
6
+ - soil,
7
+ - geospatial,
8
+ ---
9
  # FAST-EO Use Case 2 - Methane Detection
10
 
11
  This directory contains all data and code necessary to recreate experiments conducted for fine-tuning Terramind-Base to detect methane in satellite images. It includes five distinct experiments along with their corresponding datasets. The attached Methane_benchmark_patches_summary_v3.xlsx file provides descriptions for every patch extracted from the Methane Benchmark Dataset (MBD) and defines the fold splits to ensure non-overlapping data. This Excel file is used by the runner scripts to partition the data, typically reserving one fold for testing.