Skip to content

Commit

Permalink
Prevent extract_features.py from extracting EXIF (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan-anokhin authored and fsbatista committed Apr 18, 2022
1 parent 505cf73 commit a52a2f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extract_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def main(config, list_of_files, frame_sampling, save_frames):
if list_of_files is None:
luigi.build(
[
ExifTask(config=config),
SignaturesTask(config=config),
DBSignaturesTask(config=config),
],
Expand All @@ -56,7 +55,6 @@ def main(config, list_of_files, frame_sampling, save_frames):
else:
luigi.build(
[
ExifFileListFileTask(config=config, path_list_file=list_of_files),
SignaturesByPathListFileTask(config=config, path_list_file=list_of_files),
DBSignaturesByPathListFileTask(config=config, path_list_file=list_of_files),
],
Expand Down

0 comments on commit a52a2f0

Please sign in to comment.