Open fcs203 opened 5 years ago
Can this repository output ".png" images with "inference.py"? I modify tf.image.decode_jpeg to tf.image.decode_png to read the png images but the output is still jpeg, how should I modify the code? Thank you very much
Modifying decode_jpeg to decode_png has nothing to do with saving '.png' image, you should change the suffix of output name from '.jpg' to '.png'
Can this repository output ".png" images with "inference.py"? I modify tf.image.decode_jpeg to tf.image.decode_png to read the png images but the output is still jpeg, how should I modify the code? Thank you very much