未验证 提交 1e11450e 编写于 作者: M MRXLT 提交者: GitHub

Merge pull request #591 from wangjiawei04/mobilenet

add mobilenet_cityspaces for image seg
......@@ -25,7 +25,9 @@ class ServingModels(object):
self.model_dict["SemanticRepresentation"] = ["ernie_base"]
self.model_dict["ChineseWordSegmentation"] = ["lac"]
self.model_dict["ObjectDetection"] = ["faster_rcnn", "yolov3"]
self.model_dict["ImageSegmentation"] = ["unet", "deeplabv3"]
self.model_dict["ImageSegmentation"] = [
"unet", "deeplabv3", "mobilenet_cityspaces"
]
self.model_dict["ImageClassification"] = [
"resnet_v2_50_imagenet", "mobilenet_v2_imagenet"
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册