From 52f44e91ae282bf44d893052c9ad5d050e512dc6 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Mon, 17 Aug 2020 10:19:55 +0200
Subject: [PATCH] Added two new configuration parameters for evaluation

---
 pysegcnn/main/config.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pysegcnn/main/config.py b/pysegcnn/main/config.py
index f2156a5..8780589 100644
--- a/pysegcnn/main/config.py
+++ b/pysegcnn/main/config.py
@@ -292,6 +292,12 @@ eval_config = {
     # the input scene: red': bands[0], green': bands[1], blue': bands[2]
     'plot_bands': ['nir', 'red', 'green'],
 
+    # size of the figures
+    'figsize': (10, 10),
+
+    # degree of constrast stretching for false color composite
+    'alpha': 5
+
 }
 
 # the complete configuration
-- 
GitLab