<?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 Hi Stav, in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148812#M11956</link>
    <description>&lt;P&gt;Hi Stav,&lt;/P&gt;

&lt;P&gt;Thanks for the understanding. I'd like to push it a bit further ;-)&lt;/P&gt;

&lt;P&gt;What I really wanted is the flexibility that lets a developer change the default number attached to a node. For example, My OpenVX graph has a Gaussian filter to blur an image. In the generated code, that Gaussian node will have a number attached to it.&lt;/P&gt;

&lt;P&gt;Later, I edit my graph via VAD,&amp;nbsp;replace the Gaussian filter with a bilateral filter, make&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;other changes, and re-generate the code&lt;/SPAN&gt;. To be able to easily identify the changed filter, among other changes, I want the same number that was attached to the Gaussian node to now be attached to the bilateral node.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The flexibility to modify the number attached to a node can achieve that. Does that make sense?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;-Robby&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2017 18:26:00 GMT</pubDate>
    <dc:creator>RSun9</dc:creator>
    <dc:date>2017-07-19T18:26:00Z</dc:date>
    <item>
      <title>How to keep the number assigned to a specific node consistent in VAD?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148808#M11952</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I am experimenting my OpenVX graph in VAD, adding nodes one by one, and generating code for the modified graph.&lt;/P&gt;

&lt;P&gt;When I add a new node into my graph, sometimes that causes the node number of an existing one to change. I don't like this unintended change, as it obscures the real change that I made -- the added new node.&lt;/P&gt;

&lt;P&gt;In VAD, Is there a way to keep the numbers assigned to the existing nodes consistent? I tried to manually edit the GraphML ID of a node, but couldn't change it.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Robby&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 19:45:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148808#M11952</guid>
      <dc:creator>RSun9</dc:creator>
      <dc:date>2017-07-17T19:45:11Z</dc:date>
    </item>
    <item>
      <title>Hi Robby,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148809#M11953</link>
      <description>&lt;P&gt;Hi Robby,&lt;/P&gt;

&lt;P&gt;You cannot change the ID- however, you can Change the kernel Name to something that is not obscure,helping you identify it in the code.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;just to make sure i understand, what's currently bothering you is that in the generated code the number attached to the node name changes?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Or is it the GraphML ID that is not presented in the generated code?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Stav&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:39:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148809#M11953</guid>
      <dc:creator>Stav_S_Intel</dc:creator>
      <dc:date>2017-07-18T07:39:32Z</dc:date>
    </item>
    <item>
      <title>Hi Stav,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148810#M11954</link>
      <description>&lt;P&gt;Hi Stav,&lt;/P&gt;

&lt;P&gt;It is the number attached to the node name in the generated code that bothers me. When I make incremental changes in the VAD graph, I want that incremental change to be reflected in the generated code. Changing the number attached to an existing node obscures the actual change.&lt;/P&gt;

&lt;P&gt;-Robby&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 00:00:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148810#M11954</guid>
      <dc:creator>RSun9</dc:creator>
      <dc:date>2017-07-19T00:00:32Z</dc:date>
    </item>
    <item>
      <title>Hi Robby,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148811#M11955</link>
      <description>&lt;P&gt;Hi Robby,&lt;/P&gt;

&lt;P&gt;Yes- i understand and agree.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I will consult with the developing team on how we fix this for future releases.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for helping us improve,&lt;/P&gt;

&lt;P&gt;Stav&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:50:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148811#M11955</guid>
      <dc:creator>Stav_S_Intel</dc:creator>
      <dc:date>2017-07-19T07:50:30Z</dc:date>
    </item>
    <item>
      <title>Hi Stav,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148812#M11956</link>
      <description>&lt;P&gt;Hi Stav,&lt;/P&gt;

&lt;P&gt;Thanks for the understanding. I'd like to push it a bit further ;-)&lt;/P&gt;

&lt;P&gt;What I really wanted is the flexibility that lets a developer change the default number attached to a node. For example, My OpenVX graph has a Gaussian filter to blur an image. In the generated code, that Gaussian node will have a number attached to it.&lt;/P&gt;

&lt;P&gt;Later, I edit my graph via VAD,&amp;nbsp;replace the Gaussian filter with a bilateral filter, make&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;other changes, and re-generate the code&lt;/SPAN&gt;. To be able to easily identify the changed filter, among other changes, I want the same number that was attached to the Gaussian node to now be attached to the bilateral node.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The flexibility to modify the number attached to a node can achieve that. Does that make sense?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;-Robby&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 18:26:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148812#M11956</guid>
      <dc:creator>RSun9</dc:creator>
      <dc:date>2017-07-19T18:26:00Z</dc:date>
    </item>
    <item>
      <title>Hi Robby, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148813#M11957</link>
      <description>&lt;P&gt;Hi Robby,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;We are more than happy to get ideas and suggestions for improvement!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I think it's a great idea as developers will know best how to keep the logic of the numbering in a way that will make sense for them in the generated code.&lt;/P&gt;

&lt;P&gt;I will definetly suggest that as a solution.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Stav&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 09:29:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/How-to-keep-the-number-assigned-to-a-specific-node-consistent-in/m-p/1148813#M11957</guid>
      <dc:creator>Stav_S_Intel</dc:creator>
      <dc:date>2017-07-20T09:29:44Z</dc:date>
    </item>
  </channel>
</rss>

