<?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: Qusai Onali</title>
    <description>The latest articles on DEV Community by Qusai Onali (@qusaionali).</description>
    <link>https://dev.to/qusaionali</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%2F592965%2F321b3363-73d1-4176-8d76-f4145ee7a5b6.jpeg</url>
      <title>DEV Community: Qusai Onali</title>
      <link>https://dev.to/qusaionali</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qusaionali"/>
    <language>en</language>
    <item>
      <title>Social_Distancing_Measurer
</title>
      <dc:creator>Qusai Onali</dc:creator>
      <pubDate>Tue, 09 Mar 2021 07:55:08 +0000</pubDate>
      <link>https://dev.to/qusaionali/socialdistancingmeasurer-498a</link>
      <guid>https://dev.to/qusaionali/socialdistancingmeasurer-498a</guid>
      <description>&lt;p&gt;Computer Vision and AI are used to detect if people are at a specific distance and adhere to social distancing or not.&lt;br&gt;
This algorithm estimates the social distance between humans. Social distancing is very important for protecting against COVID-19. We must follow the rules for our health. This algorithm created for analyzing social distancing rules. The algorithm calculates the distance between humans. Distance is bounded by 180 centimetres. If humans close each other fewer than 150 cm, you can see humans in the red bounding box. Otherwise, between 150–180, you can see humans in the yellow bounding box. Others safe zone in the green bounding box. This algorithm uses YOLO-v3 for human detection.&lt;br&gt;
Used CLAHE preprocessing algorithm for better detections.&lt;br&gt;
Requirements Python 3.6, Opencv 4.2.0 or above numpy 1.14.5 and argparse&lt;br&gt;
Weights not added for sizes you can download from this link: &lt;a href="https://pjreddie.com/media/files/yolov3.weights"&gt;https://pjreddie.com/media/files/yolov3.weights&lt;/a&gt;&lt;br&gt;
Image for post&lt;br&gt;
Output&lt;br&gt;
Image for post&lt;br&gt;
You can find the source code on my GitHub account. (&lt;a href="https://github.com/qusaionali/Social_Distancing"&gt;https://github.com/qusaionali/Social_Distancing&lt;/a&gt;)&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
