fix: remove output mat path
This commit is contained in:
@@ -73,7 +73,7 @@ RECON_INFO("configPath:{0}",configPath);
|
||||
RECON_INFO("UR Args End=======================");
|
||||
RECON_INFO("UR Start");
|
||||
Recon::notifyStart(ReconID);
|
||||
int exitcode = Recon::startReconstructions(dataPath, dataRefPath, outPutPath+Recon::DEFAULT_OUTPUT_FILENAME);
|
||||
int exitcode = Recon::startReconstructions(dataPath, dataRefPath, outPutPath);
|
||||
if (exitcode == 0)
|
||||
{
|
||||
RECON_INFO("UR Finish");
|
||||
|
||||
Reference in New Issue
Block a user