-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
309cd91
commit 9741062
Showing
24 changed files
with
107 additions
and
115 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 |
---|---|---|
@@ -1,25 +1,26 @@ | ||
num_workers: 0 | ||
mean: | ||
R: 122.675 | ||
G: 116.669 | ||
B: 104.008 | ||
image: | ||
mean: | ||
R: 122.675 | ||
G: 116.669 | ||
B: 104.008 | ||
size: | ||
train: 321 | ||
test: 513 | ||
dataset: | ||
voc: | ||
name: Pascal VOC 2012 | ||
root: | ||
label_list: /Users/kazuto1011/Desktop/voc-labels.txt | ||
init_model: ./MS_DeepLab_resnet_pretrained_COCO_init.pth | ||
init_model: ./data/models/MS_DeepLab_resnet_pretrained_COCO_init.pth | ||
ignore_label: 255 | ||
rows: 513 | ||
cols: 513 | ||
n_classes: 21 | ||
trained_model: ./MS_DeepLab_resnet_trained_VOC.pth | ||
cocostuff: | ||
name: COCO Stuff 10k | ||
root: /Users/kazuto1011/Desktop/cocostuff-10k-v1.1 | ||
label_list: /Users/kazuto1011/Desktop/cocostuff-10k-v1.1/cocostuff-labels.txt | ||
init_model: ./MS_DeepLab_resnet_pretrained_COCO_init.pth | ||
init_model: ./data/models/MS_DeepLab_resnet_pretrained_COCO_init.pth | ||
ignore_label: 0 | ||
rows: 513 | ||
cols: 513 | ||
n_classes: 183 | ||
classes: | ||
trained_model: None |
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 @@ | ||
*.png | ||
*.jpg |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
File renamed without changes.
Empty file.
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
File renamed without changes.
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 @@ | ||
from libs.models.deeplab import DeepLab |
File renamed without changes.
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 @@ | ||
from libs.utils.loss import CrossEntropyLoss2d | ||
from libs.utils.lr_scheduler import poly_lr_scheduler |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 was deleted.
Oops, something went wrong.