From 4c28a80b1a0a7f8e4970bca7d2fec7ae6405b4c4 Mon Sep 17 00:00:00 2001
From: Thomas Boy <thomas-boy@idiv.de>
Date: Tue, 21 Aug 2018 17:13:15 +0200
Subject: [PATCH] fix

---
 Demo.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Demo.cpp b/Demo.cpp
index 69f75db..3323d00 100644
--- a/Demo.cpp
+++ b/Demo.cpp
@@ -287,7 +287,7 @@ int main(int argc, char * argv[])
         fileName = inputDir +  TToolBox::getFileName(index);
         myRandomTrainList.push_back(fileName);
 
-        cout <<"\t"<<i <<"\t of \t"<<amountFilesload<<" rnd file :"<< fileName<<endl;
+        cout <<"\t"<<i <<"\t of \t"<<amountTrainingSteps<<" rnd file :"<< fileName<<endl;
         img_input = imread(fileName.c_str(), CV_LOAD_IMAGE_COLOR);
 
 
-- 
GitLab