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

training model for voxel super resolution #71

Open
juhha1 opened this issue Aug 12, 2024 · 0 comments
Open

training model for voxel super resolution #71

juhha1 opened this issue Aug 12, 2024 · 0 comments

Comments

@juhha1
Copy link

juhha1 commented Aug 12, 2024

First, thanks for your interesting project in the field!

From this study, I am particularly interested in the voxel super resolution.
By studying this repo, I was able to perform voxel super resolution from pre-trained model. But I am wondering how it is been trained.
If I have a new 3D dataset, how can I possibly train voxel super resolution?
I see that the output model generated in the order of [input->encode->decode->output] has dimensionality of [b,32,32,32,32] as [batch_size, channel, spatial_dim1, spatial_dim2, spatial_dim3].
In the inference, it can perform super resolution by using MISE, but I don't know how I can possibly train a new super resolution model with new dataset.

Thanks for reading!

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

1 participant