diff --git a/scface_test.py b/scface_test.py index 78d5536..7d6d55d 100644 --- a/scface_test.py +++ b/scface_test.py @@ -42,7 +42,7 @@ for file in sorted(os.listdir(SURVEILLANCE_DIR)): if len(components) == 3: person, camera, distance = components else: - person, camera, distance = components + [None] + person, camera, distance = components + ['None'] file_path = os.path.join(SURVEILLANCE_DIR, file) surveillance_data[person][file] = {