usage: list-remove.py [-h] [--verbose] [-i INPUT_FOLDER] [-o OUTPUT_FOLDER]
[-of ORDERED_FILE] [--file_extension FILE_EXTENSION]
Tools to normalize an image dataset
optional arguments:
-h, --help show this help message and exit
--verbose Print progress to console.
-i INPUT_FOLDER, --input_folder INPUT_FOLDER
Directory path to the inputs folder. (default:
./input/)
-o OUTPUT_FOLDER, --output_folder OUTPUT_FOLDER
Directory path to the outputs folder. (default:
./output/)
-of ORDERED_FILE, --ordered_file ORDERED_FILE
Process to use. ["rotate","resize","scale"] (default:
rotate)
--file_extension FILE_EXTENSION
file extension ["png","jpg"] (default: png)
usage: zfill.py [-h] path
Ensure zero padding in numbering of files.
positional arguments:
path path to the directory containing the files
optional arguments:
-h, --help show this help message and exit