Open killian31 opened 5 months ago
Hello!
We are evaluating Satlas with our own data containing 4 bands (R, G, B, NIR) and adding a 4th band as input to the segmentation head does give better results. We are using this branch for now, but it would help us a lot if this could be added to your repo! Could you maybe think about it?
Thank you, Killian
Hello!
We are evaluating Satlas with our own data containing 4 bands (R, G, B, NIR) and adding a 4th band as input to the segmentation head does give better results. We are using this branch for now, but it would help us a lot if this could be added to your repo! Could you maybe think about it?
Thank you, Killian
Hi, very interested by both changes proposed here by @killian31 :
ignore_index
is essential for us to streamline the non-wanted pixels (no data, clouds, etc...)thanks! 💯
Contents
This PR brings two features:
ignore_index
argument for ignoring a value (e.g. no-data value) while computing the cross entropy lossExemple Usage