F
F
I tried it on gray-scale images but it just returned '[]', could it work on gray scale images or it can only work on RGB images?
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?...
Hello, thanks for the implementation. I find a problem when I change the 'n_layer' parameter. It only works when set to 4. I check the code and find that in...