Skip to content

Predictions using Change Detection Model #2155

Answered by AdeelH
rogarmu8 asked this question in Q&A
Discussion options

You must be logged in to vote

The stats transformer does not change the number of channels; it just normalizes the pixel values.

What you can do instead is train your model on just the RGB channels. When defining the raster sources in your training code, pass channel_order=[3, 2, 1]. This corresponds to the red, green, and blue channels in the 13-band images.

Also keep in mind that the images in the OSCD dataset are Sentinel-2 images. A model trained on those images will work best on other Sentinel-2 images. If you feed in images from a different satellite that have a different resolution, you will likely not get very good results.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@rogarmu8
Comment options

@rogarmu8
Comment options

@AdeelH
Comment options

Answer selected by rogarmu8
@rogarmu8
Comment options

@AdeelH
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants