Skip to content

3D plots using neurone.plot.flow not properly visualised #34

Description

@Kanyq

Hello,

I'm trying to plot the flow field vectors for my 3D warping but the "flow" plot of neurite asks me to convert the 3D array into 2D+2 to plot it. So the actual array (1, 160, 160, 48, 3) has to be compressed to (54, 54, 16, 2) and I end up plotting (1, 54, 16, 2) for each flow plot, which does not give proper visualisation.
I'm squeezing the image in the following way:
flow = pred_warp.squeeze()[::3,::3,::3,::2]

pred_warp.shape = (1, 160, 160, 48, 3)
flow.shape = (54, 54, 16, 2)

Is there a way for me to plot the 3D flow plot or is there a better way to represent this flow vector? Thank you

flow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions