Skip to content

Conversation

yawenzzzz
Copy link
Collaborator

@yawenzzzz yawenzzzz commented Sep 18, 2025

Create datasets for three provinces in Mozambique, Initial runs using S1 + S2

init_args:
size: 4
mode: "center"
image_selectors: ["sentinel2_l2a", "sentinel1", "target/crop_type_classification/classes", "target/crop_type_classification/valid"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense that we need to pad (or crop) both the inputs and the targets - the naming convention for the targets here is confusing to me.

init_args:
band_names:
sentinel2_l2a: ["B02", "B03", "B04", "B08", "B05", "B06", "B07", "B8A", "B11", "B12", "B01", "B09"]
train_config:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these keys are necessary for ES run? Could we get rid of everything under "task"?

patch_size: 1
decoders:
crop_type_classification:
- class_path: rslp.crop.kenya_nandi.train.SegmentationPoolingDecoder
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gabrieltseng just a heads-up: I merged the Nandi esrun PR and reorganized the folders, it’s better not to keep all Ag/LULC projects under crop folder. You’ll need to update your import here to rslp.nandi.train.SegmentationPoolingDecoder instead of rslp.crop.kenya_nandi.train.SegmentationPoolingDecoder, and you can move the mozambique folder directly under esrun_data and rslp to align with the data/helios structure. Let me know if you hit any issues and I can help fix.

"max_matches": 12
},
"sort_by": "eo:cloud_cover",
"time_offset": "-180d"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Growing season is October - July. This is the date range for which the labels are relevant.

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

Successfully merging this pull request may close these issues.

3 participants