-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.html
274 lines (243 loc) · 7.68 KB
/
results.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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html class="no-js">
<head>
<script>
window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')
</script>
<script>
$(document).ready(function(){
$('#Header').load("header.html");
$('#Footer').load("footer.html");
setTimeout(function(){
$('body').css("display","block");
},500);
});
</script>
</head>
<body style="display:none">
<!-- Header Start -->
<div id="Header">
</div>
<!-- header close -->
<!-- Slider Start -->
<section class="page-title bg-2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1><b>Our Results</b></h1>
</div>
</div>
</div>
</div>
</section>
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-12">
<div class="block">
<img class="img-rounded" src="img/result1.png" alt="Img" style="padding:32px 0px 0px 0px;">
<p style="padding-top:0px;text-align:center;font-size:12px">Figure 1: Recognizing students’ faces</p>
</div>
</div>
<div class="col-md-7 col-sm-12">
<div class="block">
<p style="text-align:justify">
From the figure 1, one can notice that the face of the left and right student can be recognized by the system where the Student
ID is shown on top of the bounding box. While the ID of the student in the middle is unable to be recognized
due to the head position which is not frontal parallel to the camera.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-12">
<div class="block">
<img class="img-rounded" src="img/result4.png" alt="Img" style="padding:32px 0px 0px 0px;">
<p style="padding-top:0px;text-align:center;font-size:12px;line-height:20px">
Figure 2: Detected students’Upper Body
</p>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="block">
<img class="img-rounded" src="img/result5.png" alt="Img" style="padding:32px 0px 0px 0px;">
<p style="padding-top:0px;text-align:center;font-size:12px;line-height:20px">
Figure 3: Detected student’s Full Body
</p>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="block">
<img class="img-rounded" src="img/result2.png" alt="Img" style="padding:32px 0px 0px 0px;">
<p style="padding-top:0px;text-align:center;font-size:12px;line-height:20px">
Figure 4: The red dot in the image indicate the track of the student when he enters the classroom and sit down which determined
by the Optical Flow.
</p>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="block">
<img class="img-rounded" src="img/result3.png" alt="Img" style="padding:32px 0px 0px 0px;">
<p style="padding-top:0px;text-align:center;font-size:12px;line-height:20px">
Figure 5: The red dot in the image indicate the track of the student when he stand up and move towards the door which determined
by the Optical Flow.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<img class="img-rounded" src="img/result7.png" alt="Img" style="padding:32px 0px 0px 0px;">
<p style="padding-top:0px;text-align:center;font-size:12px;line-height:20px">
Figure 6: An example of overall interface of our system with students identification for attendance taking
</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<img class="img-rounded" src="img/result6.png" alt="Img" style="padding:32px 0px 0px 0px;">
<p style="padding-top:0px;text-align:center;font-size:12px;line-height:20px">
Figure 7: An example of the analysis of concentration level in the class
</p>
</div>
</div>
</div>
</div>
</section>
<!-- footer Start -->
<div id="Footer">
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- The Close Button -->
<span class="close" onclick="document.getElementById('myModal').style.display='none'">×</span>
<!-- Modal Content (The Image) -->
<img class="modal-content" id="img01">
<!-- Modal Caption (Image Text) -->
<div id="caption"></div>
</div>
<style>
/* Style the Image Used to Trigger the Modal */
#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
#myImg:hover {
opacity: 0.7;
}
/* The Modal (background) */
.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
padding-top: 100px;
/* Location of the box */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.9);
/* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {
-webkit-transform: scale(0)
}
to {
-webkit-transform: scale(1)
}
}
@keyframes zoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
}
/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
.modal-content {
width: 100%;
}
}
</style>
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById('myImg');
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img.onclick = function () {
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = this.alt;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function () {
modal.style.display = "none";
}
</script>
<!--
<script>
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
</script> -->
</body>
</html>