tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.72k stars 1.66k forks source link

Extend image summary so it allows displaying a label next to an image #2204

Open mattrobin opened 5 years ago

mattrobin commented 5 years ago

Back when TensorBoard was still part of the TensorFlow repository, an issue (#335 - Extend image summary so it allows displaying a label next to an image) was posted to allow the text of the an image's label to be shown next to the images in the image summaries. The issue was "temporarily" closed with the intention to reopen it when TensorBoard had plugins. As TensorBoard now has its own repository, it makes sense to reopen the issue here as a new issue.

vietnvri commented 5 years ago

I look forward to it!

lucasbrynte commented 5 years ago

Me too! And not only labels, but preferably free-form text as well. With that I mean a text block underneath the image or similar. This would allow us to present all kinds of per-image quantitative results.

J3rome commented 5 years ago

+1

wikiwen commented 4 years ago

Yeah, this feature is very useful!

awang-argoai commented 4 years ago

+1

ivanjacobsec commented 4 years ago

+1

sharmahimansh commented 3 years ago

This would be very helpful feature. Is there any update on this issue?

nfelt commented 3 years ago

No updates to speak of. When we've discussed this in the past, the sense has been that rather than an image-specific implementation, we'd most likely address this by allowing the linkage of different types of data in a single time series (e.g. a pairing of image + text summaries, or image + histogram, or audio + text). The new Time Series dashboard is a bit of a step in that direction since it supports multiple data types at once (although it doesn't yet support text); I recommend checking it out if you haven't yet.