Skip to content
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

Removed domain shift experiment for SpaceNet 7 #106

Merged
merged 1 commit into from
Oct 25, 2024
Merged
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
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