# HG changeset patch # User Nicolas Saunier # Date 1528001075 14400 # Node ID 2cf861106d1717cd771532ef4d244aa7f0b7af16 # Parent 666b38437d9a936e0a790c6e539ab5ec4b13f8dd bug corrected diff -r 666b38437d9a -r 2cf861106d17 scripts/process.py --- 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: