-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneric.html
114 lines (97 loc) · 4.46 KB
/
generic.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
<!DOCTYPE HTML>
<html>
<head>
<title>ROBOCOP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel='shortcut icon' type='image/x-icon' href="favicon.ico?" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<h1><a href="index.html">ROBOCOP<span></span></a></h1>
<!-- <a href="https://github.com/sakshamgupta1074/capstone_codes">Link to the codes</a> -->
<a href="https://github.com/sakshamgupta1074/capstone_codes"> Codes <i class="fa fa-github"></i></a>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Video Collection</a></li>
<li><a href="elements.html">Poster</a></li>
<li><a href="accomplishments.html">Accomplishments</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- One -->
<section class="wrapper style1">
<div class="inner">
<header class="align-center">
<h2>Video Collection</h2>
</header>
<h3 align="left">This video is made for our capstone project.</h3>
<p>PROBLEM STATEMENT:- To design a system which is capable of protecting the territory from various threats approaching from land or sky. It should be able to DETECT, LOCK and SHOOT DOWN the target and keep PATROLLING in a static environment and checking for suspicious activities using principals of Machine Learning and Computer Vision.</p>
<div class="video">
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/c3RqZH-4NBg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p class="caption">
The video is divided into 3 parts:<br>
1. Labelling of the prototype
2. Simulation Video
3. Demonstration of actual prototype
</p>
</div>
<h3 align="left">This represents the working prototype made before mid sem</h3>
<div class="video">
<div class="video-wrapper">
<iframe width="853" height="480" src="https://www.youtube.com/embed/E9Osa9jgw6o" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p class="caption">
The model is trained to patrol on a pre-programmed path.<br>
This video gives a detailed description of collision detection and collision avoidance.
</p>
</div>
<h3 align="left">These two videos represent the working target detection model</h3>
<div class="video">
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/UdRKWqp0d30" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p class="caption">
</p>
</div>
<div class="video">
<div class="video-wrapper">
<iframe width="853" height="480" src="https://www.youtube.com/embed/a1eGS90HtA4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p class="caption">
</p>
</div>
<h3 align="left">These two videos represent the working target tracking model</h3>
<div class="video">
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/QX6d_GDNrRg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p class="caption">
</p>
</div>
<div class="video">
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/7aJBJbBqwLw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p class="caption">
</p>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.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>