AnkurDeria / MFT

Pytorch implementation of Multimodal Fusion Transformer for Remote Sensing Image Classification.
186 stars 20 forks source link

final results visualization #7

Closed tyust-dayu closed 3 months ago

tyust-dayu commented 10 months ago

Can you tell me how the final visualisation was done, similar to the final visualisation in Figure 9, thank you very much! Can you provide me with your code, I would greatly appreciate it!

image

AnkurDeria commented 10 months ago

You let the model classify the background pixels (no gt pixels) into the classes it was trained on by passing the entire image, including the background pixels. Then you assign a separate color to each class.

HandsomebrotherA commented 3 months ago

Hello, thank you for your generosity open source, do you have any code, I tried several times and couldn't make a visualization that works as well as yours

AnkurDeria commented 3 months ago

Kindly take a look at this repository: https://github.com/swalpa/Classification-of-Hyperspectral-Image