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

expand to multi-band images #3

Open
SuzannaLin opened this issue Dec 13, 2021 · 1 comment
Open

expand to multi-band images #3

SuzannaLin opened this issue Dec 13, 2021 · 1 comment

Comments

@SuzannaLin
Copy link

Is it possible to expand the model to train on multi-band (RGBNIR) images instead of just the RED/NIR band?

@diegovalsesia
Copy link
Owner

Currently, the model is designed for a single band. It can be extended to multiband in a simple way, by changing the number of input channels in the first convolution (line 108 in model.py).

Notice that this is not necessarily the best way of creating a multiband model. We are going to work on that in the future.

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

2 participants