How to plot the generated volume ? #393
Unanswered
jeremieglt
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi Jeremi, If you really want to have something like in the simpa paper, you can reproduce the results in the paper repository. Especially the tissue generation folder would be interesting for that. Note, that 3D voxelized visualizations might take a while because matplotlib plots each voxel in a volume as a separate vector element. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to use SIMPA to generate images with customed (and non random) tissue volumes for my master's thesis and I am still getting a first hands on right now. I had a little interrogation about volume generation : is there a simple way to visualize in 3D the tissue volumes that we generate at the very beggining of the pipeline ? I didn't see any function or example going in that way and I tried to just take the 3D array of "Tags.DATA_FIELD_SEGMENTATION" and plot it with with different methods (pyplot, plotly and blender) but nothing gave any good result. I however saw in your paper that you had some nice visualizations : did you use an external method or did I miss something in the package ?
Thank you in advance for your reading,
Jeremie
Beta Was this translation helpful? Give feedback.
All reactions