Image-Fusion-Transformer icon indicating copy to clipboard operation
Image-Fusion-Transformer copied to clipboard

Official Pytorch Code base for Image-Fusion-Transformer

Results 6 Image-Fusion-Transformer issues
Sort by recently updated
recently updated
newest added

In your training script, you use `with torch.no_grad()` in line 56 to build your nest_model. It means only fusion_model are trained during the training process? If I want to train...

请问训练代码里用到了ST融合吗?好像这里只用了RFN融合? ![image](https://user-images.githubusercontent.com/54836878/145131631-6a047304-1968-4ff7-899a-466193ea55c4.png)

Could you please provide us also fusion_axial.model for the testing mode ?

Hello, may I ask how I can use this model to fuse images of other resolutions?

Hello, do you have pre-trained model weights for RGB images?