- Image Extension Conversion:- Using this script we can convert the image from .tiff,.bmp,.png to .jpg.
--input_dir = path of the folder where all original images are there.
--output_dir = path of the folder where converted images will save.
$ python converter.py --input_dir="path of the input folder" --output_dir="path of the output folder"