<?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 James, in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Classid-Labels/m-p/1179225#M17869</link>
    <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;You should be able to search the internet for the associated labels and annotation files. But labels and annotation are not associated with the models, they are associated with the dataset which was used to train the models, for instance, Coco, ImageNet, etc...&lt;/P&gt;&lt;P&gt;Well, OpenVINO doesn't&amp;nbsp;ship with labels file for all supported models, so, for example, you can&amp;nbsp;pull the ILSVRC2012 sysnset_words.txt from&amp;nbsp;&lt;A href="http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz"&gt;http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz&lt;/A&gt;&amp;nbsp;and rename&amp;nbsp;it as googlenet-v1.labels. Note that the ILSVRC2012 synset_words.txt won't work for GoogLeNet V2 since V2 was trained on ILSVRC2015, you'd have to fetch the 2015 labels file when running GoogLeNet V2.&lt;/P&gt;&lt;P&gt;You have to run the classification sample with --lables option followed by the lables file downloaded from respective sites.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 11:36:06 GMT</pubDate>
    <dc:creator>HemanthKum_G_Intel</dc:creator>
    <dc:date>2019-07-09T11:36:06Z</dc:date>
    <item>
      <title>Classid Labels</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Classid-Labels/m-p/1179224#M17868</link>
      <description>&lt;P&gt;New to the compute stick.&amp;nbsp; I've been using the google coral and jetson nano.&lt;/P&gt;&lt;P&gt;I was running the alexnet and googlenet caffe model and got outputs with no labels.&amp;nbsp; Is there a list somewhere or a way to input labels?&lt;/P&gt;&lt;P&gt;googlenet&lt;/P&gt;&lt;P&gt;classid probability&lt;BR /&gt;------- -----------&lt;BR /&gt;616 &amp;nbsp; &amp;nbsp; 0.4355762 &amp;nbsp;&lt;BR /&gt;50 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1069827 &amp;nbsp;&lt;BR /&gt;836 &amp;nbsp; &amp;nbsp; 0.0557207 &amp;nbsp;&lt;BR /&gt;36 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0534245 &amp;nbsp;&lt;BR /&gt;429 &amp;nbsp; &amp;nbsp; 0.0518655 &amp;nbsp;&lt;BR /&gt;494 &amp;nbsp; &amp;nbsp; 0.0363212 &amp;nbsp;&lt;BR /&gt;452 &amp;nbsp; &amp;nbsp; 0.0321387 &amp;nbsp;&lt;BR /&gt;544 &amp;nbsp; &amp;nbsp; 0.0257031 &amp;nbsp;&lt;BR /&gt;600 &amp;nbsp; &amp;nbsp; 0.0205605 &amp;nbsp;&lt;BR /&gt;772 &amp;nbsp; &amp;nbsp; 0.0144706&amp;nbsp;&lt;/P&gt;&lt;P&gt;alexnet&lt;/P&gt;&lt;P&gt;classid probability&lt;BR /&gt;------- -----------&lt;BR /&gt;88 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.9810570 &amp;nbsp;&lt;BR /&gt;12 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0157526 &amp;nbsp;&lt;BR /&gt;7 &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0009286 &amp;nbsp;&lt;BR /&gt;90 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0009172 &amp;nbsp;&lt;BR /&gt;14 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0005626 &amp;nbsp;&lt;BR /&gt;136 &amp;nbsp; &amp;nbsp; 0.0002139 &amp;nbsp;&lt;BR /&gt;92 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0001659 &amp;nbsp;&lt;BR /&gt;129 &amp;nbsp; &amp;nbsp; 0.0001552 &amp;nbsp;&lt;BR /&gt;91 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0000463 &amp;nbsp;&lt;BR /&gt;17 &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0000393 &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 09:19:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Classid-Labels/m-p/1179224#M17868</guid>
      <dc:creator>JVond</dc:creator>
      <dc:date>2019-07-08T09:19:20Z</dc:date>
    </item>
    <item>
      <title>Hi James,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Classid-Labels/m-p/1179225#M17869</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;You should be able to search the internet for the associated labels and annotation files. But labels and annotation are not associated with the models, they are associated with the dataset which was used to train the models, for instance, Coco, ImageNet, etc...&lt;/P&gt;&lt;P&gt;Well, OpenVINO doesn't&amp;nbsp;ship with labels file for all supported models, so, for example, you can&amp;nbsp;pull the ILSVRC2012 sysnset_words.txt from&amp;nbsp;&lt;A href="http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz"&gt;http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz&lt;/A&gt;&amp;nbsp;and rename&amp;nbsp;it as googlenet-v1.labels. Note that the ILSVRC2012 synset_words.txt won't work for GoogLeNet V2 since V2 was trained on ILSVRC2015, you'd have to fetch the 2015 labels file when running GoogLeNet V2.&lt;/P&gt;&lt;P&gt;You have to run the classification sample with --lables option followed by the lables file downloaded from respective sites.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 11:36:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Classid-Labels/m-p/1179225#M17869</guid>
      <dc:creator>HemanthKum_G_Intel</dc:creator>
      <dc:date>2019-07-09T11:36:06Z</dc:date>
    </item>
  </channel>
</rss>

