Images IDs use single digits, python needs double digits for sorted processing. Asking the programmer who names the photos to change it to a 01-14 formatting would remove the renaming of images process and save time image processing
Logging to a log file in UVEX Stuff
It all started here with the helpful info into OpenCV.
Used this helpful in-depth guide towards OpenCV
Need to start by installing numpy , cv2, and matplotlib using the following commands
pip install numpy
pip install opencv-python
pip install matplotlib