-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (64 loc) · 3.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Social Distance Monitoring">
<meta property="og:title" content="Social Distance Monitoring" />
<meta property="og:description" content="Social Distance Monitoring" />
<meta property="og:image" itemprop="image" content="social_distance.jfif">
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="/">Home</a>
<a href="/Monitor">Monitor</a>
<a href="/Technology">Technology</a>
<a href="/Future">Future</a>
<h1>Monitor Social Distancing with Artificial Intelligence</h1>
<h2>What is this?</h2>
<p>This is a website designed by students that utilises a Computer Vision algorithm to aid in preventing the spread of
COVID-19. It works by aquiring footage from a CCTV camera or IOT ('Internet of Things') camera and
checking the if the individuals present are wearing a mask correctly and if they're maintaining the optimum
distance of 1.5m.
</p>
<table id="home-table">
<tr>
<td>
<video autoplay controls loop width="50%">
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</td>
<td>
<h3>
Advantages
</h3>
<ul>
<li>Measurements of pairwise distance</li>
<li>Checks if people are wearing masks</li>
<li>Checks if mask is being worn correctly</li>
<li>Notifications and alerts when rules are broken</li>
<li>Integrate existing IoT devices in a plug and play fashion</li>
<!-- <li>Dashboard monitoring with people heatmap with automated periodic reporting</li> -->
<li>Push notification to any stakeholder exploiting the queueing service</li>
<li>Plug new Camera and play in a new zone</li>
<li>Useful in health case environments wherer social distancing is required</li>
</ul>
<h3>
Functionalities
</h3>
<ul>
<!-- <li>Complete Cloud based solution with minimal human monitoring</li> -->
<li>A platform that can be used in indoor OR outdoor arena OR both</li>
<li>A complete solution to find the hindsight, insight and foresight</li>
<li>Extend monitoring zone easily with minimal cost efficiently</li>
<li>Location based alarm system integrated with camera</li>
<li>Fast to deploy, configure, and use in automated orchestration</li>
</ul>
</td>
</tr>
</table>
</body>
</html>