PingYen
Results
1
issues of
PingYen
Hi, I have original 4D data `typeof(data) = Array{UInt16, 3}`, `size(data) = (512, 512, 5, 100)` . I reshape, permute to `(512, 512, 100, 5)` and take as 3D `img...