changeset 1006:2cf861106d17

bug corrected
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 03 Jun 2018 00:44:35 -0400
parents 666b38437d9a
children 192de96e5255
files scripts/process.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/process.py	Sun Jun 03 00:42:13 2018 -0400
+++ b/scripts/process.py	Sun Jun 03 00:44:35 2018 -0400
@@ -73,7 +73,7 @@
         for vs in videoSequences:
             if not (parentDir/vs.getDatabaseFilename()).exists():
                 if args.configFilename is None:
-                    configFilename = vs.cameraView.getTrackingConfigurationFilename()
+                    configFilename = str(parentDir/vs.cameraView.getTrackingConfigurationFilename())
                 else:
                     configFilename = args.configFilename
                 if vs.cameraView.cameraType is None: