Move the calibration table saving to the tests/network folder.

Signed-off-by: Davide Sapienza <sapienza.dav@gmail.com>
This commit is contained in:
Davide Sapienza
2020-04-06 18:06:21 +02:00
parent bd0ed247e9
commit 2fbd24625c
3 changed files with 19 additions and 5 deletions
+3
View File
@@ -65,6 +65,9 @@ public:
bool dontLoadWeights;
std::string fileImgList;
std::string fileLabelList;
std::string networkName;
std::string networkNameRT;
};
}}