-
Notifications
You must be signed in to change notification settings - Fork 302
Conversation
I pretrained PSP's feature extractor with ImageNet. top 1 error: 21.45 code I used weights |
Bugs I found
|
ee6ea7c
to
aa64842
Compare
a377686
to
378c3ca
Compare
Goal: 77.9 (https://github.com/holyseven/PSPNet-TF-Reproduce) Cityscapes: mIoU 0.7391 8f72cb7 mIoU: 0.7515 1e9953d ( |
492b84e
to
4c582d7
Compare
4c582d7
to
b60f3f5
Compare
b633940
to
cf6d8da
Compare
'ade20k': { | ||
'param': {'n_class': 150, 'input_size': (473, 473)}, | ||
'url': 'https://chainercv-models.preferred.jp/' | ||
'pspnet_resnet101_ade20k_trained_2018_12_23.npz', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about updating this block?
chainercv/chainercv/experimental/links/model/pspnet/pspnet.py
Lines 131 to 138 in f43f891
* :obj:`'cityscapes'`: Load weights trained on the train split of \ | |
Cityscapes dataset. \ | |
:obj:`n_class` must be :obj:`19` or :obj:`None`. | |
* :obj:`'imagenet'`: Load ImageNet pretrained weights for \ | |
the extractor. | |
* `filepath`: A path of npz file. In this case, :obj:`n_class` \ | |
must be specified properly. | |
* :obj:`None`: Do not load weights. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it
Merge after #749Merge after #743