<?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 Ranganadh, in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130157#M8382</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Ranganadh,&lt;/P&gt;&lt;P&gt;I was able to save the inference results to a video file (mp4) with the -o flag on the example without any issues on OpenVINO 2019 R3.1. The issue may be related to the OpenVINO 2019 R1 or the configuration of the Intel DevCloud. I recommend contacting the Intel DevCloud support for this issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://colfaxresearch.com/discussion/forum/colfax-cluster/" target="_blank"&gt;https://colfaxresearch.com/discussion/forum/colfax-cluster/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 17:57:08 GMT</pubDate>
    <dc:creator>JesusE_Intel</dc:creator>
    <dc:date>2019-10-30T17:57:08Z</dc:date>
    <item>
      <title>NCS-2 in Intel OpenVINO Interactive-face-detection-demo</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130154#M8379</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to run the C++ Interactive-face-detection-demo in Ubuntu 16.04 in Intel dev-cloud using the cpp reference samples.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the cpp interactive-face-detection reference sample they are running by providing all models at a time using below command.&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;./face_detector -i $INPUT_FILE -no_wait \
-m models/Transportation/object_detection/face/pruned_mobilenet_reduced_ssd_shared_weights/dldt/face-detection-adas-0001${FPEXT}.xml \
-m_hp models/Transportation/object_attributes/headpose/vanilla_cnn/dldt/head-pose-estimation-adas-0001${FPEXT}.xml \
-m_ag models/Retail/object_attributes/age_gender/dldt/age-gender-recognition-retail-0013${FPEXT}.xml \
-m_em models/Retail/object_attributes/emotions_recognition/0003/dldt/emotions-recognition-retail-0003${FPEXT}.xml \
-d $DEVICE -d_hp $DEVICE -d_ag $DEVICE -d_em $DEVICE \
-o $OUTPUT_FILE&lt;/PRE&gt;

&lt;P&gt;It is working fine. But If i tried to run the above sample with only face-detection model with the below command.&lt;/P&gt;
&lt;P&gt;./face_detector -i $INPUT_FILE -no_wait \ -m models/Transportation/object_detection/face/pruned_mobilenet_reduced_ssd_shared_weights/dldt/face-detection-adas-0001-fp16.xml -d MYRIAD&lt;/P&gt;
&lt;P&gt;I am getting the below error ..&lt;/P&gt;
&lt;P&gt;[ ERROR ] Cannot make shared blob! The blob type cannot be used to store objects of current precision&lt;BR /&gt;/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/include/details/ie_exception_conversion.hpp:71&lt;/P&gt;
&lt;P&gt;Appreciated for any reply on this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 10:12:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130154#M8379</guid>
      <dc:creator>Ranganadh_K_Intel</dc:creator>
      <dc:date>2019-10-28T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Hi Ranganadh,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130155#M8380</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Ranganadh,&lt;/P&gt;&lt;P&gt;I tested the interactive face detection demo just using the face detection model and it work fine with the following command on OpenVINO 2019 R3.1. I'm not sure if you can upgrade your version on the Intel DevCloud, however, you should be able find the answer on the Intel DevCloud&amp;nbsp;&lt;A href="https://colfaxresearch.com/discussion/forum/colfax-cluster/"&gt;support forum&lt;/A&gt;.&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;./interactive_face_detection_demo -i cam -m /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/intel/face-detection-adas-0001/FP16/face-detection-adas-0001.xml -d MYRIAD&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jesus&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 21:30:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130155#M8380</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2019-10-28T21:30:48Z</dc:date>
    </item>
    <item>
      <title>Hi Jesus,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130156#M8381</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response.&lt;/P&gt;&lt;P&gt;I m trying to run with flag -o , for storing output in a file in disk, using the below command&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;./interactive_face_detection_demo -i ~/smart_video_validation/iot-devcloud/smart-video-workshop/advanced-video-analytics/cpp/faces-recognition-walking-and-pause.mp4 -m ~/smart_video_validation/iot-devcloud/smart-video-workshop/advanced-video-analytics/cpp/models/Transportation/object_detection/face/pruned_mobilenet_reduced_ssd_shared_weights/dldt/face-detection-adas-0001.xml -o ~/results/out.mp4&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;InferenceEngine:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; API version ............ 1.6&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Build .................. custom_releases/2019/R1_c9b66a26e4d65bb986bb740e73f58c6e9e84c7c2&lt;BR /&gt;[ INFO ] Parsing input parameters&lt;BR /&gt;[ INFO ] Reading input&lt;BR /&gt;OpenCV: FFMPEG: tag 0x56555949/'IYUV' is not supported with codec id 14 and format 'mp4 / MP4 (MPEG-4 Part 14)'&lt;BR /&gt;[mp4 @ 0x51957c0] Could not find tag for codec rawvideo in stream #0, codec not currently supported in container&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;(interactive_face_detection_demo:43262): GStreamer-CRITICAL **: gst_element_make_from_uri: assertion 'gst_uri_is_valid (uri)' failed.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Please find the attached screenshot for good understanding about issue.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 03:59:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130156#M8381</guid>
      <dc:creator>Ranganadh_K_Intel</dc:creator>
      <dc:date>2019-10-29T03:59:16Z</dc:date>
    </item>
    <item>
      <title>Hi Ranganadh,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130157#M8382</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Ranganadh,&lt;/P&gt;&lt;P&gt;I was able to save the inference results to a video file (mp4) with the -o flag on the example without any issues on OpenVINO 2019 R3.1. The issue may be related to the OpenVINO 2019 R1 or the configuration of the Intel DevCloud. I recommend contacting the Intel DevCloud support for this issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://colfaxresearch.com/discussion/forum/colfax-cluster/" target="_blank"&gt;https://colfaxresearch.com/discussion/forum/colfax-cluster/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 17:57:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/NCS-2-in-Intel-OpenVINO-Interactive-face-detection-demo/m-p/1130157#M8382</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2019-10-30T17:57:08Z</dc:date>
    </item>
  </channel>
</rss>

