-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* challenge evaluation script * challenge set zip * updates * adding attributes * model small * formatting
- Loading branch information
Showing
22 changed files
with
14,646 additions
and
8,652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dataset/challenge_set.zip filter=lfs diff=lfs merge=lfs -text | ||
logs/sviewds_public_baseline/model_best.pkl filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
MODEL: | ||
ARCHITECTURE: "DeepLabv3" | ||
NUM_CLASSES: 21 | ||
LOSS: "cross_entropy" | ||
SEGMENTATION_LOSS: True | ||
LOSS_FUNCTION: "loss_fn_seg" | ||
LOSS_WEIGHT_BACKGROUND: 0.5 | ||
|
||
INPUT: | ||
PIXEL_MEAN: [0.485, 0.456, 0.406] | ||
PIXEL_STD: [0.229, 0.224, 0.225] | ||
GENERATED_VIEW_SIZE: [480, 270] | ||
MULTIPLICATIVE_FACTOR: 2 | ||
TRANSFORMS: False | ||
|
||
SOLVER: | ||
OPTIMIZER_NAME: "AdamW" | ||
AMSGRAD: True | ||
BASE_LR: 0.001 | ||
WEIGHT_DECAY: 0.0001 | ||
IMS_PER_BATCH: 14 | ||
WARMUP_ITERS: 3 | ||
STEPS: (40000,) | ||
|
||
TEST: | ||
IMS_PER_BATCH: 1 | ||
WEIGHT: "logs/sviewds_public_baseline/model_best.pkl" | ||
|
||
DATASETS: | ||
TRAIN: "sviewds" | ||
TEST: "challenge" | ||
EVALUATION: True | ||
EVAL_ON: "test" | ||
RUN_METRICS: False | ||
|
||
DATALOADER: | ||
NUM_WORKERS: 8 | ||
|
||
OUTPUT_DIR: "logs/sviewds_public_baseline" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
@author: sherlock | ||
@contact: [email protected] | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ | |
""" | ||
|
||
from torchvision.datasets import MNIST | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.