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

Whether the method can be applied to 2D data sets 方法能否运用到2D数据集上 #9

Open
yaoliu0803 opened this issue Mar 27, 2024 · 3 comments

Comments

@yaoliu0803
Copy link

Hello, This is an excellent work! I'm doing a county study on cross-modal image registration. I would like to ask if your method can be applied to 2d cross-mode image registration, such as infrared and visible light images?
If so, how should you modify the network model section?

@XiongchaoChen
Copy link
Owner

Sure, you can easily apply this framework to 2D images. Just update all the 3D operators (conv3d, maxpool3d, etc.) with the corresponding 2D ones (conv2d, maxpool2d, etc.). Also, remember to re-calculate the vector size/length based on your image size in the fully connected layers.

@yaoliu0803
Copy link
Author

Thank you for your reply. Is this an unsupervised method?

@XiongchaoChen
Copy link
Owner

No problem. It is supervised. Unsupervised manner is challenging for the cross-modal image registration, since it is hard to quantify the registration goodness between the registered and target images when they are of different modalities. Superised learning is more common for mono-modal registration. Hope this helps :)

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