Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 committed Sep 26, 2018
1 parent f891919 commit abcee3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/experiments/segmentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Test Pre-trained Model
.. _ENC50PC: https://github.com/zhanghang1989/image-data/blob/master/encoding/segmentation/logs/encnet_resnet50_pcontext.log?raw=true
.. _ENC101PC: https://github.com/zhanghang1989/image-data/blob/master/encoding/segmentation/logs/encnet_resnet101_pcontext.log?raw=true
.. _ENC50ADE: https://github.com/zhanghang1989/image-data/blob/master/encoding/segmentation/logs/encnet_resnet50_ade.log?raw=true
.. _ENC101ADE: https://github.com/zhanghang1989/image-data/blob/master/encoding/segmentation/logs/encnet_resnet101_ade.log?raw=true
.. _ENC101VOC: https://github.com/zhanghang1989/image-data/blob/master/encoding/segmentation/logs/encnet_resnet101_voc.log?raw=true


.. raw:: html
Expand Down
2 changes: 0 additions & 2 deletions encoding/models/model_zoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from .fcn import *
from .psp import *
from .encnet import *
from .deeplab import *

__all__ = ['get_model']

Expand Down Expand Up @@ -33,7 +32,6 @@ def get_model(name, **kwargs):
'encnet_resnet101_ade': get_encnet_resnet101_ade,
'fcn_resnet50_ade': get_fcn_resnet50_ade,
'psp_resnet50_ade': get_psp_resnet50_ade,
'deeplab_resnet50_ade': get_deeplab_resnet50_ade,
}
name = name.lower()
if name not in models:
Expand Down

0 comments on commit abcee3c

Please sign in to comment.