Browse Source

for ilmenau

Bjoern Froehlich 13 năm trước cách đây
mục cha
commit
ad61747af7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      semseg/SemSegCsurka.cpp

+ 2 - 0
semseg/SemSegCsurka.cpp

@@ -667,6 +667,8 @@ void SemSegCsurka::train ( const MultiDataset *md )
 
     std::string currentFile = info.img();
 
+    cout << "currentfile:"  << currentFile << endl;
+    
     CachedExample *ce = new CachedExample ( currentFile );
 
     const LocalizationResult *locResult = info.localization();