chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
500 stars 126 forks source link

How to visualize res information? #67

Open luodezhao opened 5 years ago

luodezhao commented 5 years ago

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!

chaoyuaw commented 5 years ago

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).