We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 text was updated successfully, but these errors were encountered:
你好,感谢你对我们的工作感兴趣。 要改成对多张图片进行处理,需要对融合策略部分进行修改。相加策略可以直接相加,l1范数的策略需要改为计算多个特征图权重方式。
Sorry, something went wrong.
好的,谢谢您
No branches or pull requests
李博您好,感谢你的工作。我想知道怎么同时对多张图片进行融合呢?
我这边尝试您的网络,融合效果很棒。我现在想尝试多张视觉图和红外图同时进行融合,它们是我利用非监督矩阵分解算法对原始数据进行处理得到的降噪结果。
我在论文中看到可以同时输入多张图,但是在代码里面发现每次还是只能两张两张地一一对应处理。希望您能够指点我如何一次性输入多张图片进行处理。谢谢您!
The text was updated successfully, but these errors were encountered: