-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (216 loc) · 12.4 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
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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="🖌/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>NeuralAction</title>
<link rel="shortcut icon" href="asset/icon_main.ico">
<link rel="apple-touch-icon" href="asset/icon.png">
<meta name="twitter:card" content="summary">
<meta name="description" content="A Real-time and Accurate Gaze Tracking Application for a More Natural Human-Computer Interaction with User Interface">
<meta property="og:title" content="Neural Action">
<meta property="og:type" content="website">
<meta property="og:url" content="https://neuralaction.github.io">
<meta property="og:locale" content="ko_KR">
<meta property="og:description" content="A Real-time and Accurate Gaze Tracking Application for a More Natural Human-Computer Interaction with User Interface">
<meta property="og:image" content="asset/neuralaction_wallpaper.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
</head>
<body>
<div class="nav">
<div class="nav_contents">
<div class="logo"></div>
<div class="nav_menu">
<a onclick="document.querySelector('#introduce').scrollIntoView({ behavior: 'smooth' });">Introduce</a>
<a onclick="document.querySelector('#demo').scrollIntoView({ behavior: 'smooth' });">Demo</a>
<a onclick="document.querySelector('#features').scrollIntoView({ behavior: 'smooth' });">Features</a>
<a onclick="document.querySelector('#download').scrollIntoView({ behavior: 'smooth' });">Download</a>
</div>
</div>
</div>
<div id="introduce" class="page introduce">
<div class="page_contents">
<div class="leftside">
<div class="title">Neural Action</div>
<br>
<div class="subtitle"><span style="font-family: 'Noto Sans KR Bold';">A Real-time</span> and <span style="font-family: 'Noto Sans KR Bold';">Accurate Gaze Tracking Application</span> for a More <span style="font-family: 'Noto Sans KR Bold';">Natural Human-Computer Interaction</span> with <span style="font-family: 'Noto Sans KR Bold';">User Interfaces</span></div>
<br>
<br>
<a href="https://github.com/NeuralAction/Neuralaction"><div style="float:left" class="Neurbutton Papers">Github</div></a>
<div style="float:left; margin-left: 20px; margin-top: 13px;">
<a class="github-button" href="https://github.com/NeuralAction/NeuralAction" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star NeuralAction/NeuralAction on GitHub">Star</a>
</div>
<br><br><br><br>
<div class="developers"><a href="https://github.com/gmlwns2000">Developed by Heejun Lee</a>, <a href="https://github.com/hjh010501">Jonghyeon Ham</a></div>
<div class="awards">Award in 2018 Intel ISEF Fourth Award in Robotics And Intelligent Machines</div>
</div>
<div class="rightside">
<div id="introanimation"></div>
</div>
</div>
</div>
<div id="demo" class="page Demo">
<div class="page_contents">
<div class="title">Demo</div>
<br>
<div class="subtitle"><span style="font-family: 'Noto Sans KR Bold';">Look at our demo video 📹</span></div>
<br>
<div style="width: 100%;" id="neuralaction_player"></div>
</div>
</div>
<div id="features" class="page Features">
<div class="gazetracking_contents">
<div class="page_contents">
<div style="text-align: center;" class="title">Features</div>
<br>
<div class="subpage eyegaze">
<div class="featurestitle subtitle">1. <span style="font-family: 'Noto Sans KR Bold';">Eye-gaze Tracking</span></div>
<div class="featurescontent content">- Tracking with deep-learning</div>
<div class="featurescontent content">- Own eye tracking module with TensorFlow and OpenCV</div>
</div>
<br>
<br>
<div class="subpage keyboard">
<div class="featurestitle subtitle">2. <span style="font-family: 'Noto Sans KR Bold';">Keyboard</span></div>
<div class="featurescontent content">- Circle-layout keyboard optimized for eye tracking</div>
</div>
<br>
<br>
<div class="subpage mouse">
<div class="featurestitle subtitle">3. <span style="font-family: 'Noto Sans KR Bold';">Mouse</span></div>
<div class="featurescontent content">- Computer environment using only eye-gaze and blink clearly</div>
</div>
<br>
<br>
<div class="subpage interaction">
<div class="subtitle">4. <span style="font-family: 'Noto Sans KR Bold';">Interaction</span></div>
<div class="featurescontent content">- Interaction with UI element</div>
<div class="featurescontent content">- Everything works in eye-blink</div>
</div>
<br>
</div>
</div>
</div>
<div id="download" class="page Download">
<div class="page_contents">
<div class="title">Papers & Download</div>
<br>
<div class="subtitle"></div>
<table class="downloadtable">
<caption>Download</caption>
<thead>
<th>Download</th>
<th>Description</th>
</thead>
<tr>
<td><a href="https://github.com/NeuralAction/NeuralAction/releases">Download</a></td>
<td class="table_description">NeuralAction for Windows Installer</td>
</tr>
<tr>
<td><a href="https://github.com/NeuralAction/NeuralAction/releases">Download</a></td>
<td class="table_description">NeuralAction for Windows (.zip)</td>
</tr>
<tr>
<td><a href="https://github.com/NeuralAction/NeuralAction/releases">Download</a></td>
<td class="table_description">NeuralAction for Windows (.7z)</td>
</tr>
</table>
<table style="margin-top: 30px;" class="downloadtable">
<caption>Source-code Download</caption>
<tr>
<th>Link</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://github.com/NeuralAction/Neuralaction">Link</a></td>
<td class="table_description">NeuralAction Github Repository Link</td>
</tr>
<tr>
<td><a href="https://github.com/NeuralAction/Vision">Link</a></td>
<td class="table_description">Vision Github Repository Link</td>
</tr>
</table>
<br>
<br>
</div>
</div>
<div class="footbar">
<div class="footbar_contents">
<div class="footbar_title">
Neural Action
</div>
<div class="footbar_subtitle">
<span style="font-family: 'Noto Sans KR Bold';">A Real-time</span> and <span style="font-family: 'Noto Sans KR Bold';">Accurate Gaze Tracking Application</span> for a More <span style="font-family: 'Noto Sans KR Bold';">Natural Human-Computer Interaction</span> with <span style="font-family: 'Noto Sans KR Bold';">User Interfaces</span>
</div>
<div class="foothb"></div>
Neural Action Website<br>
Github: <a href="https://github.com/neuralaction">https://github.com/neuralaction</a><br>
Community: <a href="https://spectrum.chat/neuralaction">https://spectrum.chat/neuralaction</a><br>
Special Thanks: Mátyás Yves Constans, Mária Franciska Constans, Wonjin Kim, Minjun Kim, Jangwon Lee, Jeondong Hwan, Junbin Lee, Changwoo Seo
<div class="foothb"></div>
<div class="footbar_developer">
Developed by <a href="https://github.com/gmlwns2000"><span style="font-weight: 900;">Heejun Lee</span></a>, <a href="https://github.com/hjh010501"><span style="font-weight: 900;">Jonghyeon Ham</span></a><br>
Copyright © 2017-2020 Neural Action (Heejun Lee, Jonghyeon Ham). All Rights Reserved
</div>
</div>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="🖌/animation/lottie.js" type="text/javascript"></script>
<script>
lottie.loadAnimation({
container: document.getElementById('introanimation'), // the dom element that will contain the animation
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://raw.githubusercontent.com/NeuralAction/neuralaction.github.io/master/%F0%9F%96%8C/animation/test.json' // the path to the animation json
});
</script>
<script>
function scroll(where) {
document.querySelector(where).scrollIntoView({
behavior: 'smooth'
});
}
// 2. This code loads the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// 3. This function creates an <iframe> (and YouTube player)
// after the API code downloads.
var player;
function onYouTubeIframeAPIReady() {
player = new YT.Player('neuralaction_player', {
height: '562',
width: '1000',
videoId: 'J42NxjT1wus',
events: {
'onReady': onPlayerReady,
'onStateChange': onPlayerStateChange
}
});
}
// 4. The API will call this function when the video player is ready.
function onPlayerReady(event) {
event.target.playVideo();
}
// 5. The API calls this function when the player's state changes.
// The function indicates that when playing a video (state=1),
// the player should play for six seconds and then stop.
var done = false;
function onPlayerStateChange(event) {
if (event.data == YT.PlayerState.PLAYING && !done) {
setTimeout(stopVideo, 1);
done = true;
}
}
function stopVideo() {
player.stopVideo();
}
</script>
</body>
</html>