Open
Description
When displaying images in Tensorboard, there is no way to display the value of each pixel. I am interested in knowing the value of each pixel individually (I know I have access to a distro/histo vis), but currently I would have to do it in code. In my specific use case, it's because I want to inspect the values I have in my kernel weights.
I think it would be a nice addition to be able to visualize the pixel value either as overlay, a colorbar or a text next to the cursor when hovering over the pixel.