<?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 Recently downloaded the Intel in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001680#M30385</link>
    <description>&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in;
line-height:14.65pt"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Recently downloaded the Intel Real Sense &amp;nbsp;SDK &amp;nbsp;Gold Beta version. &amp;nbsp;With a 2D camera, the Face tracking and Detection is working fine..But when comes to the recognition part , when we try to Register a user, the Registration id shown is 100. and when we try to unregister it and register again, the id increases by101,102,103...each time we do.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in;
line-height:14.65pt"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in;
line-height:14.65pt"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Is it the Recognition part is not working or &amp;nbsp;it a problem with the 2D camera?&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2014 06:23:56 GMT</pubDate>
    <dc:creator>Linda_M_</dc:creator>
    <dc:date>2014-11-28T06:23:56Z</dc:date>
    <item>
      <title>Facial Recognition</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001676#M30381</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;So I just recently downloaded the SDK to try and was interested in the facial recognition part of it. Using the face_tracking sample provided with the SDk, it only shows 1 registered user with the same ID ever, no matter if there are multiple people in the camera view at once or if the first person goes away and a second person enters the camera view.&lt;/P&gt;

&lt;P&gt;Am I doing it wrong or do I need to add additional code to make it work?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 03:44:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001676#M30381</guid>
      <dc:creator>Reuben_C_</dc:creator>
      <dc:date>2014-11-26T03:44:27Z</dc:date>
    </item>
    <item>
      <title>You can just use JavaCV or</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001677#M30382</link>
      <description>&lt;P&gt;You can just use JavaCV or OpenCV bindings for Java for facial&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 23:14:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001677#M30382</guid>
      <dc:creator>yosun</dc:creator>
      <dc:date>2014-11-27T23:14:21Z</dc:date>
    </item>
    <item>
      <title>Face detection and face</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001678#M30383</link>
      <description>&lt;P&gt;Face detection and face recognition are different things. OpenCV comes with a ready to use face detector, but the face recognition classes are still part of the contributed modules, which are still experimental and not part of the core of OpenCV.&lt;/P&gt;

&lt;P&gt;I mention this because I assume Reuben is looking for a ready to use implementation, which is not the case in OpenCV yet. The one provided in the RealSense should work out of the box though.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 02:11:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001678#M30383</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2014-11-28T02:11:13Z</dc:date>
    </item>
    <item>
      <title>Indeed, I am looking for a</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001679#M30384</link>
      <description>&lt;P&gt;Indeed, I am looking for a ready to use implementation of Facial Recognition. I take it that means the OpenCV one does not work yet?&lt;/P&gt;

&lt;P&gt;As mentioned, the one provided in the RealSense SDK does not seem to work properly either. It gives a user ID to the first face shown in front of the camera but it also shows the same user ID whenever any subsequent new faces are shown too.&lt;/P&gt;

&lt;P&gt;It was mentioned in a previous post in the Perceptual Computing forums that the facial recognition part of the SDK didn't work but I'm not sure if that has been fixed when they changed to the RealSense SDK.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 02:46:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001679#M30384</guid>
      <dc:creator>Reuben_C_</dc:creator>
      <dc:date>2014-11-28T02:46:13Z</dc:date>
    </item>
    <item>
      <title>Recently downloaded the Intel</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001680#M30385</link>
      <description>&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in;
line-height:14.65pt"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Recently downloaded the Intel Real Sense &amp;nbsp;SDK &amp;nbsp;Gold Beta version. &amp;nbsp;With a 2D camera, the Face tracking and Detection is working fine..But when comes to the recognition part , when we try to Register a user, the Registration id shown is 100. and when we try to unregister it and register again, the id increases by101,102,103...each time we do.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in;
line-height:14.65pt"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:.25in;margin-left:0in;
line-height:14.65pt"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Is it the Recognition part is not working or &amp;nbsp;it a problem with the 2D camera?&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 06:23:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001680#M30385</guid>
      <dc:creator>Linda_M_</dc:creator>
      <dc:date>2014-11-28T06:23:56Z</dc:date>
    </item>
    <item>
      <title>Linda, maybe I am wrong, but</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001681#M30386</link>
      <description>&lt;P&gt;Linda, maybe I am wrong, but what you seem to be doing is basically creating a new user each time. That's why you are getting incremental IDs. Basically, every time you register a user, you create a new one. This would explain your problem.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:42:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001681#M30386</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2014-11-28T14:42:44Z</dc:date>
    </item>
    <item>
      <title>But how does the registration</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001682#M30387</link>
      <description>&lt;P&gt;But how does the registration id increments every time if I &amp;nbsp;am registering and unregistering the same user &amp;nbsp;. if a user is recognized by the system ,then the recognition id for the particular user should be the same &amp;nbsp;every time,right? But the face recognition part is taking the same registration id for &amp;nbsp;different persons when we click Register. And &amp;nbsp;the same person is showing as unregistered when we show the same face again.. .&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2014 05:44:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001682#M30387</guid>
      <dc:creator>Linda_M_</dc:creator>
      <dc:date>2014-12-01T05:44:38Z</dc:date>
    </item>
    <item>
      <title>The face that is supposed to</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001683#M30388</link>
      <description>&lt;P&gt;The face that is supposed to be saved to that registration ID is wiped each time you unregister someone. Thus the ID would not be the same even if you register the same person again.&lt;/P&gt;

&lt;P&gt;I believe what you're talking about Linda, is more like a saved database where each face has an ID already attached to it and whenever it matches a face from the camera to the photo in the database, it returns the user ID saved there. The sample code provided in the SDK only creates a temporary database that saves the data for that session when you press Register, and deletes the data after Unregister is pressed or if the program is closed.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;That said, I'd really like for someone to confirm if the facial recognition part of the SDK is working/not working, and if there is any timeline for when it will be done if it is not working (if possible).&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2014 06:06:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001683#M30388</guid>
      <dc:creator>Reuben_C_</dc:creator>
      <dc:date>2014-12-01T06:06:29Z</dc:date>
    </item>
    <item>
      <title>Quote:Reuben C. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001684#M30389</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Reuben C. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The face that is supposed to be saved to that registration ID is wiped each time you unregister someone. Thus the ID would not be the same even if you register the same person again.&lt;/P&gt;

&lt;P&gt;I believe what you're talking about Linda, is more like a saved database where each face has an ID already attached to it and whenever it matches a face from the camera to the photo in the database, it returns the user ID saved there. The sample code provided in the SDK only creates a temporary database that saves the data for that session when you press Register, and deletes the data after Unregister is pressed or if the program is closed.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;That said, I'd really like for someone to confirm if the facial recognition part of the SDK is working/not working, and if there is any timeline for when it will be done if it is not working (if possible).&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This is known issue for using 2D camera in facial recognition. The register user ID will increase if you are using Intel® RealSense™ 3D Cameras.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2014 22:10:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001684#M30389</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2014-12-01T22:10:44Z</dc:date>
    </item>
    <item>
      <title>Oh, I see. Thanks for the</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001685#M30390</link>
      <description>&lt;P&gt;Oh, I see. Thanks for the reply David. I'll just wait for the camera to arrive then.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2014 01:21:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001685#M30390</guid>
      <dc:creator>Reuben_C_</dc:creator>
      <dc:date>2014-12-02T01:21:45Z</dc:date>
    </item>
    <item>
      <title>To me, it sounds like the</title>
      <link>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001686#M30391</link>
      <description>&lt;P&gt;To me, it sounds like the problem that Linda was having is that she was not saving her database after registering users.&lt;/P&gt;

&lt;P&gt;The sample saves the registered user to the 'in memory'&amp;nbsp;database, but if you do not click the Save Database button, it is not written to disk and basically starts over empty each time you run the program.&amp;nbsp; I made a change to the code to call the Save Database routine after each registration, which corrected this for me.&lt;/P&gt;

&lt;P&gt;I have a question of my own though....&lt;/P&gt;

&lt;P&gt;I just downloaded the recent update to the SDK and the release notes indicate that the software now allows&lt;/P&gt;

&lt;P&gt;"up to 20 people in the database"&lt;/P&gt;

&lt;P&gt;I am assuming that this refers to the in memory database used by the software internally.&lt;/P&gt;

&lt;P&gt;Do any of the Intel people working on the project know if this limit is going to be a firm problem going forward or it is just while the software is in Beta?&amp;nbsp; Limiting the number of faces in the recognition database is going to seriously limit the usefulness of the API.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Doug Dodgen&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:08:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Facial-Recognition/m-p/1001686#M30391</guid>
      <dc:creator>DDodg</dc:creator>
      <dc:date>2015-12-16T16:08:04Z</dc:date>
    </item>
  </channel>
</rss>

