Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Pytorch-Encoding
Commits
abcee3c9
Unverified
Commit
abcee3c9
authored
Sep 26, 2018
by
Hang Zhang
Committed by
GitHub
Sep 26, 2018
Browse files
patch (#125)
parent
f8919197
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/experiments/segmentation.rst
docs/source/experiments/segmentation.rst
+2
-0
encoding/models/model_zoo.py
encoding/models/model_zoo.py
+0
-2
No files found.
docs/source/experiments/segmentation.rst
View file @
abcee3c9
...
...
@@ -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
...
...
encoding/models/model_zoo.py
View file @
abcee3c9
...
...
@@ -3,7 +3,6 @@
from
.fcn
import
*
from
.psp
import
*
from
.encnet
import
*
from
.deeplab
import
*
__all__
=
[
'get_model'
]
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment