ICNet-tensorflow
ICNet-tensorflow copied to clipboard
channel problem of grayscale image
I have encountered the channel problem when i try to use the grayscale image for training. How to solve the three channel problem but can still use the iterator?
Hey @dbredep,
You can take a look at the parsing function in utils.image_reader.py. What you need to do is to change the decode function!