DeepLab: Deep Labelling for Semantic Image Segmentation
DeepLab是用于语义图像分割的深度学习模型,其目的是将输入图像的每个像素分配给语义标签(例如:人、狗、猫等)。
例如:
示例一
示例二
TensorFlow官方实现:
https://github.com/tensorflow/models/tree/master/research/deeplab
测试方式
1、依次运行@title Imports和@title Helper methods两个cell
2、选择模型
选择模型
3、运行测试图片,可以直接运行测试图片image1、image2、image3,或者填入图片的URL地址
测试
网友评论