-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (175 loc) · 5.82 KB
/
index.html
File metadata and controls
193 lines (175 loc) · 5.82 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>I.S.G.</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="https://ntuee-eslab.github.io/"><span>Project of </span>NTUEE-ESLab</a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="architecture.html">Architecture</a></li>
<li><a href="recognition.html">Recognition</a></li>
<li><a href="https://github.com/NTUEE-ESLab/2017Fall-IntelligentSecurityGuard">Code</a></li>
<li><a href="info.html">About Us</a></li>
</ul>
</nav>
<!-- Banner -->
<section class="banner full">
<article>
<img src="images/slide01.jpg" alt="" />
<div class="inner">
<header>
<p>Intelligent Security Guard</a></p>
<h2>I.S.G.</h2>
</header>
</div>
</article>
<article>
<img src="images/slide02.jpg" alt="" />
<div class="inner">
<header>
<p>Implemented with Rpi3 and Arduino</p>
<h2>Easy to Build</h2>
</header>
</div>
</article>
<article>
<img src="images/slide03.jpg" alt="" />
<div class="inner">
<header>
<p>Set Once and Automatic Patrolling</p>
<h2>Easy to Use</h2>
</header>
</div>
</article>
<article>
<img src="images/slide04.jpg" alt="" />
<div class="inner">
<header>
<p>Learn More on <a href="https://github.com/NTUEE-ESLab/2017Fall-IntelligentSecurityGuard">Github</a></p>
<h2>Open Source</h2>
</header>
</div>
</article>
</section>
<!-- One -->
<section id="one" class="wrapper style2">
<div class="inner">
<div class="grid-style">
<div>
<div class="box">
<div class="image fit">
<img src="images/face.jpg" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>Safe and Sound</p>
<h2>A Reliable Defender</h2>
</header>
<p>I.S.G. automatically patrols region of interest specified by the user and detects any possible intruders. You can easily set up any desirable route in advance by maneuvering I.S.G. directly. When I.S.G. stops and raises an alarm, you may decide on whether it should further call the police or just ignore and keep going.</p>
</div>
</div>
</div>
<div>
<div class="box">
<div class="image fit">
<img src="images/intruder.jpg" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>Fast and Accurate Human Detection</p>
<h2>Find Intruder Immediately</h2>
</header>
<p> In our project, we use YOLO as the main model to detect human. When there is a human walking around, the thermal detector will send signal to make Rpi3 take a shot and make detection. We've tested this feature several times. The average detection time is 1.5s per image. Simple, fast, and accurate!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Some Real Shots and Detections on Rpi3</p>
<h2>Detection Results</h2>
</header>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style2">
<div class="inner">
<div class="gallery">
<div>
<div class="image fit">
<a><img src="images/detection1.png" alt="" /></a>
</div>
</div>
<div>
<div class="image fit">
<a><img src="images/detection2.png" alt="" /></a>
</div>
</div>
<div>
<div class="image fit">
<a><img src="images/detection3.png" alt="" /></a>
</div>
</div>
<div>
<div class="image fit">
<a><img src="images/detection4.png" alt="" /></a>
</div>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<p>Here We Go</p>
<h2>DEMO</h2>
</header>
<h3>1. I.S.G. Setup</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WyNbs4DZx2U" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p> </p>
<h3>2. I.S.G. Test</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/66FXkqg0UBA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p> </p>
<h3>3. I.S.G. Test in Dark Environment</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/gjmzirxU2Ic" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p> </p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© BogiHsu/Silverwolf0218. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>