Skip to content

Commit

Permalink
Merge pull request #106 from yurujaja/sn7_cleanup
Browse files Browse the repository at this point in the history
Removed domain shift experiment for SpaceNet 7
  • Loading branch information
yurujaja authored Oct 25, 2024
2 parents 102c575 + 038ba7a commit 5ac49ab
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 96 deletions.
2 changes: 1 addition & 1 deletion configs/dataset/spacenet7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ download_url: https://drive.google.com/uc?id=1BADSEjxYKFZZlM-tEkRUfHvHi5XdaVV9
auto_download: True

img_size: 256 # the image size is used to tile the SpaceNet 7 images (1024, 1024)
domain_shift: False
domain_shift: True
# parameters for within-scene splits (no domain shift)
i_split: 768
j_split: 512
Expand Down
45 changes: 0 additions & 45 deletions configs/dataset/spacenet7_domainshift.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion configs/dataset/spacenet7cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ download_url: https://drive.google.com/uc?id=1BADSEjxYKFZZlM-tEkRUfHvHi5XdaVV9
auto_download: True

img_size: 256 # the image size is used to tile the SpaceNet 7 images (1024, 1024)
domain_shift: False
domain_shift: True
# parameters for within-scene splits (no domain shift)
i_split: 768
j_split: 512
Expand Down
48 changes: 0 additions & 48 deletions configs/dataset/spacenet7cd_domainshift.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion configs/task/change_detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trainer:
ckpt_interval: 20
eval_interval: 5
log_interval: 5
best_metric_key: IoU
best_metric_key: mIoU
use_wandb: ${use_wandb}

evaluator:
Expand Down

0 comments on commit 5ac49ab

Please sign in to comment.