I successfully ran test.py, but the saved image only had an enhanced image called .png. This image is the result of the model processing the last image. How can I save each processed enhanced image? (as per original file name)
The result printed after running test.py is:
processing .png
processing .png
processing .png
processing .png
processing .png
.......
I successfully ran test.py, but the saved image only had an enhanced image called .png. This image is the result of the model processing the last image. How can I save each processed enhanced image? (as per original file name)
The result printed after running test.py is: processing .png processing .png processing .png processing .png processing .png .......