-
Notifications
You must be signed in to change notification settings - Fork 208
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
3D CNN visualization #40
Comments
We have activation visualization already as part of the functionalities. If you mean for CNNs having 3d inputs as in videos - it would be a cool add on, but we might not be able to come up with that in some near future. Or did you mean something else? |
@falaktheoptimist , I am talking about some 3D image inputs, like MRI. That could be cool to visualize the activations and deconv for 3D CNN architecture. For the 3D visualization, I am not sure if this fits in tensorboard. I think this is not that difficult to implement, we can just save the activation maps as an nifti format. |
It would indeed be a cool new application. This should work, although we haven't run this case explicily. The activation maps would be saved as individual grayscale frames in png format - as we haven't added provision for nifti format. If you add that or compute some results - please do share with us or add a PR with your notebook and we'll incorporate that. |
@anbai106 Hello, I want to do the visualization work on 3D MRI data as well, in detail, visualizing the feature maps of every conv layers. Have you find any feasible method for that target? Looking forward to your advice. |
Hi,
I also have a question, do you plan to implement the 3D version to visualize the activation map and decent???
Thanks in advance
The text was updated successfully, but these errors were encountered: