<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Computer-Vision on Semonan Book</title><link>https://semonan.com/en/tags/computer-vision/</link><description>Recent content in Computer-Vision on Semonan Book</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 16 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://semonan.com/en/tags/computer-vision/rss.xml" rel="self" type="application/rss+xml"/><item><title>Face Analysis based on Deep Learning</title><link>https://semonan.com/en/book/ai/face-processing/face-analysis-deep-learning/</link><pubDate>Wed, 16 Oct 2024 00:00:00 +0000</pubDate><guid>https://semonan.com/en/book/ai/face-processing/face-analysis-deep-learning/</guid><description>&lt;h1 id="face-analysis-based-on-deep-learning"&gt;Face Analysis based on Deep Learning&lt;a class="anchor" href="#face-analysis-based-on-deep-learning"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;With the advancement of deep learning technology, the performance of face analysis has also improved.&lt;br&gt;
I will introduce a high-performing open-source face analysis library and explain how to use it.&lt;/p&gt;
&lt;h2 id="insightface-2d-and-3d-face-analysis-project"&gt;InsightFace: 2D and 3D Face Analysis Project&lt;a class="anchor" href="#insightface-2d-and-3d-face-analysis-project"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/deepinsight/insightface" rel="noopener noreferrer" target="_blank"&gt;&lt;code&gt;https://github.com/deepinsight/insightface&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;※ License : Please refer to the above site !&lt;/p&gt;
&lt;p&gt;Here, we share various models, and I would like to introduce the &lt;code&gt;buffalo_l&lt;/code&gt; model pack.&lt;br&gt;
&lt;code&gt;buffalo_l&lt;/code&gt; provides blob box, key points, detection score, landmark 2D/3D, gender, age, embedding, and pose information.&lt;br&gt;
 &lt;br&gt;
I will demonstrate the process of face analysis using Python.&lt;/p&gt;</description></item></channel></rss>