-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
321 lines (298 loc) · 13.5 KB
/
index.html
File metadata and controls
321 lines (298 loc) · 13.5 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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="Colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>AIH19T-0052</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,300,500,600" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="main-wrapper-first">
<div class="hero-area relative">
<header>
<div class="container">
<div class="header-wrap">
<div class="header-top d-flex justify-content-between align-items-center">
<div class="logo">
<h3><a class="text-white" href="index.html">CDAC Nvidia AI Hackathon 2019</a></h3>
</div>
<div class="main-menubar d-flex align-items-center">
<nav class="hide">
<a href="index.html">Home</a>
<a href="index.html">Live</a>
</nav>
<div class="menu-bar"><span class="lnr lnr-menu"></span></div>
</div>
</div>
</div>
</div>
</header>
<div class="banner-area">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row height align-items-center justify-content-center">
<div class="col-lg-7">
<div class="banner-content text-center">
<h4 class="text-uppercase mb-5"><strong>AIH19T_0052</strong></h4>
<div class="col-12">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/bWre2H2ynCQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<h2 class="text-white">Face detection and recognition for surveillance solutions.</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-wrapper">
<!-- Start Feature Area -->
<section class="featured-area pt-100 pb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<div class="feature-left">
<h2>
Face Detection <br>
<span>using</span> YOLOv3
</h2>
<p>
YOLOv3-416 is currently one of the best objection detection models and we customized it to perform face detection.Prior detection systems repurpose classifiers or localizers to perform detection. YOLOv3 uses a totally different approach. It applies a single neural network to the full image to achieve extraordinary results!
</p>
<a href="https://www.youtube.com/watch?v=WlrFYZeI5s0&feature=youtu.be" class="primary-btn hover d-inline-flex align-items-center"><span class="mr-10">View Demo</span><span class="lnr lnr-arrow-right"></span></a>
</div>
</div>
<div class="col-md-6">
<div class="feature-right active-feature-carousel">
<div class="single-slider item">
<img src="img/av.png" alt="">
</div>
<div class="single-slider item">
<img src="img/2.png" alt="">
</div>
<!-- <div class="single-slider item">
<img src="img/slider.jpg" alt="">
</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- End Feature Area -->
<!-- Start parallux Area -->
<section class="parallux-area pt-100 pb-100 relative" data-parallax="scroll" data-image-src="img/hr.png">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row justify-content-end">
<div class="col-lg-4 col-md-6 col-sm-12">
<h2>
Face Recognition <br>
<span>using</span> Facenet
</h2>
<p>
Despite significant recent advances in the field of face recognition, implementing face verification and recognition efficiently at scale presents serious challenges. FaceNet, tackles this by directly learning mappings from face images to a compact Euclidean space where distances directly correspond to a measure of face similarity.
</p>
<a href="https://www.youtube.com/watch?v=WlrFYZeI5s0&feature=youtu.be" class="primary-btn d-inline-flex align-items-center"><span class="mr-10">View Demo</span><span class="lnr lnr-arrow-right"></span></a>
</div>
</div>
</div>
</section>
<!-- End parallux Area -->
<!-- Start service Area -->
<section class="service-area">
<div class="container">
<h1 class="text-center">Use Cases and Demos</h1>
<h4 class="text-center mt-2">* Results from model trained on IMFDB Dataset</h4>
<div class="row mt-5 ">
<div class="col-md-6">
<div>
<h4 class="mt-3 text-uppercase">Detecting the master of Disguise</h4>
<p class="mt-5 lead">
Although, Hrithik Roshan is barely recognized in a few frames, he still is SEEN under that white mask posed as a sculpture from the Movie Dhoom 2 !
</p>
</div>
</div>
<div class="col-md-6">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/j-kjefkMEAY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 mt-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xKqef2ddYcA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 mt-5">
<div>
<h4 class="mt-5 text-uppercase">Catching Criminals red-handed and Green-faced!</h4>
<p class="mt-3 lead">
See how our model performs in recognizing the quick gun Amitabh Bachchan
</p>
</div>
</div>
<div class="col-md-6">
<div>
<h4 class="mt-5 text-uppercase">Finding Celebrities in crowd</h4>
<p class="mt-3 lead">
Ocassionally, celebrities get lost in the crowd due to the huge number of fans that follow them. In such cases, having a model that could guide security personnel in locating and directing the VIP to a secure location would be really helpful.
</p>
</div>
</div>
<div class="col-md-6">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="940" height="529" src="https://www.youtube.com/embed/vryJ3HtuBYQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 mt-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ADDp8PR-OKQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 mt-5">
<div>
<h4 class="mt-5 text-uppercase">Aid Police Investigations</h4>
<p class="mt-3 lead">
Face recognition models can help identify suspects which can further help them crack cases faster. Devices such as body camera's provide as an ideal method for identification due to the clean angle of recording as seen in this video from Amar Akbar Anthony.
</p>
</div>
</div>
<div class="col-md-12 mt-5">
<h2 class="text-center mt-5"> Kabhi Khushi Kabhie Gham </h2>
<h4 class="text-center my-3"> Starring Shah Rukh Khan, Kajol, Jaya Bhaduri and Amitabh Bachchan from the movie...
<div class="embed-responsive embed-responsive-16by9 mt-3">
<iframe width="560" height="315" src="https://www.youtube.com/embed/WlrFYZeI5s0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<h2 class="col-12 text-center mt-5">FACE RECOGNITION AND MOB LYNCHING</h2>
<h4 class="col-12 text-center mt-2">* Results from model trained on our Personal Friends Dataset</h4>
<br>
<div class="col-md-6 mt-5">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/rGhfJc7lLVU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 mt-5">
<div>
<h4 class="mt-5 text-uppercase">Help Recognize Perpetrators and Victims to prevent Mob Lynching</h4>
<p class="mt-3 lead">
<strong>DISCLAIMER: NO HUMANS WERE HARMED DURING THE MAKING OF THIS VIDEO</strong><br>
Face recognition models can help identify perpetrators and victims involved in mob lynching. This can in the future help police solve mob lynching cases more efficiently and even prevent them!
</p>
</div>
</div>
<div class="col-12 mt-3">
<h4 class="col-12"> Actors - *for reference in above video</h4>
</div>
<div class="container">
<div class="row">
<!-- Team Member 1 -->
<div class="col-1 mb-4 p-1">
<div class="card border-0 shadow">
<img src="img/Akshat.jpg" class="card-img-top" alt="...">
<div class="card-body text-center">
<h5 class="card-title mb-0">Akshat</h5>
</div>
</div>
</div>
<div class="col-1 mb-4 p-1">
<div class="card border-0 shadow">
<img src="img/Amey.jpg" class="card-img-top" alt="...">
<div class="card-body text-center">
<h5 class="card-title mb-0">Amey</h5>
</div>
</div>
</div>
<div class="col-1 mb-4 p-1">
<div class="card border-0 shadow">
<img src="img/Arpit.jpg" class="card-img-top" alt="...">
<div class="card-body text-center">
<h5 class="card-title mb-0">Arpit</h5>
</div>
</div>
</div>
<div class="col-1 mb-4 p-1">
<div class="card border-0 shadow">
<img src="img/Hritik.jpg" class="card-img-top" alt="...">
<div class="card-body text-center">
<h5 class="card-title mb-0">Hritik</h5>
</div>
</div>
</div>
<div class="col-1 mb-4 p-1">
<div class="card border-0 shadow">
<img src="img/Kunal.jpg" class="card-img-top" alt="...">
<div class="card-body text-center">
<h5 class="card-title mb-0">Kunal</h5>
</div>
</div>
</div>
<div class="col-1 mb-4 p-1">
<div class="card border-0 shadow">
<img src="img/Ojas.jpg" class="card-img-top" alt="...">
<div class="card-body text-center">
<h5 class="card-title mb-0">Ojas</h5>
</div>
</div>
</div>
<div class="col-1 mb-4 p-1">
<div class="card border-0 shadow">
<img src="img/Prateek.jpg" class="card-img-top" alt="...">
<div class="card-body text-center">
<h5 class="card-title mb-0">Prateek</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End service Area -->
<!-- Start footer Area -->
<footer class="footer-area relative">
<div class="container">
<div class="footer-content d-flex flex-column align-items-center">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<div class="copy-right-text">Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a></div>
<div class="text-white mt-"><strong> CDAC AI Hackathon 2019 - AIH19T-0052 </strong></div>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</footer>
<!-- End footer Area -->
</div>
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
s