提交 0090fd66 编写于 作者: C chenguowei01

update deeplab.py

上级 dab7cd30
......@@ -271,8 +271,7 @@ def deeplabv3p(img, num_classes):
data, decode_shortcut = resnet_vd(img)
else:
raise Exception(
"deeplab only support xception, mobilenet, resnet and resnet_vd backbone"
)
"deeplab only support xception, mobilenet, and resnet_vd backbone")
# 编码器解码器设置
cfg.MODEL.DEFAULT_EPSILON = 1e-5
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册