<?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 facial-landmarks-35-adas-0002 output shape value in Embedded Intel® Core™ Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/facial-landmarks-35-adas-0002-output-shape-value/m-p/727119#M3443</link>
    <description>&lt;P&gt;Hello, in the documentation, the output shape of the landmark is described as The net outputs a blob with the shape: [1, 70], containing row-vector of 70 floating point values for 35 landmarks' normed coordinates in the form (x0, y0, x1, y1, ..., x34, y34).  Howevr in my Python code I get shape as (1,57330).  Can you tell me what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lmk = cv2.dnn.readNet('facial-landmarks-35-adas-0002.xml',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'facial-landmarks-35-adas-0002.bin')&lt;/P&gt;&lt;P&gt;# Specify target device.&lt;/P&gt;&lt;P&gt;Lmk.setPreferableTarget(cv2.dnn.DNN_TARGET_MYRIAD)&lt;/P&gt;&lt;P&gt;Lmk.setInput(cv2.dnn.blobFromImage(frame, size=(672, 384), ddepth=cv2.CV_8U))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;lmkOut = Lmk.forward()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;print (lmkOut.shape)&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2020 00:13:09 GMT</pubDate>
    <dc:creator>KKar01</dc:creator>
    <dc:date>2020-01-21T00:13:09Z</dc:date>
    <item>
      <title>facial-landmarks-35-adas-0002 output shape value</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/facial-landmarks-35-adas-0002-output-shape-value/m-p/727119#M3443</link>
      <description>&lt;P&gt;Hello, in the documentation, the output shape of the landmark is described as The net outputs a blob with the shape: [1, 70], containing row-vector of 70 floating point values for 35 landmarks' normed coordinates in the form (x0, y0, x1, y1, ..., x34, y34).  Howevr in my Python code I get shape as (1,57330).  Can you tell me what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lmk = cv2.dnn.readNet('facial-landmarks-35-adas-0002.xml',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'facial-landmarks-35-adas-0002.bin')&lt;/P&gt;&lt;P&gt;# Specify target device.&lt;/P&gt;&lt;P&gt;Lmk.setPreferableTarget(cv2.dnn.DNN_TARGET_MYRIAD)&lt;/P&gt;&lt;P&gt;Lmk.setInput(cv2.dnn.blobFromImage(frame, size=(672, 384), ddepth=cv2.CV_8U))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;lmkOut = Lmk.forward()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;print (lmkOut.shape)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 00:13:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/facial-landmarks-35-adas-0002-output-shape-value/m-p/727119#M3443</guid>
      <dc:creator>KKar01</dc:creator>
      <dc:date>2020-01-21T00:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: facial-landmarks-35-adas-0002 output shape value</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/facial-landmarks-35-adas-0002-output-shape-value/m-p/727120#M3444</link>
      <description>&lt;P&gt;I finally figure this out and have two important observation - can you help me answer by &lt;/P&gt;&lt;P&gt;1) the set input size should be (60,60) to return a shape of 70 - so the line should be Lmk.setInput(cv2.dnn.blobFromImage(frame, size=(60,60), ddepth=cv2.CV_8U)) . question is why 60 works?&lt;/P&gt;&lt;P&gt;2) i have a wide angle camera in my raspberry Pi and with this the face comes small relative to the whole image --&amp;gt; in this case the key point prediction is still within the bounding box , but do not align to the eye nose position.  Do you know why this is happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help answer the above questions?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 04:19:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/facial-landmarks-35-adas-0002-output-shape-value/m-p/727120#M3444</guid>
      <dc:creator>KKar01</dc:creator>
      <dc:date>2020-01-21T04:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: facial-landmarks-35-adas-0002 output shape value</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/facial-landmarks-35-adas-0002-output-shape-value/m-p/727121#M3445</link>
      <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/KKar01"&gt;@KKar01&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The consultations stated in this thread should be addressed through the channels listed at the following website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;A href="https://software.intel.com/en-us/forums/intel-distribution-of-openvino-toolkit" target="_self" alt="https://software.intel.com/en-us/forums/intel-distribution-of-openvino-toolkit"&gt;&lt;/A&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-distribution-of-openvino-toolkit"&gt;https://software.intel.com/en-us/forums/intel-distribution-of-openvino-toolkit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 04:32:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/facial-landmarks-35-adas-0002-output-shape-value/m-p/727121#M3445</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2020-01-21T04:32:26Z</dc:date>
    </item>
  </channel>
</rss>

