Skip to content

add finetuning config with helios for forest loss driver classification #147

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

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/forest_loss_driver_prediction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
env:
EXTRA_ARGS: |
[
"--pred_pipeline_config",
"rslp/forest_loss_driver/inference/config/forest_loss_driver_predict_pipeline_config.yaml",
"--integrated_config",
"rslp/forest_loss_driver/config/forest_loss_driver_predict_pipeline_config.yaml",
]
CLUSTERS: |
["ai2/jupiter-cirrascale-2"]
Expand Down
23 changes: 23 additions & 0 deletions data/forest_loss_driver/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Dataset Versions
----------------

- 20240912: original version of dataset.
- 20250424: fix point labels so that they are contained within the window. This is both
for compatibility with ES Studio and because new version of rslearn VectorFormat only
loads features within the window bounds.
- 20250429: remove Planet images and replace Sentinel-2 L1C images with L2A images from
Planetary Computer which are stored as GeoTIFFs.
- 20250514: like 20250424 (with Sentinel-2 L1C images + Planet images) but put the
polygon in the GeoJSON instead of the point (so when we import to ES Studio it shows
up nicely with the forest loss polygon) and update items.json to include the best_X
layers (so that the timestamps appear for those layers in ES Studio).
- 20250605: keep the Planet images but get 6 pre and 6 post Sentinel-2 L2A, Sentinel-1,
and Landsat images from Planetary Computer and AWS.


Dataset Configurations
----------------------

- config.json: current inference config that uses RGB PNGs.
- config_ms.json: corresponds to dataset 20250429, it gets L2A images with all bands
stored as GeoTIFF.
Loading
Loading