<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: R.M.V.Akash Ekanayaka</title>
    <description>The latest articles on DEV Community by R.M.V.Akash Ekanayaka (@vae97).</description>
    <link>https://dev.to/vae97</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F480079%2F07b1fd70-3b81-4e41-8e7e-22691f0e1e33.jpg</url>
      <title>DEV Community: R.M.V.Akash Ekanayaka</title>
      <link>https://dev.to/vae97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vae97"/>
    <language>en</language>
    <item>
      <title>Face Mask Detector</title>
      <dc:creator>R.M.V.Akash Ekanayaka</dc:creator>
      <pubDate>Sat, 09 Jan 2021 09:17:00 +0000</pubDate>
      <link>https://dev.to/vae97/face-mask-detector-28cm</link>
      <guid>https://dev.to/vae97/face-mask-detector-28cm</guid>
      <description>&lt;p&gt;This is an application that I wrote in python to detect the face mask due to the covid-19 situation. It uses two haarcascades to detect face and the mouth. The following image shows the output when a person appears without a face mask. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9Rnk54_6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/i1r0p748yzy9dob5r8n0.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9Rnk54_6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/i1r0p748yzy9dob5r8n0.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The following image shows the output when a person with a mask is staring at the camera.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--885CCF82--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ptnx8xl89rxwog9w9tso.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--885CCF82--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ptnx8xl89rxwog9w9tso.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Yeaaah cool !!!&lt;/p&gt;

&lt;p&gt;But what about your pet ? 😜&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yVy2evY0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ugoaewiixjzrnoxfaa20.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yVy2evY0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ugoaewiixjzrnoxfaa20.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Github Repository
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/vae97/Face-Mask-Detector"&gt;Face Mask Detector&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Shaligram1234/Python/blob/master/Face_Mask_Detection/data/xml/haarcascade_mcs_mouth.xml"&gt;Mouth Recognition HaarCascade.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/opencv/opencv"&gt;Face Recognition HaarCascade.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>opencv</category>
      <category>covid19</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
