<?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: I am looking for a method for 3D reconstruction of faces using RGB-D images. in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718234#M17201</link>
    <description>&lt;P&gt;I'm not familiar with the concept of Python wheel files (I'm usually a Windows guy).  You can research the subject though by googling for 'python wheel installation'. Here's an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format" target="_self" alt="https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format"&gt;&lt;/A&gt;&lt;A href="https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format"&gt;https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also alternative installation instructions on the front page of pypoisson:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ git clone --recursive git://&lt;A href="http://github.com/mmolero/pypoisson.git" target="_self" alt="http://github.com/mmolero/pypoisson.git"&gt;&lt;/A&gt;&lt;A href="http://github.com/mmolero/pypoisson.git"&gt;github.com/mmolero/pypoisson.git&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ python &lt;A href="http://setup.py" target="_self" alt="http://setup.py"&gt;&lt;/A&gt;&lt;A href="http://setup.py"&gt;setup.py&lt;/A&gt; build&lt;/P&gt;&lt;P&gt;$ python &lt;A href="http://setup.py" target="_self" alt="http://setup.py"&gt;&lt;/A&gt;&lt;A href="http://setup.py"&gt;setup.py&lt;/A&gt; install&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 21:19:13 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2019-02-26T21:19:13Z</dc:date>
    <item>
      <title>I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718227#M17194</link>
      <description>&lt;P&gt;I am using the SR300 camera, I plan the first step of 3D geometry reconstruction, then texture mapping. Is there a code sample for python?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 10:31:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718227#M17194</guid>
      <dc:creator>tguan</dc:creator>
      <dc:date>2019-02-25T10:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718228#M17195</link>
      <description>&lt;P&gt;&lt;B&gt;Pyntcloud &lt;/B&gt;would likely fit your needs. It allows you to create models using a type of depth scan called a point cloud, and then apply further processing such as conversion to a solid mesh-based model. It has been recommended in the past by Dorodnic the RealSense SDK Manager as a point cloud solution for Python.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Pyntcloud&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/daavoo/pyntcloud" target="_self" alt="https://github.com/daavoo/pyntcloud"&gt;&lt;/A&gt;&lt;A href="https://github.com/daavoo/pyntcloud"&gt;https://github.com/daavoo/pyntcloud&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Documentation&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pyntcloud.readthedocs.io/en/latest/" target="_self" alt="https://pyntcloud.readthedocs.io/en/latest/"&gt;&lt;/A&gt;&lt;A href="https://pyntcloud.readthedocs.io/en/latest/"&gt;https://pyntcloud.readthedocs.io/en/latest/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Example tutorials&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/daavoo/pyntcloud/tree/master/examples" target="_self" alt="https://github.com/daavoo/pyntcloud/tree/master/examples"&gt;&lt;/A&gt;&lt;A href="https://github.com/daavoo/pyntcloud/tree/master/examples"&gt;https://github.com/daavoo/pyntcloud/tree/master/examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Converting a point cloud to a mesh with Pyntcloud (advice by Pyntcloud's creator)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/44997054/point-cloud-to-volume" target="_self" alt="https://stackoverflow.com/questions/44997054/point-cloud-to-volume"&gt;&lt;/A&gt;&lt;A href="https://stackoverflow.com/questions/44997054/point-cloud-to-volume"&gt;https://stackoverflow.com/questions/44997054/point-cloud-to-volume&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 14:59:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718228#M17195</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-25T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718229#M17196</link>
      <description>&lt;P&gt;	I used pyntcloud before, but I can only run it on a web page. So I tried to use py-pcl to splicing the face cloud. Do you have a good plan or idea to let me learn from it?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 20:25:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718229#M17196</guid>
      <dc:creator>tguan</dc:creator>
      <dc:date>2019-02-25T20:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718230#M17197</link>
      <description>&lt;P&gt;I am not familiar with py-pcl.  Another approach you could consider would be a technique called Poisson Surface Reconstruction.  Below is an example for Python.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mmolero/pypoisson"&gt;https://github.com/mmolero/pypoisson&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 20:42:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718230#M17197</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-25T20:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718231#M17198</link>
      <description>&lt;P&gt;thank you very much .I learned about &lt;A href="http://pypoisson.It"&gt;pypoisson.It&lt;/A&gt; can meet my needs. Now I have a problem with the installation. I am using python3, the installation steps prompted in the webpage I failed to install using pip.​&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 10:54:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718231#M17198</guid>
      <dc:creator>tguan</dc:creator>
      <dc:date>2019-02-26T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718232#M17199</link>
      <description>&lt;P&gt;Have you tried the pip installation instruction below, please?  Ignore the clickable link, and copy-and-paste the whole line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pip install git+&lt;A href="https://github.com/mmolero/pypoisson.git" target="_self" alt="https://github.com/mmolero/pypoisson.git"&gt;&lt;/A&gt;&lt;A href="https://github.com/mmolero/pypoisson.git"&gt;https://github.com/mmolero/pypoisson.git&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 15:17:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718232#M17199</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-26T15:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718233#M17200</link>
      <description>&lt;P&gt;Yes, I tried it and showed that the wheel installation failed. Is there a way to download the pypoisson wheel file directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 21:07:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718233#M17200</guid>
      <dc:creator>tguan</dc:creator>
      <dc:date>2019-02-26T21:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718234#M17201</link>
      <description>&lt;P&gt;I'm not familiar with the concept of Python wheel files (I'm usually a Windows guy).  You can research the subject though by googling for 'python wheel installation'. Here's an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format" target="_self" alt="https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format"&gt;&lt;/A&gt;&lt;A href="https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format"&gt;https://stackoverflow.com/questions/21222114/how-do-i-install-python-libraries-in-wheel-format&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are also alternative installation instructions on the front page of pypoisson:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ git clone --recursive git://&lt;A href="http://github.com/mmolero/pypoisson.git" target="_self" alt="http://github.com/mmolero/pypoisson.git"&gt;&lt;/A&gt;&lt;A href="http://github.com/mmolero/pypoisson.git"&gt;github.com/mmolero/pypoisson.git&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ python &lt;A href="http://setup.py" target="_self" alt="http://setup.py"&gt;&lt;/A&gt;&lt;A href="http://setup.py"&gt;setup.py&lt;/A&gt; build&lt;/P&gt;&lt;P&gt;$ python &lt;A href="http://setup.py" target="_self" alt="http://setup.py"&gt;&lt;/A&gt;&lt;A href="http://setup.py"&gt;setup.py&lt;/A&gt; install&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 21:19:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718234#M17201</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-26T21:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718235#M17202</link>
      <description>&lt;P&gt;Thank you very much for inspiring me. Now I am considering the use of ICP algorithm to achieve the fusion of face point cloud data. I want to know what methods I can recommend using the SR300 camera. Here I will collect facial point cloud data from several different angles and then perform point cloud registration.Really thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 11:23:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718235#M17202</guid>
      <dc:creator>tguan</dc:creator>
      <dc:date>2019-03-05T11:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: I am looking for a method for 3D reconstruction of faces using RGB-D images.</title>
      <link>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718236#M17203</link>
      <description>&lt;P&gt;For the SR300, the best option I can think of is software called CloudCompare, which has been demonstrated to be usable with RealSense for capturing a face as a point cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.danielgm.net/cc/" target="_self" alt="http://www.danielgm.net/cc/"&gt;&lt;/A&gt;&lt;A href="http://www.danielgm.net/cc/"&gt;http://www.danielgm.net/cc/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/2637iD63CF7E948139817/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/2638iC3CBCAA61E583273/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The images above were captured with a D415 model, though I don't believe that CloudCompare is tied to a specific camera model, and there was a case where an SR300 was successfully used with CloudCompare &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.reddit.com/r/computervision/comments/7ifc71/3d_point_cloud_labelling_tool/" target="_self" alt="https://www.reddit.com/r/computervision/comments/7ifc71/3d_point_cloud_labelling_tool/"&gt;&lt;/A&gt;&lt;A href="https://www.reddit.com/r/computervision/comments/7ifc71/3d_point_cloud_labelling_tool/"&gt;https://www.reddit.com/r/computervision/comments/7ifc71/3d_point_cloud_labelling_tool/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:28:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/I-am-looking-for-a-method-for-3D-reconstruction-of-faces-using/m-p/718236#M17203</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-03-05T15:28:25Z</dc:date>
    </item>
  </channel>
</rss>

