fix: remove output mat path

This commit is contained in:
kradchen
2024-09-20 15:50:50 +08:00
parent a185c16deb
commit 9b578c4243

View File

@@ -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");