Skip to content
New issue

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

Multichannel images #9

Open
sebbelese opened this issue Apr 23, 2024 · 3 comments
Open

Multichannel images #9

sebbelese opened this issue Apr 23, 2024 · 3 comments

Comments

@sebbelese
Copy link

sebbelese commented Apr 23, 2024

Hello,

It seems that the examples focus on 3 channel images.

Is semantic segmentation expected to work on multichannel images, and is there an example on that?

I know that mmsegmentation has LoadSingleRSImageFromFile, but I wonder if there would be any specific limitation associated with MTP? How to handle pre-trained weights?

Thanks!

@DotWang
Copy link
Collaborator

DotWang commented Apr 25, 2024

@sebbelese Theoretically, when in finetuning, the MTP weights can be used to understand any RS images, including multichannel images, even if MTP is not related to the spectral attribute.

To perform this with MMseg, you need to manually define all related operations in the pipeline, rather than only changing LoadSingleRSImageFromFile.

We have not presented related examples since they beyond the scope of this project.

@sebbelese
Copy link
Author

sebbelese commented Apr 26, 2024

Thanks for your reply.

By updating the dataloader and some parameters in the config file for model/preprocessing, I can run rvsa-l on on a semantic segmentation task with 13-channel input images. Initial results seem OK; I will wait for a longer training and see how it compare with other methods.

@chartgod
Copy link

Is it possible to perform the Semantic change detection function?
If possible, can you tell me what to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants