Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorboard 3D tab not showing #64

Closed
GiudiceVitor opened this issue Aug 4, 2023 · 1 comment
Closed

Tensorboard 3D tab not showing #64

GiudiceVitor opened this issue Aug 4, 2023 · 1 comment

Comments

@GiudiceVitor
Copy link

I am trying to log a simple example to try to make the plugin work. I'm trying to show a simple black and white 3D image.

Here is the code:

from torch.utils.tensorboard import SummaryWriter
from monai.visualize import plot_2d_or_3d_image

writer = SummaryWriter(log_dir)
plot_2d_or_3d_image(faults_data, 0, writer, tag='Faults')
writer.close()

My faults data is of this shape, as from the documentation from MONAI (N,C,W,H,D)

(1, 1, 128, 128, 128)

Then, when I open tensorboard, I can only see the gif file on Image section (defualt from MONAI), and can never see the Tensorboard 3D tab. I've tried re-running the tensorboarding, and still nothing:

image

My tensorboard and tensorboard-plugin-3d versions are the latest:

| tensorboard                       | 2.13.0       |
| tensorboard-data-server           | 0.7.1        |
| tensorboard-plugin-3d             | 1.0.3        |

Any idea on how to get it working?

@GiudiceVitor
Copy link
Author

My bad. Just saw #61 and solved my problem, My bad xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant