From 704a1bd9604aee7905f59fdf928f152fdafe8216 Mon Sep 17 00:00:00 2001
From: Gabriele Cavallaro <g.cavallaro@fz-juelich.de>
Date: Sat, 22 May 2021 09:06:43 +0000
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c8fe343..8ecde52 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,15 @@ R. Roscher, M. Volpi, C. Mallet, L. Drees, and J. D. Wegner, β€œSemcity toulouse
 
 The processing workflow to build the classification problem is in this Jupyter Notebook πŸ‘‰ Build_train_and_test_sets.ipynb
 
-The specific training and test sets that we used for the experiments in the paper are in the folder πŸ‘‰ experiments 
+The specific data that we used for the experiments in the paper are in the folder πŸ‘‰ experiments/data
+
+Training set:
+- X_train_tile_4_tiny.npy
+- Y_train_tile_4_tiny.npy
+
+Test set:
+- X_test_tile_8_subregion.npy
+- Y_test_tile_8_subregion.npy
 
 πŸ“ Now you can proceed in two was:
 
-- 
GitLab