-
-
Notifications
You must be signed in to change notification settings - Fork 609
/
index.html
177 lines (156 loc) · 7.52 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
<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
<link rel="manifest" href="img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4812VFLT3M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4812VFLT3M');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4922790412146333" crossorigin="anonymous"></script>
<title>ImgLab - Image Annotation tool</title>
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/slider.1.min.css">
<link rel="stylesheet" href="css/tags.min.css">
<link rel="stylesheet" href="css/svg.select.min.css">
<link rel="stylesheet" href="css/svg.min.css">
<link rel="stylesheet" href="css/jquery-confirm.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/snackbar.min.css">
<link rel="stylesheet" href="css/menu.min.css">
<link rel="stylesheet" href="css/imglabfonts.css">
<link rel="stylesheet" href="css/jquery-editable-select.min.css">
<link rel="stylesheet" href="css/taggle.min.css">
<script src="js/thirdparty/jquery.min.js"></script>
<script src="js/thirdparty/jquery-confirm.min.js"></script>
<script src="js/thirdparty/bootstrap.min.js"></script>
<script src="js/thirdparty/riot.min.js"></script>
<script src="js/thirdparty/Blob.js"></script>
<script src="js/thirdparty/FileSaver.min.js"></script>
<script src="js/thirdparty/fxp.js"></script>
<script src="js/thirdparty/jquery-ui.min.js"></script>
<script src="js/thirdparty/nimn.js"></script>
<script src="js/thirdparty/jquery-editable-select.min.js"></script>
<script src="js/thirdparty/taggle.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div id="menubar" class="row overlay-color align-items-center" style="height: 50px;">
<div class="col-3 col-sm-2 col-md-1 col-xl-1 no-pl">
<menu-dropdown></menu-dropdown>
</div>
<div class="col-6 col-sm-6 col-md-7 col-xl-7 text-center">
<!-- form-inline input-group -->
<div class="row justify-content-center align-content-center">
<a href="https://github.com/NaturalIntelligence/imglab">
<img src="img/imglab_logo.png" height="48px" style="margin-top: 2px">
</a>
<span style="font-size: 2em; margin-top:5px;">Img Lab</span>
</div>
</div>
<div class="col-3 col-sm-4 col-md-4 col-xl-4">
<div class="form-inline flex-row-reverse float-right">
<a class="btn btn-info" onclick="javascript:displayDonationPrompt()" style="margin: 0px 10px;">Donate</a>
<shortcuts class="d-none d-md-block"></shortcuts>
<plugins-menu class="d-none d-md-block"></plugins-menu>
</div>
</div>
</div>
<!-- End of Menubar -->
</div>
<div class="flex-row">
<div class="d-flex flex-row" style="height: calc(100vh - 50px);">
<div id="toolbar" class="d-flex flex-column overlay-color grey-border">
<toolbox tools="labelling"></toolbox>
<toolbox class="mt-auto toolbox-border-top" tools="canvas"></toolbox>
</div>
<div class="d-flex flex-column base-color" style="width: 100vw">
<div>
<actionbar></actionbar>
</div>
<div>
<workarea></workarea>
</div>
<div class="grey-border mt-auto" style="height: 100px; width: 100%; margin: 0px 2px;">
<images-slider thumbnail_width="90px" class="mt-auto"></images-slider>
</div>
</div>
<div id="sidebar" class="p-2 overlay-color grey-border" style="width: 350px;">
<label-panel></label-panel>
</div>
</div>
<div id="snackbar"></div>
<plugin-window></plugin-window>
</div>
<cookie-alert></cookie-alert>
<script src="js/prompt.js"></script>
<script src="js/config.js"></script>
<!-- <script src="tags/tags.js"></script> -->
<script src="js/thirdparty/riot+compiler.min.js"></script>
<script src="tags/cookie-alert.tag.html" type="riot/tag"></script>
<script src="tags/images-slider.tag.html" type="riot/tag"></script>
<script src="tags/menu.tag.html" type="riot/tag"></script>
<script src="tags/pluginsMenu.tag.html" type="riot/tag"></script>
<script src="tags/shortcuts.tag.html" type="riot/tag"></script>
<script src="tags/toolbox.tag.html" type="riot/tag"></script>
<script src="tags/workarea.tag.html" type="riot/tag"></script>
<script src="tags/pluginWindow.tag.html" type="riot/tag"></script>
<script src="tags/plugins/facepp.tag.html" type="riot/tag"></script>
<script src="tags/actionbar.tag.html" type="riot/tag"></script>
<script src="tags/trackinglines.tag.html" type="riot/tag"></script>
<script src="tags/settings-window.tag.html" type="riot/tag"></script>
<script src="tags/label-panel.tag.html" type="riot/tag"></script>
<script src="tags/attributes-list.tag.html" type="riot/tag"></script>
<script src="tags/actions/lightbulb-action.tag.html" type="riot/tag"></script>
<script src="tags/actions/landmark-action.tag.html" type="riot/tag"></script>
<script src="tags/actions/zoom-action.tag.html" type="riot/tag"></script>
<script src="tags/actions/colorpicker-action.tag.html" type="riot/tag"></script>
<script type="text/javascript">
eventBus = riot.observable();
riot.mount("cookie-alert");
riot.mount("menu-dropdown, plugins-menu, shortcuts");
riot.mount("actionbar");
riot.mount("toolbox");
riot.mount("images-slider");
$(function () {
$('[data-toggle="tooltip"]').tooltip();
})
</script>
<script src="js/settings.js"></script>
<script src="js/thirdparty/svg.min.js"></script>
<script src="js/thirdparty/jszip.min.js"></script>
<script src="js/thirdparty/svg.draw.min.js"></script>
<script src="js/thirdparty/svg.select.min.js"></script>
<script src="js/thirdparty/svg.resize.min.js"></script>
<script src="js/thirdparty/svg.draggable.min.js"></script>
<script src="js/storePersistor.js"></script>
<script src="js/store.js"></script>
<script src="js/savefile.js"></script>
<script src="js/openfile.js"></script>
<script src="dataformaters/dlib.js"></script>
<script src="js/app.js"></script>
<script src="js/nimnObjStructure.js"></script>
<script src="dataformaters/coco.js"></script>
<script src="dataformaters/pascal_voc.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>