DeepLab Demo

作者: Funzion | 来源:发表于2018-07-25 15:14 被阅读1次

    DeepLab: Deep Labelling for Semantic Image Segmentation

    DeepLab是用于语义图像分割的深度学习模型,其目的是将输入图像的每个像素分配给语义标签(例如:人、狗、猫等)。

    例如:


    示例一
    示例二

    TensorFlow官方实现:
    https://github.com/tensorflow/models/tree/master/research/deeplab

    官方Demo地址:
    https://colab.sandbox.google.com/github/tensorflow/models/blob/master/research/deeplab/deeplab_demo.ipynb

    测试方式
    1、依次运行@title Imports和@title Helper methods两个cell
    2、选择模型


    选择模型

    3、运行测试图片,可以直接运行测试图片image1、image2、image3,或者填入图片的URL地址


    测试

    相关文章

      网友评论

        本文标题:DeepLab Demo

        本文链接:https://www.haomeiwen.com/subject/ngvpmftx.html