From c8f307a7037f4778d4dce666a0628430f3939595 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Thu, 4 Feb 2021 17:53:28 +0100
Subject: [PATCH] Fixed a bug: Use correct class attributes

---
 pysegcnn/core/trainer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pysegcnn/core/trainer.py b/pysegcnn/core/trainer.py
index 9105af4..deb471a 100644
--- a/pysegcnn/core/trainer.py
+++ b/pysegcnn/core/trainer.py
@@ -2550,7 +2550,7 @@ class NetworkInference(BaseConfig):
                                 accuracy=True,
                                 state=batch_name,
                                 plot_path=self.scenes_path,
-                                **self.kwargs)
+                                **self.plot_kwargs)
 
         return output
 
-- 
GitLab