-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
445 lines (377 loc) · 12.2 KB
/
index.html
File metadata and controls
445 lines (377 loc) · 12.2 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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SAMannot: An Efficient Video Annotation Tool</title>
<meta name="description" content="SAMannot is an open-source, memory-efficient video annotation tool built on SAM2 for interactive video instance segmentation with fast keyframe labeling and mask propagation." />
<meta name="google-site-verification" content="vKY6PTo7kHHrKA6Xa5hF8ZzPfySyNBfnotHThdb9N0s" />
<link rel="canonical" href="https://samannot.github.io/" />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SAMannot" />
<meta property="og:description" content="SAM2-based interactive video instance segmentation for efficient keyframe annotation and propagation." />
<meta property="og:url" content="https://samannot.github.io/" />
<meta name="twitter:card" content="summary" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Noto+Sans:wght@400;500;700&family=Castoro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
:root {
--text: #1f2937;
--muted: #5f6b7a;
--line: #e5e7eb;
--soft: #f6f8fb;
--accent: #3273dc;
--accent-soft: #eaf2ff;
}
body {
font-family: "Google Sans", "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: var(--text);
background: #ffffff;
line-height: 1.65;
}
a {
color: var(--accent);
font-weight: 500;
}
.page {
max-width: 1120px;
margin: 0 auto;
padding: 0 24px;
}
.hero {
background:
linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
border-bottom: 1px solid var(--line);
}
.hero-body {
padding: 4rem 1.5rem 3rem;
}
.publication-title {
font-family: "Google Sans", "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-weight: 700;
letter-spacing: -0.04em;
color: #111827;
margin-bottom: 0.5rem;
}
.hero-kicker {
display: inline-block;
color: var(--accent);
background: var(--accent-soft);
padding: 0.35rem 0.8rem;
border-radius: 999px;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 1rem;
}
.hero-subtitle {
color: var(--muted);
max-width: 760px;
margin: 0 auto;
}
.lab-credit {
margin: 0.9rem auto 1.4rem;
color: var(--muted);
font-size: 0.98rem;
}
.lab-credit a {
font-weight: 700;
}
.hero-subtitle.main {
font-size: 1.3rem;
margin-bottom: 0.15rem;
}
.hero-subtitle.secondary {
font-size: 1.05rem;
margin-bottom: 1.4rem;
}
.button.is-primary-soft {
background: var(--accent);
border-color: var(--accent);
color: white;
}
.button.is-primary-soft:hover {
background: #245fb8;
border-color: #245fb8;
color: white;
}
.button.is-clean {
background: white;
border: 1px solid var(--line);
color: #1f2937;
}
.button.is-clean:hover {
border-color: #b9c7da;
color: #111827;
}
.main-layout {
display: grid;
grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
gap: 3rem;
padding: 3rem 0 2rem;
align-items: start;
}
.section-block {
margin-bottom: 2.75rem;
}
.section-title {
font-size: 1.45rem;
font-weight: 700;
letter-spacing: -0.02em;
color: #111827;
margin-bottom: 0.8rem;
}
.section-title::after {
content: "";
display: block;
width: 42px;
height: 3px;
background: var(--accent);
border-radius: 999px;
margin-top: 0.5rem;
}
.lead-box {
font-size: 1.05rem;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
width: 100%;
border-radius: 14px;
border: 1px solid var(--line);
background: #f2f4f8;
box-shadow: 0 12px 32px rgba(31, 41, 55, 0.08);
}
.video-wrapper iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.youtube-link {
margin-top: 0.75rem;
text-align: center;
font-size: 0.95rem;
}
.side-panel {
border-left: 1px solid var(--line);
padding-left: 2rem;
position: sticky;
top: 2rem;
}
.side-section {
margin-bottom: 2rem;
}
.side-title {
font-size: 1rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.65rem;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.authors {
font-size: 0.98rem;
color: #111827;
margin-bottom: 0.7rem;
}
.affiliations {
font-size: 0.92rem;
color: var(--muted);
}
pre {
background: var(--soft) !important;
color: #111827 !important;
border: 1px solid var(--line);
padding: 1rem;
border-radius: 10px;
overflow-x: auto;
font-size: 0.78rem;
line-height: 1.45;
white-space: pre;
}
pre code {
background: transparent !important;
color: inherit !important;
}
.footer {
background: #f7f9fc;
border-top: 1px solid var(--line);
padding: 2rem 1.5rem;
color: var(--muted);
}
@media (max-width: 900px) {
.main-layout {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.side-panel {
border-left: none;
padding-left: 0;
position: static;
border-top: 1px solid var(--line);
padding-top: 2rem;
}
.hero-body {
padding: 2.75rem 1.25rem 2.25rem;
}
.publication-title {
font-size: 2.4rem !important;
}
}
</style>
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"SoftwareSourceCode",
"name":"SAMannot",
"description":"A memory-efficient, local, open-source framework for interactive video instance segmentation based on SAM2.",
"url":"https://samannot.github.io/",
"codeRepository":"https://github.com/gergelydinya/SAMannot",
"license":"https://github.com/gergelydinya/SAMannot/blob/main/LICENSE",
"programmingLanguage":["Python"],
"citation":{
"@type":"ScholarlyArticle",
"name":"SAMannot: A Memory-Efficient, Local, Open-source Framework for Interactive Video Instance Segmentation based on SAM2",
"url":"https://arxiv.org/abs/2601.11301"
}
}
</script>
</head>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop has-text-centered">
<div class="hero-kicker">Video Annotation Tool</div>
<h1 class="title is-1 publication-title">SAMannot</h1>
<p class="hero-subtitle main">
A Segment Anything based video annotation tool.
</p>
<p class="hero-subtitle secondary">
For efficient keyframe annotation and data propagation.
</p>
<p class="lab-credit">
A project by
<a href="https://hbvc-ai.github.io/" target="_blank" rel="noopener noreferrer">
Hungarian Bionic Vision Center Artificial Intelligence Lab
</a>.
</p>
<div class="buttons is-centered">
<a class="button is-primary-soft is-rounded"
href="https://github.com/gergelydinya/SAMannot"
target="_blank"
rel="noopener noreferrer">
<span class="icon">
<i class="fa-brands fa-github"></i>
</span>
<span>GitHub</span>
</a>
<a class="button is-clean is-rounded"
href="https://arxiv.org/abs/2601.11301"
target="_blank"
rel="noopener noreferrer">
<span class="icon">
<i class="fa-solid fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</div>
</div>
</div>
</section>
<main class="page">
<div class="main-layout">
<div class="main-content">
<section id="about" class="section-block">
<h2 class="section-title">About</h2>
<div class="content has-text-justified lead-box">
<p>
<strong>SAMannot</strong> is a versitile video annotation tool built on top of Meta's Segment Anything
Model (<a href="https://github.com/facebookresearch/sam2" target="_blank" rel="noopener noreferrer">SAM2</a>).
It helps you create high-quality segmentation masks across video frames with minimal user interaction.
</p>
</div>
</section>
<section class="section-block">
<h2 class="section-title">Demo</h2>
<div class="video-wrapper">
<iframe
src="https://www.youtube.com/embed/j5TVcVeuVZM"
title="SAMannot demo"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
<p class="youtube-link">
<a href="https://www.youtube.com/watch?v=j5TVcVeuVZM" target="_blank" rel="noopener noreferrer">
Watch on YouTube
</a>
</p>
</section>
<section id="getting-started" class="section-block">
<h2 class="section-title">Getting Started</h2>
<div class="content has-text-justified">
<p>
If you would like to try SAMannot, you can download the code from the
<a href="https://github.com/gergelydinya/SAMannot" target="_blank" rel="noopener noreferrer">SAMannot</a>
repository. You can also find the installation guide and requirements there.
</p>
</div>
</section>
</div>
<aside class="side-panel">
<div class="side-section">
<h2 class="side-title">Authors</h2>
<p class="authors">
<strong>
Gergely Dinya<sup>1</sup>, András Gelencsér<sup>1</sup>, Krisztina Kupán<sup>2</sup>,
Clemens Küpper<sup>2</sup>, Kristóf Karacs<sup>3</sup>, Anna Gelencsér-Horváth<sup>1,3</sup><sup>*</sup>
</strong>
</p>
<p class="affiliations">
<sup>1</sup> Faculty of Informatics, Eötvös Loránd University, Budapest, Hungary
<br><br>
<sup>2</sup> Max Planck Institute for Biological Intelligence, Seewiesen, Germany
<br><br>
<sup>3</sup> Faculty of Information Technology and Bionics, Pázmány Péter Catholic University, Budapest, Hungary
</p>
<p style="margin-top: 0.75rem;">
<sup>*</sup> Corresponding author:
<a href="mailto:gha@itk.ppke.hu">gha@itk.ppke.hu</a>
</p>
</div>
<div class="side-section">
<h2 class="side-title">Citation</h2>
<pre><code>@misc{samannot,
title={SAMannot: A Memory-Efficient, Local, Open-source Framework for Interactive Video Instance Segmentation based on SAM2},
author={Gergely Dinya and Andr{\'a}s Gelencs{\'e}r and Krisztina Kup{\'a}n and Clemens K{\"u}pper and Krist{\'o}f Karacs and Anna Gelencs{\'e}r-Horv{\'a}th},
year={2026},
eprint={2601.11301},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2601.11301},
}</code></pre>
</div>
</aside>
</div>
</main>
<footer class="footer">
<div class="container has-text-centered">
<p>
<a href="https://github.com/gergelydinya/SAMannot" target="_blank" rel="noopener noreferrer">
Click here for the project repository
</a>
</p>
</div>
</footer>
</body>
</html>