<?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: Hello Classification C++ modification in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1416134#M28308</link>
    <description>&lt;P&gt;Hi Wan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have attached the C++ file, most things are the same as the Hello Classification example but some arguments have been added . Once compiled the usage should be as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`./hello_classification &amp;lt;model_root_path&amp;gt; &amp;lt;model_name&amp;gt; &amp;lt;tensor_file_path&amp;gt; &amp;lt;tensor_height&amp;gt; &amp;lt;tensor_width&amp;gt; &amp;lt;precision&amp;gt; &amp;lt;device&amp;gt;`&lt;/P&gt;
&lt;P&gt;eg. `./hello_classification public/mobilenet-v2/FP32 mobilenet-v2 tensor-1x224x224x3-f32.bgr 224 224 f32 CPU`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do let me know if any other information will help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Omkar&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 03:56:14 GMT</pubDate>
    <dc:creator>Omkar2</dc:creator>
    <dc:date>2022-09-21T03:56:14Z</dc:date>
    <item>
      <title>Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1415505#M28292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I was following this &lt;A href="https://docs.openvino.ai/latest/openvino_inference_engine_samples_hello_classification_README.html#doxid-openvino-inference-engine-samples-hello-classification-r-e-a-d-m-e" target="_self"&gt;Hello Classification C++ example&amp;nbsp;&lt;/A&gt;&amp;nbsp;and rather than reading a raw image, wanted to read an already saved tensor file eg. &lt;A href="https://github.com/intel/openvino-rs/blob/main/crates/openvino/tests/fixtures/alexnet/tensor-1x3x227x227-f32.bgr" target="_self"&gt;this file&lt;/A&gt; &amp;nbsp;(this is from an &lt;A href="https://bytecodealliance.org/articles/using-wasi-nn-in-wasmtime" target="_self"&gt;example&lt;/A&gt; about using wasi-nn and uses this &lt;A href="https://github.com/intel/openvino-rs/tree/main/crates/openvino-tensor-converter" target="_self"&gt;tool&lt;/A&gt;&amp;nbsp;to convert image into a tensor file) and perform the inference.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="inherit"&gt;I tried changing the&lt;/FONT&gt;&lt;FONT face="inherit"&gt;&amp;nbsp;lines 515-60 in this &lt;A href="https://github.com/openvinotoolkit/openvino/blob/939f1e77f0b869cff2aff0c7f98a99bde799cfe5/samples/cpp/hello_classification/main.cpp#L55" target="_self"&gt;code&lt;/A&gt; to the following (basically reading raw bytes of the file and create the Tensor object):&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Omkar2_0-1663553767685.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/33428iAD22D83B17265D89/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Omkar2_0-1663553767685.png" alt="Omkar2_0-1663553767685.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But on running this it just gives a &lt;STRONG&gt;Segmentation Fault&lt;/STRONG&gt; at this step&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Omkar2_2-1663554258279.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/33430i3C76E7845C6EA104/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Omkar2_2-1663554258279.png" alt="Omkar2_2-1663554258279.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Weirdly, I tried to do a similar thing in &lt;A href="https://github.com/openvinotoolkit/openvino/blob/master/samples/python/hello_classification/hello_classification.py" target="_self"&gt;Python&lt;/A&gt; (as shown below) and it works perfectly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Omkar2_1-1663553855925.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/33429iFD1483061AF767C4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Omkar2_1-1663553855925.png" alt="Omkar2_1-1663553855925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any suggestions on how I can go about making it work?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 02:25:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1415505#M28292</guid>
      <dc:creator>Omkar2</dc:creator>
      <dc:date>2022-09-19T02:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1415843#M28299</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Omkar2,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for reaching out to us.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I’ve validated &lt;A href="https://github.com/openvinotoolkit/openvino/tree/master/samples/python/hello_classification#hello-classification-python-sample-openvino_inference_engine_ie_bridges_python_sample_hello_classification_readme" target="_self"&gt;Hello Classification Python Sample&lt;/A&gt; by loading &lt;A href="https://github.com/intel/openvino-rs/blob/main/crates/openvino/tests/fixtures/alexnet/tensor-1x3x227x227-f32.bgr" target="_self"&gt;image file (tensor format)&lt;/A&gt; as input data. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wan_Intel_0-1663651184716.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/33477iA3423E2C665306D9/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Wan_Intel_0-1663651184716.png" alt="Wan_Intel_0-1663651184716.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please share your C++ inference script with us for replication purposes?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 05:20:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1415843#M28299</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2022-09-20T05:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1416134#M28308</link>
      <description>&lt;P&gt;Hi Wan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have attached the C++ file, most things are the same as the Hello Classification example but some arguments have been added . Once compiled the usage should be as follows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`./hello_classification &amp;lt;model_root_path&amp;gt; &amp;lt;model_name&amp;gt; &amp;lt;tensor_file_path&amp;gt; &amp;lt;tensor_height&amp;gt; &amp;lt;tensor_width&amp;gt; &amp;lt;precision&amp;gt; &amp;lt;device&amp;gt;`&lt;/P&gt;
&lt;P&gt;eg. `./hello_classification public/mobilenet-v2/FP32 mobilenet-v2 tensor-1x224x224x3-f32.bgr 224 224 f32 CPU`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do let me know if any other information will help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Omkar&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 03:56:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1416134#M28308</guid>
      <dc:creator>Omkar2</dc:creator>
      <dc:date>2022-09-21T03:56:14Z</dc:date>
    </item>
    <item>
      <title>Re:Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1416451#M28318</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Hi Omkar2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Thanks for sharing your information with us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;We encountered the same issue when running your custom Hello Classification C++ sample. We’re investigating this issue and we’ll get back to you at the earliest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2022 02:31:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1416451#M28318</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2022-09-22T02:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1417544#M28340</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Hi Omkar2,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Thank you for your patience, we do suggest to change &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;infer_request.set_input_tensor(input_tensor)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt; in &lt;/SPAN&gt;&lt;A style="font-family: Helvetica, sans-serif; font-size: 16px;" href="https://github.com/openvinotoolkit/openvino/blob/2022.1.0/samples/cpp/hello_classification/main.cpp#L107" target="_blank" rel="noopener noreferrer"&gt;Step 7&lt;/A&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;infer_request.get_input_tensor()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt; while importing the tensor file.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;ov::InferRequest&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt; allows you to get input/output tensors by tensor name, index, port, and without any arguments, if a model has only one input or output. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Additional information can be obtained in &lt;/SPAN&gt;&lt;A style="font-family: Helvetica, sans-serif; font-size: 16px;" href="https://docs.openvino.ai/latest/openvino_docs_OV_UG_Infer_request.html" target="_blank" rel="noopener noreferrer"&gt;OpenVINO™ Inference Request&lt;/A&gt;&lt;SPAN&gt;. Thank you.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/33679iA8F2E2178C415AA5/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="8.png" alt="8.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Wan&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 05:06:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1417544#M28340</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2022-09-27T05:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1417759#M28343</link>
      <description>&lt;P&gt;Hi Wan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for getting back. I didn't quite understand how get_input_tensor() helps when we need to give our input tensor.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you could share the code (main.cpp) that you used to make this work with the tensor file, it would be really helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Omkar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 20:29:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1417759#M28343</guid>
      <dc:creator>Omkar2</dc:creator>
      <dc:date>2022-09-27T20:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1417834#M28348</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Hi Omkar,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;You may refer to the main.cpp file that we've attached to this post. Hope it helps.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Wan&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 02:59:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1417834#M28348</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2022-09-28T02:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1418944#M28363</link>
      <description>&lt;P&gt;Hi Wan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The get_input_tensor() definitely doesn't work (as it a getter method). The model just uses some default tensor value and produces the output, if you use another tensor file it will produce the same results (see the screenshots below as tested).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do let me know if there is any solution to fix the set_input_tensor method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Omkar&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 02:22:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1418944#M28363</guid>
      <dc:creator>Omkar2</dc:creator>
      <dc:date>2022-10-03T02:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1418958#M28364</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;Hi Omkar2,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;Thanks for your information.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;We encountered the same issue as you when using the &lt;FONT face="courier new,courier"&gt;get_input_tensor()&lt;/FONT&gt; with another image as an input. We're investigating this issue and we'll update you at the earliest.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gg.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/33825i93796BDA4705F309/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="gg.png" alt="gg.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;Wan&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 04:11:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1418958#M28364</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2022-10-03T04:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1419583#M28373</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Hi Okmar2,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Thanks for your patience.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;Segmentation fault&lt;/FONT&gt; is a specific kind of error caused by accessing memory, there is a discussion on &lt;FONT face="courier new,courier"&gt;segmentation fault&lt;/FONT&gt; can be found in&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-size: 16px;" href="https://stackoverflow.com/questions/2346806/what-is-a-segmentation-fault/2346849#2346849" target="_blank" rel="noopener noreferrer"&gt;https://stackoverflow.com/questions/2346806/what-is-a-segmentation-fault/2346849#2346849&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;It is suggested to remove &lt;FONT face="courier new,courier"&gt;"&amp;amp;"&lt;/FONT&gt; in &lt;FONT face="courier new,courier"&gt;ov::Tensor input_tensor = ov::Tensor(input_type, input_shape, data);&lt;/FONT&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;The &lt;FONT face="courier new,courier"&gt;"&amp;amp;"&lt;/FONT&gt; may be one of the reasons caused the &lt;FONT face="courier new,courier"&gt;segmentation fault&lt;/FONT&gt; error previously.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="good.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/33894i59273B7570F1FF21/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="good.png" alt="good.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Wan&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 04:25:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1419583#M28373</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2022-10-05T04:25:24Z</dc:date>
    </item>
    <item>
      <title>Re:Hello Classification C++ modification</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1421570#M28407</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Hi Omkar2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Thanks for your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;This thread will no longer be monitored since we have provided information.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;If you need any additional information from Intel, please submit a new question. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 16px;"&gt;Wan&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2022 07:09:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Hello-Classification-C-modification/m-p/1421570#M28407</guid>
      <dc:creator>Wan_Intel</dc:creator>
      <dc:date>2022-10-13T07:09:27Z</dc:date>
    </item>
  </channel>
</rss>

