From f1427dd333f0ea8d5f8efa447602dbd0e657799d Mon Sep 17 00:00:00 2001
From: leonard <l.hackel@tu-berlin.de>
Date: Thu, 27 Jun 2024 16:46:05 +0200
Subject: [PATCH] update readme

---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1c61d3c..8a019da 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,8 @@ downloaded from the [BigEarthNet website](http://bigearth.net/) or installed as
 Enter the paths to the following files in the `scripts/train_BigEarthNetv2_0.py` script:
 
 - `images_lmdb` (path to the LMDB database)
-- `split_csv` (path to the CSV file containing the split information)
-- `s1_mapping_csv` (path to the CSV file containing the mapping of the patch IDs to the Sentinel-1 image IDs)
-- `labels_csv` (path to the CSV file containing the labels)
+- `metadata_parquet` (path to the metadata file)
+- `metadata_snow_cloud_parquet` (path to the metadata file with snow and cloud patches, not strictly necessary)
 
 Enter the paths at the top of the `scripts/train_BigEarthNetv2_0.py` script in the `BENv2_DIR_DICT` dictionary.
 
-- 
GitLab