Update decensor.py

Added comment just in case not to forget before releasing
This commit is contained in:
ccppoo 2019-04-25 09:25:40 +09:00 committed by GitHub
parent eeebc727ba
commit 9cc6507eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ class Decensor:
input_dir = self.args.decensor_input_path
output_dir = self.args.decensor_output_path
# Change False to True before release --> file.check_file( input_dir, output_dir, True)
file_names, self.files_removed = file.check_file( input_dir, output_dir, False)
#convert all images into np arrays and put them in a list