pytorch-coviar icon indicating copy to clipboard operation
pytorch-coviar copied to clipboard

How to visualize res information?

Open luodezhao opened this issue 5 years ago • 1 comments

Hi, did you do any post processing to visualize res information? I think I got too many (128,128,128) which is grey and they look different with the examples in the paper. Thanks!

luodezhao avatar Jul 10 '19 06:07 luodezhao

Hi, thanks for the question. I plotted the absolute values. To make it more visible on paper, I plotted (255, 255, 255) - abs(Res) as opposed to abs(Res).

chaoyuaw avatar Jul 10 '19 14:07 chaoyuaw