<?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 lying pose detect in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296022#M643</link>
    <description>&lt;P&gt;I want to detect human lying on the floor and detect body part. Like skeleton recognition. How can I solve this problem?&lt;/P&gt;</description>
    <pubDate>Sun, 09 Apr 2017 12:05:50 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2017-04-09T12:05:50Z</dc:date>
    <item>
      <title>lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296022#M643</link>
      <description>&lt;P&gt;I want to detect human lying on the floor and detect body part. Like skeleton recognition. How can I solve this problem?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 12:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296022#M643</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-04-09T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296023#M644</link>
      <description>&lt;P&gt;This is a very tricky one.  I remember that a games company working with the Kinect camera had to write their own algorithm to detect when a person's skeleton was in the 'laying on the floor' pose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the camera was looking downward on the body from above then it should be relatively straightforward, since from the camera's downward pointing perspective, the person looks the same as if the person was sitting up and the camera was in front of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wanted to detect the person laying on their side though then it becomes more problematic.  I tested this a couple of years ago and found that while the hand tracking still worked if the hand was viewed side-on, the face tracking didn't work because the camera relied on the facial landmarks being viewed from front-on with the head in its normal position, and not tilted onto the side (as the head would be if laying down on the body's side).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In my own RealSense project, in the Unity game engine, how I solve this problem is to track the nose landmark.  When the nose is detected by the camera to be going downwards below the default value (which represents standing straight) then the code decides that the user is crouching.  Once the value has decreased to a certain level, the code decides that the user is fully crouched.  If the value continues decreasing past that point then the code decides that the user is laying down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process also works in reverse.  As the value increases as the nose of the user rises, the user is detected as un-crouching.  When the default value is reached, the user is standing up straight.  If the nose is detected to be increasing above the default value then the code decides that the user is tilting their head up to look upwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This old video from my project, in which the nose motions are converted into virtual character motions, demonstrates the principle quite well (the avatar tech is much more advanced now).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=HHzXdLqI8p4"&gt;https://www.youtube.com/watch?v=HHzXdLqI8p4&lt;/A&gt; 'My Father's Face' Tech Trailer 2 - "Thought" controlled avatar legs - YouTube &lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 13:10:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296023#M644</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-04-09T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296024#M645</link>
      <description>&lt;P&gt;Can I rotate image before detecting skeleton? &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 05:10:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296024#M645</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-04-10T05:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296025#M646</link>
      <description>&lt;P&gt;Apparently, you can rotate the camera's image, according to Intel support staffer David Lu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/621939"&gt;https://software.intel.com/en-us/forums/realsense/topic/621939&lt;/A&gt; Rotation Prior to Face Tracking &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 05:43:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296025#M646</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-04-10T05:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296026#M647</link>
      <description>&lt;P&gt;Hi kylerhwj&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Do you still need assistance with this case?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Sergio A&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:39:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296026#M647</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-04-14T16:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296027#M648</link>
      <description>&lt;P&gt;Yes, I need. I don't solve my problem. I need more assistance with the way to detect human lying pose.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296027#M648</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-04-14T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296028#M649</link>
      <description>&lt;P&gt;Hi kylerhwj,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your reply. We want to try to help you. Could you please provide more detailed information about your goal, what have you tried yet, how far are you into the development of your project, what tools have you used, and what specific questions do you have at the moment?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;With just the information provided it's hard to tell specifically what issues you're facing at the moment.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We'll be waiting for your response.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Sergio A&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 20:51:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296028#M649</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-04-14T20:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296029#M650</link>
      <description>&lt;P&gt;Thank you for your help. I'm sorry that I'm poor in English. Now I can get joints on color image. So I get (x,y) pixels on color image. I want to get (x,y,z) in the world coordinate according to (x,y). It means I want to know depth value by color image pixels. How can I do?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 18:00:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296029#M650</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-04-16T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: lying pose detect</title>
      <link>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296030#M651</link>
      <description>&lt;P&gt;Here's a script for mapping depth to color using the UV map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_essential_coordinates_mapping.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_essential_coordinates_mapping.html&lt;/A&gt; Intel® RealSense™ SDK 2016 R2 Documentation &lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 22:00:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/lying-pose-detect/m-p/296030#M651</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-04-16T22:00:01Z</dc:date>
    </item>
  </channel>
</rss>

