MFT icon indicating copy to clipboard operation
MFT copied to clipboard

final results visualization

Open tyust-dayu opened this issue 1 year ago • 1 comments

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

tyust-dayu avatar Jan 10 '24 03:01 tyust-dayu

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.

AnkurDeria avatar Jan 11 '24 03:01 AnkurDeria

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

HandsomebrotherA avatar Aug 01 '24 21:08 HandsomebrotherA

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

AnkurDeria avatar Aug 01 '24 21:08 AnkurDeria