PRIDNet
PRIDNet copied to clipboard
pridnet input and output channel
- The pridnet input and output is single channel?
- when i give my loacl image as input, the output is white image? why?
- Yes, the input and output are both single channel, you can see that the placeholder is [None, None, None, 1], the last one is the channel num.
- did you load the checkpoint files correctly? maybe there's something wrong with your path.