foldername update

This commit is contained in:
Vijay Yadev
2020-12-15 16:29:06 -05:00
parent f6c5add7f0
commit 00523f9912
22 changed files with 37 additions and 37 deletions

View File

@@ -86,7 +86,7 @@ def compute_open_face_features(input_filepath,
bn, _ = os.path.splitext(os.path.basename(input_filepath))
if not output_directory:
output_directory = os.path.join(os.path.dirname(input_filepath), bn + '_OF_features')
output_directory = os.path.join(os.path.dirname(input_filepath), bn + '_openface')
output_csv = os.path.join(output_directory, bn + '.csv')
if not os.path.isfile(output_csv) or clobber: