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