Skip to content

Commit

Permalink
Update clean.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel authored Aug 6, 2020
1 parent e5c5280 commit 015c368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cleaning/image_cleaning/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ def image_clean(cleaning_set, imagefile, basedir):
# only load the relevant featuresets for featurization to save memory
if 'clean_greyscale' in cleaning_sets:
import clean_greyscale
elif 'clean_extractfaces' in cleaning_sets:
if 'clean_extractfaces' in cleaning_sets:
import clean_extractfaces
elif 'clean_jpg2png' in cleaning_sets:
if 'clean_jpg2png' in cleaning_sets:
import clean_jpg2png

################################################
Expand Down

0 comments on commit 015c368

Please sign in to comment.