pytorch-prednet
pytorch-prednet copied to clipboard
Strangely colored results
I'm getting the correct original picture output, but the prediction picture is black and when I try multiplying by a value (like 255) I get very strangely color-tinted results. Any idea why this would be?
Hi. I was playing around with prednet. I noticed that the first two frames are also correctly predicted, but when you have a look at the PredNet architecture, the first frame predicted would be black, the next frame predicted would be a softer version of the first frame, and better predictions start to emerge from the third frame onwards. I wanted to know if you got the correct predictions from the first frame onwards or from the third frame as it is supposed to?