Replies: 1 comment
-
Hi @swahtz,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've just started using the TensorBoard 3D plugin and really liking it, cheers! I am having one issue figuring out how to cycle through (or display side-by-side) the multiple images that I've logged during training. I've used MONAI's plot_2d_or_3d_image to log three 3D images with different tags during training which I can see as animated images in TensorBoard:

But when using the TensorBoard 3D plugin, I can only see one of the images and I can't figure out how to switch the plugin to render one of the other images (or series of images I'm logging) with a different tag than the one that shows by default:
Is there any advice on how to switch between images?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions