<?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: Face Landmarks in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517489#M6892</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the person ros wrapper at &lt;A href="https://github.com/IntelEuclid/realsense_person"&gt;https://github.com/IntelEuclid/realsense_person&lt;/A&gt; GitHub - IntelEuclid/realsense_person: Intel Euclid RealSense person pack. &lt;/P&gt;&lt;P&gt;You can register to the messages and use the output directly. &lt;/P&gt;&lt;P&gt;BolousAbuJaber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 10:54:25 GMT</pubDate>
    <dc:creator>Amit_M_Intel</dc:creator>
    <dc:date>2017-07-27T10:54:25Z</dc:date>
    <item>
      <title>Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517484#M6887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to the Realsence and euclid enviroment, and I need for my project to be able to detect some landmarks of face.&lt;/P&gt;&lt;P&gt;I see that there is in the person library - &lt;A href="https://software.intel.com/sites/products/realsense/person/developer_guide.html%233.2.3_Person_Recognition"&gt;https://software.intel.com/sites/products/realsense/person/developer_guide.html%233.2.3_Person_Recognition&lt;/A&gt; Intel® RealSense™ for Linux - Person Library: Developer's Guide a Face Tracking and Face Landmarks fetures.&lt;/P&gt;&lt;P&gt;For the past few days I been trying to use it but I don't understand how to. I tryed to install the examples, but it faild.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you point me at the right direction for how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Asi.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:06:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517484#M6887</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-26T13:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517485#M6888</link>
      <description>&lt;P&gt;If you are a beginner to RealSense and Euclid then creating programming scripts may be a daunting challenge.  I would recommend first trying the Euclid's built-in mechanisms in order to gain experience with the system before looking into writing your own programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Euclid has pre-installed modules called Nodes.  These can be inserted into programs called Scenarios.  One of those pre-installed Nodes is called 'Person Tracking', and there is a pre-installed Scenario that uses that 'Person Tracking' Node that is called "PersonView".  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Euclid operating guide document says about this Scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The PersonView scenario runs the camera node along with the person tracking node to track people in the field of view of the camera."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The guide says about Scenarios:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The Scenario tab allows the user to configure scenarios, create new scenarios, start/stop scenarios and remove existing scenarios.  A Scenario is a powerful way to control the DEVICE.  A Scenario is an experience or application that can run on the DEVICE and is a set of Euclid Nodes that run together."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Scenarios Tab can be found on the Euclid's Web Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the Euclid operating guide.  The information about Scenarios begins on page 7 of the document, and is followed  by information about Nodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://click.intel.com/media/productid2100_10052017/euclid-operating-guide-final.pdf"&gt;https://click.intel.com/media/productid2100_10052017/euclid-operating-guide-final.pdf&lt;/A&gt; &lt;A href="https://click.intel.com/media/productid2100_10052017/euclid-operating-guide-final.pdf"&gt;https://click.intel.com/media/productid2100_10052017/euclid-operating-guide-final.pdf&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:54:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517485#M6888</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-07-26T13:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517486#M6889</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past few days I used the Scenarios and Nodes, followed most of the tutorials and I can see the capabilities of the euclid system.&lt;/P&gt;&lt;P&gt;I wrote the question after using the built in mechanisms and features, after trying to install the person library (without success) and all the things that I could do without contacting the support. Now I need to start working on my project, I want to use the euclid system for it and I hope that it will give me the information I need for it.&lt;/P&gt;&lt;P&gt;The 'Person Tracking' Node and the "PersonView" Scenario is not giving me the information I need. I don't need information about the person in general I am trying to get information about the face, and the face landmarks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it is harder to start programing scripts, but that is exactly what I need. So I am trying to use the face detection features but it seems that I can not install the library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the support.&lt;/P&gt;&lt;P&gt;Asi.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:38:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517486#M6889</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-26T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517487#M6890</link>
      <description>&lt;P&gt;Ok, thanks for the further information.  I did not know your level of experience, so wanted to find an entry point that you would be comfortable with.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that you have installed the Intel RealSense SDK For Linux correctly, have you set up a C++ development environment to write scripts in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/sdk/getting_started.html#"&gt;https://software.intel.com/sites/products/realsense/sdk/getting_started.html#&lt;/A&gt; Installing_the_SDK Intel® RealSense™ SDK for Linux: Getting Started &lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:58:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517487#M6890</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-07-26T14:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517488#M6891</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having some truble with installing the realsense sdk. I get the following error when traing to make the library:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;euclid@EUCLID_5031:~/realsense_sdk/build$ make&lt;/P&gt;&lt;P&gt;[  2%] Built target realsense_log_utils&lt;/P&gt;&lt;P&gt;[  8%] Built target realsense_image&lt;/P&gt;&lt;P&gt;[ 11%] Built target realsense_viewer&lt;/P&gt;&lt;P&gt;[ 16%] Built target realsense_compression&lt;/P&gt;&lt;P&gt;[ 17%] Building CXX object sdk/src/cameras/playback/CMakeFiles/realsense_playback.dir/windows/v10/conversions.cpp.o&lt;/P&gt;&lt;P&gt;In file included from /home/euclid/realsense_sdk/sdk/src/cameras/playback/windows/v10/conversions.cpp:6:0:&lt;/P&gt;&lt;P&gt;/home/euclid/realsense_sdk/sdk/include/rs/utils/librealsense_conversion_utils.h: In function \u2018rs::core::metadata_type rs::utils::convert(rs::frame_metadata)\u2019:&lt;/P&gt;&lt;P&gt;/home/euclid/realsense_sdk/sdk/include/rs/utils/librealsense_conversion_utils.h:270:22: error: \u2018actual_fps\u2019 is not a member of \u2018rs::frame_metadata\u2019&lt;/P&gt;&lt;P&gt;                 case rs::frame_metadata::actual_fps:&lt;/P&gt;&lt;P&gt;                      ^&lt;/P&gt;&lt;P&gt;/home/euclid/realsense_sdk/sdk/include/rs/utils/librealsense_conversion_utils.h: In function \u2018rs::frame_metadata rs::utils::convert(rs::core::metadata_type)\u2019:&lt;/P&gt;&lt;P&gt;/home/euclid/realsense_sdk/sdk/include/rs/utils/librealsense_conversion_utils.h:290:28: error: \u2018actual_fps\u2019 is not a member of \u2018rs::frame_metadata\u2019&lt;/P&gt;&lt;P&gt;                     return rs::frame_metadata::actual_fps;&lt;/P&gt;&lt;P&gt;                            ^&lt;/P&gt;&lt;P&gt;sdk/src/cameras/playback/CMakeFiles/realsense_playback.dir/build.make:206: recipe for target 'sdk/src/cameras/playback/CMakeFiles/realsense_playback.dir/windows/v10/conversions.cpp.o' failed&lt;/P&gt;&lt;P&gt;make[2]: *** [sdk/src/cameras/playback/CMakeFiles/realsense_playback.dir/windows/v10/conversions.cpp.o] Error 1&lt;/P&gt;&lt;P&gt;CMakeFiles/Makefile2:919: recipe for target 'sdk/src/cameras/playback/CMakeFiles/realsense_playback.dir/all' failed&lt;/P&gt;&lt;P&gt;make[1]: *** [sdk/src/cameras/playback/CMakeFiles/realsense_playback.dir/all] Error 2&lt;/P&gt;&lt;P&gt;Makefile:127: recipe for target 'all' failed&lt;/P&gt;&lt;P&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will install the Qt creator as a c++ enviroment.&lt;/P&gt;&lt;P&gt;But the main issue is to install the SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Asi.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 10:48:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517488#M6891</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-27T10:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517489#M6892</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the person ros wrapper at &lt;A href="https://github.com/IntelEuclid/realsense_person"&gt;https://github.com/IntelEuclid/realsense_person&lt;/A&gt; GitHub - IntelEuclid/realsense_person: Intel Euclid RealSense person pack. &lt;/P&gt;&lt;P&gt;You can register to the messages and use the output directly. &lt;/P&gt;&lt;P&gt;BolousAbuJaber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 10:54:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517489#M6892</guid>
      <dc:creator>Amit_M_Intel</dc:creator>
      <dc:date>2017-07-27T10:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517490#M6893</link>
      <description>&lt;P&gt;I will try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing is I don't understand why the installation of the realsense SDK and the personal library fails.&lt;/P&gt;&lt;P&gt;Hope that you can help with that. Since I want to try and see the features that looks so good at first look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;Asi&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:26:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517490#M6893</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-27T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Face Landmarks</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517491#M6894</link>
      <description>&lt;P&gt;Hi Asi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Have you tried the RealSense ROS person as Amit suggested?&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Also, regarding your issue installing the SDK for Linux, I'd suggest to follow these instructions: &lt;A href="https://software.intel.com/sites/products/realsense/intro/getting_started.html"&gt;https://software.intel.com/sites/products/realsense/intro/getting_started.html&lt;/A&gt; &lt;A href="https://software.intel.com/sites/products/realsense/intro/getting_started.html"&gt;https://software.intel.com/sites/products/realsense/intro/getting_started.html&lt;/A&gt;.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Yermi A.  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 23:59:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-Landmarks/m-p/517491#M6894</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-31T23:59:56Z</dc:date>
    </item>
  </channel>
</rss>

