<?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 Thank u. You are right, my in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149576#M12115</link>
    <description>&lt;P&gt;Thank u. You are right, my download location is not US-based, I just tried the download link again and registered I am from US, hhha, it's not working. Can you kindly share an openvino_2019.1.148 full package using google drive?&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2019 12:18:23 GMT</pubDate>
    <dc:creator>Zheng__Rui</dc:creator>
    <dc:date>2019-05-27T12:18:23Z</dc:date>
    <item>
      <title>[ ERROR ] std::bad_alloc when using human_pose_estimation_demo, help!</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149567#M12106</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I firstly convert an .onnx model into .xml and .bin files.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;root@f920ae206f6f:/opt/intel/openvino_2019.1.094/deployment_tools/model_optimize&lt;BR /&gt;r# python3 mo_onnx.py --input_model /data_openvino/model_23.onnx --input_shape [1,3,224,224]&lt;BR /&gt;Model Optimizer arguments:&lt;BR /&gt;Common parameters:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Path to the Input Model: &amp;nbsp;&amp;nbsp; &amp;nbsp;/data_openvino/model_23.onnx&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Path for generated IR: &amp;nbsp;&amp;nbsp; &amp;nbsp;/opt/intel/openvino_2019.1.094/deployment_tools/model_optimizer/.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- IR output name: &amp;nbsp;&amp;nbsp; &amp;nbsp;model_23&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Log level: &amp;nbsp;&amp;nbsp; &amp;nbsp;ERROR&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Batch: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Input layers: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Output layers: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Input shapes: &amp;nbsp;&amp;nbsp; &amp;nbsp;[1,3,224,224]&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Mean values: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Scale values: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Scale factor: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Precision of IR: &amp;nbsp;&amp;nbsp; &amp;nbsp;FP32&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Enable fusing: &amp;nbsp;&amp;nbsp; &amp;nbsp;True&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Enable grouped convolutions fusing: &amp;nbsp;&amp;nbsp; &amp;nbsp;True&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Move mean values to preprocess section: &amp;nbsp;&amp;nbsp; &amp;nbsp;False&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Reverse input channels: &amp;nbsp;&amp;nbsp; &amp;nbsp;False&lt;BR /&gt;ONNX specific parameters:&lt;BR /&gt;Model Optimizer version: &amp;nbsp;&amp;nbsp; &amp;nbsp;2019.1.0-341-gc9b66a2&lt;/P&gt;&lt;P&gt;[ SUCCESS ] Generated IR model.&lt;BR /&gt;[ SUCCESS ] XML file: /opt/intel/openvino_2019.1.094/deployment_tools/model_optimizer/./model_23.xml&lt;BR /&gt;[ SUCCESS ] BIN file: /opt/intel/openvino_2019.1.094/deployment_tools/model_optimizer/./model_23.bin&lt;BR /&gt;[ SUCCESS ] Total execution time: 19.00 seconds.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then, I use the infrence_engine to run the human_pose_estimation_demo&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;root@f920ae206f6f:/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine# /root/inference_engine_samples_build/intel64/Release/human_pose_estimation_demo -i luboshangke.mp4 -m ../model_optimizer/model_23.xml -d CPU&lt;BR /&gt;InferenceEngine:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;API version ............ 1.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Build .................. custom_releases/2019/R1_c9b66a26e4d65bb986bb740e73f58c6e9e84c7c2&lt;BR /&gt;[ INFO ] Parsing input parameters&lt;BR /&gt;[ INFO ] Parsing input parameters: before judge FLAGS_i&lt;BR /&gt;[ INFO ] Parsing input parameters: after judge FLAGS_i&lt;BR /&gt;[ INFO ] Parsing input parameters before return true&lt;BR /&gt;[ INFO ] before huamnposeestimator&amp;nbsp; estimator&lt;BR /&gt;after cap read image&lt;BR /&gt;[ ERROR ] std::bad_alloc&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then,I went to the ./samples/human_pose_estimation_demo/main.cpp and src/human_pose_estimator.cpp, and std::cout some sentences.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;root@f920ae206f6f:/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine# /root/inference_engine_samples_build/intel64/Release/human_pose_estimation_demo -i luboshangke.mp4 -m ../model_optimizer/model_23.xml -d CPU&lt;BR /&gt;InferenceEngine:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;API version ............ 1.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Build .................. custom_releases/2019/R1_c9b66a26e4d65bb986bb740e73f58c6e9e84c7c2&lt;BR /&gt;[ INFO ] Parsing input parameters&lt;BR /&gt;[ INFO ] Parsing input parameters: before judge FLAGS_i&lt;BR /&gt;[ INFO ] Parsing input parameters: after judge FLAGS_i&lt;BR /&gt;[ INFO ] Parsing input parameters before return true&lt;BR /&gt;[ INFO ] before huamnposeestimator&amp;nbsp; estimator&lt;BR /&gt;bin file name../model_optimizer/model_23.bin&lt;BR /&gt;input info0x56353fb35a30&lt;BR /&gt;inputInfo-&amp;gt;getTensorDesc().getDims()[3]224&lt;BR /&gt;inputInfo-&amp;gt;getTensorDesc().getDims()[2]224&lt;BR /&gt;&lt;STRONG&gt;outputInfo:1&lt;/STRONG&gt;&lt;BR /&gt;outputBlobsIt&lt;BR /&gt;after cap read image&lt;BR /&gt;[ ERROR ] std::bad_alloc&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but with the downloaded human-pose-estimation-0001.xml,it is ok,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;root@f920ae206f6f:/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine# /root/inference_engine_samples_build/intel64/Release/human_pose_estimation_demo -i luboshangke.mp4 -m /data_openvino/human-pose-estimation-0001.xml -d CPU&lt;BR /&gt;InferenceEngine:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;API version ............ 1.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Build .................. custom_releases/2019/R1_c9b66a26e4d65bb986bb740e73f58c6e9e84c7c2&lt;BR /&gt;[ INFO ] Parsing input parameters&lt;BR /&gt;[ INFO ] Parsing input parameters: before judge FLAGS_i&lt;BR /&gt;[ INFO ] Parsing input parameters: after judge FLAGS_i&lt;BR /&gt;[ INFO ] Parsing input parameters before return true&lt;BR /&gt;[ INFO ] before huamnposeestimator&amp;nbsp; estimator&lt;BR /&gt;bin file name/data_openvino/human-pose-estimation-0001.bin&lt;BR /&gt;input info0x55e2a09e98c0&lt;BR /&gt;inputInfo-&amp;gt;getTensorDesc().getDims()[3]456&lt;BR /&gt;inputInfo-&amp;gt;getTensorDesc().getDims()[2]256&lt;BR /&gt;&lt;STRONG&gt;outputInfo:2&lt;/STRONG&gt;&lt;BR /&gt;outputBlobsIt&lt;BR /&gt;lallaal&lt;BR /&gt;[ INFO ] after huamnposeestimator&amp;nbsp; estimator&lt;BR /&gt;[ INFO ] after image estimator&lt;BR /&gt;To close the application, press 'CTRL+C' or any key with focus on the output window&lt;BR /&gt;[ INFO ] after render human pose&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what should I do? thank u very much!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 12:11:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149567#M12106</guid>
      <dc:creator>Zheng__Rui</dc:creator>
      <dc:date>2019-05-20T12:11:29Z</dc:date>
    </item>
    <item>
      <title>Dear Zheng, Rui,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149568#M12107</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Zheng, Rui,&lt;/P&gt;&lt;P&gt;As I mentioned in a very similar post on the dldt forum&amp;nbsp;&lt;A href="https://github.com/opencv/dldt/issues/155"&gt;github issue 155&lt;/A&gt;&amp;nbsp;please tell me about the model you are using. Is it a publicly available model or is it a custom model you built ? If it's custom, can you attach it here ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 19:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149568#M12107</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-05-20T19:15:00Z</dc:date>
    </item>
    <item>
      <title>I went to the github https:/</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149569#M12108</link>
      <description>&lt;P&gt;I went to the github&lt;A href="https://github.com/opencv/dldt/issues/155"&gt; https://github.com/opencv/dldt/issues/155&lt;/A&gt; ,&amp;nbsp; I am also it's questioner. I replied it.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 09:01:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149569#M12108</guid>
      <dc:creator>Zheng__Rui</dc:creator>
      <dc:date>2019-05-21T09:01:46Z</dc:date>
    </item>
    <item>
      <title>Dear Zheng, Rui,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149570#M12109</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Zheng, Rui,&lt;/P&gt;&lt;P&gt;OpenVino 2019 R1.1 was just released. Can you kindly give it a try ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 17:29:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149570#M12109</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-05-21T17:29:30Z</dc:date>
    </item>
    <item>
      <title>Hello, I use openvino_2019.1</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149571#M12110</link>
      <description>&lt;P&gt;Hello, I use openvino_2019.1.144, sadly,&amp;nbsp; get the same error.&lt;/P&gt;&lt;P&gt;root@940453dbe675:/opt/intel/openvino_2019.1.144/deployment_tools/model_optimize&lt;BR /&gt;r# &lt;STRONG&gt;python3 mo_onnx.py --input_model /data_openvino/model_23.onnx --input_shape [1,3,224,224]&lt;/STRONG&gt;&lt;BR /&gt;Model Optimizer arguments:&lt;BR /&gt;Common parameters:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Path to the Input Model: &amp;nbsp;&amp;nbsp; &amp;nbsp;/data_openvino/model_23.onnx&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Path for generated IR: &amp;nbsp;&amp;nbsp; &amp;nbsp;/opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- IR output name: &amp;nbsp;&amp;nbsp; &amp;nbsp;model_23&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Log level: &amp;nbsp;&amp;nbsp; &amp;nbsp;ERROR&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Batch: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Input layers: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Output layers: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified, inherited from the model&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Input shapes: &amp;nbsp;&amp;nbsp; &amp;nbsp;[1,3,224,224]&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Mean values: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Scale values: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Scale factor: &amp;nbsp;&amp;nbsp; &amp;nbsp;Not specified&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Precision of IR: &amp;nbsp;&amp;nbsp; &amp;nbsp;FP32&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Enable fusing: &amp;nbsp;&amp;nbsp; &amp;nbsp;True&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Enable grouped convolutions fusing: &amp;nbsp;&amp;nbsp; &amp;nbsp;True&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Move mean values to preprocess section: &amp;nbsp;&amp;nbsp; &amp;nbsp;False&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- Reverse input channels: &amp;nbsp;&amp;nbsp; &amp;nbsp;False&lt;BR /&gt;ONNX specific parameters:&lt;BR /&gt;Model Optimizer version: &amp;nbsp;&amp;nbsp; &amp;nbsp;2019.1.1-83-g28dfbfd&lt;/P&gt;&lt;P&gt;[ SUCCESS ] Generated IR model.&lt;BR /&gt;[ SUCCESS ] XML file: /opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/./model_23.xml&lt;BR /&gt;[ SUCCESS ] BIN file: /opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/./model_23.bin&lt;BR /&gt;[ SUCCESS ] Total execution time: 21.62 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@940453dbe675:/opt/intel/openvino_2019.1.144/deployment_tools/inference_engi&lt;BR /&gt;ne/samples# &lt;STRONG&gt;sudo ./build_samples.sh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;[ 99%] Linking CXX executable ../../intel64/Release/multi-channel-face-detection-demo&lt;BR /&gt;[ 99%] Built target multi-channel-face-detection-demo&lt;BR /&gt;[100%] Linking CXX executable ../../intel64/Release/multi-channel-human-pose-estimation-demo&lt;BR /&gt;[100%] Built target multi-channel-human-pose-estimation-demo&lt;/P&gt;&lt;P&gt;Build completed, you can find binaries for all samples in the /root/inference_engine_samples_build/intel64/Release subfolder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@940453dbe675:/opt/intel/openvino_2019.1.144/deployment_tools# &lt;STRONG&gt;/root/inferen&lt;BR /&gt;ce_engine_samples_build/intel64/Release/human_pose_estimation_demo -i /data_openvino/luboshangke_CUT.mp4 -m ./model_optimizer/model_23.xml -d CPU&lt;/STRONG&gt;&lt;BR /&gt;InferenceEngine:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;API version ............ 1.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Build .................. custom_releases/2019/R1.1_28dfbfdd28954c4dfd2f94403dd8dfc1f411038b&lt;BR /&gt;[ INFO ] Parsing input parameters&lt;BR /&gt;&lt;STRONG&gt;[ ERROR ] std::bad_alloc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@940453dbe675:/opt/intel/openvino_2019.1.144/deployment_tools#&lt;STRONG&gt; /root/inferen&lt;BR /&gt;ce_engine_samples_build/intel64/Release/human_pose_estimation_demo -i /data_openvino/luboshangke_CUT.mp4 -m /data_openvino/graph_opt.xml -d CPU&lt;/STRONG&gt;&lt;BR /&gt;InferenceEngine:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;API version ............ 1.6&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Build .................. custom_releases/2019/R1.1_28dfbfdd28954c4dfd2f94403dd8dfc1f411038b&lt;BR /&gt;[ INFO ] Parsing input parameters&lt;BR /&gt;&lt;STRONG&gt;[ ERROR ] std::bad_alloc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 10:43:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149571#M12110</guid>
      <dc:creator>Zheng__Rui</dc:creator>
      <dc:date>2019-05-22T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Dear Zheng, Rui,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149572#M12111</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Zheng, Rui,&lt;/P&gt;&lt;P&gt;OpenVino 2019R1.1 is actually&amp;nbsp;openvino_2019.1.148.&amp;nbsp; Can you kindly try with&amp;nbsp;openvino_2019.1.148 ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 18:35:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149572#M12111</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-05-22T18:35:27Z</dc:date>
    </item>
    <item>
      <title>Emmm, I found the bottom of</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149573#M12112</link>
      <description>&lt;P&gt;Emmm, I found the bottom of the converted both .xml is different from human-pose-estimation-0001.xml. The graph_opt.xml layer don not have datas, If I converted wrong or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 01:01:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149573#M12112</guid>
      <dc:creator>Zheng__Rui</dc:creator>
      <dc:date>2019-05-23T01:01:43Z</dc:date>
    </item>
    <item>
      <title>I went to the web of openvino</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149574#M12113</link>
      <description>&lt;P&gt;I went to the web of openvino and download, It sent me an email , I download customizable packages, it's also 2019.1.144.&lt;/P&gt;&lt;P&gt;Additionally, after comparing with human-pose-estimation-0001-FP32.xml which is also having no data at the bottom at the .xml,maybe I loss the information such as '&amp;lt;output value="['Mconv7_stage2_L1', 'Mconv7_stage2_L2']"/&amp;gt;', I add two layers in graph_opt.pb, such as '&amp;nbsp;&amp;lt;output value="['Openpose/MConv_Stage6_L1_2_depthwise/depthwise','Openpose/MConv_Stage6_L1_5_pointwise/Conv2D']"/&amp;gt;' ,it's also not working.....&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 02:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149574#M12113</guid>
      <dc:creator>Zheng__Rui</dc:creator>
      <dc:date>2019-05-23T02:32:00Z</dc:date>
    </item>
    <item>
      <title>Dear Zheng, Rui,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149575#M12114</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Zheng, Rui,&lt;/P&gt;&lt;P&gt;The latest OpenVino release should be&amp;nbsp;openvino_2019.1.148 for 2019R1.1. Maybe you're not downloading the latest release. Can you try downloading from&amp;nbsp;&lt;A href="https://software.intel.com/en-us/openvino-toolkit/choose-download"&gt;https://software.intel.com/en-us/openvino-toolkit/choose-download&lt;/A&gt;&amp;nbsp; (or maybe your download location is different if not US-based) ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shubha&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 19:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149575#M12114</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-05-24T19:10:00Z</dc:date>
    </item>
    <item>
      <title>Thank u. You are right, my</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149576#M12115</link>
      <description>&lt;P&gt;Thank u. You are right, my download location is not US-based, I just tried the download link again and registered I am from US, hhha, it's not working. Can you kindly share an openvino_2019.1.148 full package using google drive?&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 12:18:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/ERROR-std-bad-alloc-when-using-human-pose-estimation-demo-help/m-p/1149576#M12115</guid>
      <dc:creator>Zheng__Rui</dc:creator>
      <dc:date>2019-05-27T12:18:23Z</dc:date>
    </item>
  </channel>
</rss>

