Skip to content

Commit

Permalink
updated sar band names
Browse files Browse the repository at this point in the history
  • Loading branch information
RituYadav92 authored Nov 11, 2024
1 parent bd48acc commit 5668035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/dataset/biomassters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root_path: ./data/Biomassters
download_url:
auto_download: False
img_size: 256
temp: 6 #6 (select month to use if single temporal (multi_temp : 1))
temp: 6 #6 (select month to use if single temporal (multi_temporal : 1))
multi_temporal: 12
multi_modal: True

Expand Down Expand Up @@ -35,12 +35,12 @@ bands:
- B12
- CLP
sar:
- ASC_VV
- ASC_VH
- VV #set band name to match the input band name of the model e.g. VV for CROMA, ASC_VV for DOFA
- VH #set band name to match the input band name of the model e.g. VH for CROMA, ASC_VH for DOFA
- DSC_VV
- DSC_VH

# TODO: fix the normalization
# TODO: add mean and std normalization values
data_mean:
optical: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
sar: [0, 0, 0, 0]
Expand Down

0 comments on commit 5668035

Please sign in to comment.