Linfeng-Tang / SuperFusion

This is official Pytorch implementation of "SuperFusion: A Versatile Image Registration and Fusion Network with Semantic Awareness"
MIT License
60 stars 8 forks source link

about img = Image.open("/data1/timer/JAS/datasets/VIS_IR/ir/0.png") #3

Open Mayingj opened 1 year ago

Mayingj commented 1 year ago

Thank you for your research! I have some questions about img = Image.open("/data1/timer/JAS/datasets/VIS_IR/ir/0.png"), What does this image represent?What kind of image should I add?MSRS? Looking forward to your reply!

Linfeng-Tang commented 1 year ago

You can put the infrared images from the MSRS dataset or RoodScene dataset in this floder.

Mayingj commented 1 year ago

Okay, thank you. What do you mean is that any image is acceptable from MSRS dataset or RoodScene dataset , without the need for comparison?

Linfeng-Tang commented 1 year ago

Our SuperFusion can handle arbitrary data from MSRS and RoadScene datasets when you select the corresponding model. More details can be found in our paper.

Mayingj commented 1 year ago

Thank you!