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

The temporal dimension of the 3D dataset #17

Closed
ariG23498 opened this issue Dec 29, 2021 · 2 comments
Closed

The temporal dimension of the 3D dataset #17

ariG23498 opened this issue Dec 29, 2021 · 2 comments

Comments

@ariG23498
Copy link

The 3D dataset have dimensions (N, 28, 28, 28) where N corresponds to the number of samples. I would just like to make myself clear on the point that axis=1 stands for the temporal dimension here (number of frames of images).

I have also noticed in the following function, the frames are taken from axis=1

def montage3d(imgs, n_channels, sel):

Any help would be greately appreciated.
TIA!

@duducheng
Copy link
Member

Hi @ariG23498 ,

Yes, the axis=1 means the temporal dimension in videos, or the "axial dimension" of 3D images in medical image terminology.

Jiancheng

@ariG23498
Copy link
Author

Thanks @duducheng

Closing the issue.

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

2 participants