mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2025-01-08 12:36:43 +00:00
Update decensor.py
Added comment just in case not to forget before releasing
This commit is contained in:
parent
eeebc727ba
commit
9cc6507eeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user