<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Compile Deeplab in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645892#M1646</link>
    <description>&lt;P&gt;I meet the same problem，Do you solve these problems？&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2018 16:06:35 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-06-05T16:06:35Z</dc:date>
    <item>
      <title>Compile Deeplab</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645891#M1645</link>
      <description>&lt;P&gt;I’m trying to compile the frozen graph for deeplab from tensorflow models, in particular, the   mobilenetv2_coco_voc_trainval variant. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the input and output from tensorboard and tried compiling with the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mvNCCompile frozen_graph.pb -s 12 -in=ImageTensor -on SemanticPredictions -is 513 513 -o deeplab.pb &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this returned the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;shape: (1, ?, ?, 3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Traceback (most recent call last):&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "/usr/local/bin/mvNCCompile", line 156, in &lt;P&gt;&amp;nbsp;&lt;/P&gt;    create_graph(args.network, args.inputnode, args.outputnode, args.outfile, args.nshaves, args.inputsize, args.weights, args.explicit_concat, args.ma2480, args.scheduler, args)&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "/usr/local/bin/mvNCCompile", line 137, in create_graph&lt;P&gt;&amp;nbsp;&lt;/P&gt;    load_ret = load_network(args, parser, myriad_config)&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "/usr/local/bin/ncsdk/Controllers/&lt;A href="http://Scheduler.py"&gt;Scheduler.py&lt;/A&gt;", line 82, in load_network&lt;P&gt;&amp;nbsp;&lt;/P&gt;    parse_ret = parse_tensor(arguments, myriad_conf)&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "/usr/local/bin/ncsdk/Controllers/&lt;A href="http://TensorFlowParser.py"&gt;TensorFlowParser.py&lt;/A&gt;", line 259, in parse_tensor&lt;P&gt;&amp;nbsp;&lt;/P&gt;    input_data = np.random.uniform(0, 1, shape)&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "mtrand.pyx", line 1307, in mtrand.RandomState.uniform&lt;P&gt;&amp;nbsp;&lt;/P&gt;  File "mtrand.pyx", line 242, in mtrand.cont2_array_sc&lt;P&gt;&amp;nbsp;&lt;/P&gt;TypeError: index returned non-int (type NoneType)&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 08:11:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645891#M1645</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-05-18T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Deeplab</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645892#M1646</link>
      <description>&lt;P&gt;I meet the same problem，Do you solve these problems？&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 16:06:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645892#M1646</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-05T16:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Deeplab</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645893#M1647</link>
      <description>&lt;P&gt;@rosenblat Can you provide a link to the model?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 02:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645893#M1647</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-07T02:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Deeplab</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645894#M1648</link>
      <description>&lt;P&gt;@Tome_at_Intel deeplap link:&lt;A href="https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/model_zoo.md"&gt;https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/model_zoo.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I use mobilenet V2</description>
      <pubDate>Thu, 07 Jun 2018 14:11:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645894#M1648</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-07T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Deeplab</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645895#M1649</link>
      <description>&lt;P&gt;@zhanghanbin3159 Unfortunately at the moment, the NCSDK doesn't have support for semantic image segmentation. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 03:31:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645895#M1649</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-12T03:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Deeplab</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645896#M1650</link>
      <description>&lt;P&gt;@Tome_at_Intel do you have an ETA of NCSDK support for semantic image segmentation?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 15:39:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Compile-Deeplab/m-p/645896#M1650</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-11-21T15:39:05Z</dc:date>
    </item>
  </channel>
</rss>

