forked from CSAILVision/LabelMeAnnotationTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tool.html
executable file
·200 lines (174 loc) · 9.11 KB
/
tool.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
<!--
LabelMe is a WEB-based image annotation tool and a Matlab toolbox that allows researchers to label images and share the annotations with the rest of the community.
Copyright (C) 2013 MIT, Computer Science and Artificial Intelligence Laboratory. Bryan Russell, Antonio Torralba, William T. Freeman
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<title>LabelMe: The open annotation tool</title>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE,NO-STORE,MUST-REVALIDATE" />
<META HTTP-EQUIV="imagetoolbar" CONTENT="no" />
<link rel="shortcut icon" href="Icons/favicon16.ico" />
<script type="text/javascript">
// <![CDATA[
<!--#include virtual="./annotationTools/js/jquery-1.9.1.js" -->
<!--#include virtual="./annotationTools/js/jquery-ui.js" -->
<!--#include virtual="./annotationTools/js/jquery-ui-intervals.js" -->
<!--#include virtual="./annotationTools/js/example.js" -->
<!--#include virtual="./annotationTools/js/browser.js" -->
<!--#include virtual="./annotationTools/js/globals.js" -->
<!--#include virtual="./annotationTools/js/io.js" -->
<!--#include virtual="./annotationTools/js/plot.js" -->
<!--#include virtual="./annotationTools/js/my_scripts.js" -->
<!--#include virtual="./annotationTools/js/object_list.js" -->
<!--#include virtual="./annotationTools/js/object_parts.js" -->
<!--#include virtual="./annotationTools/js/bubble.js" -->
<!--#include virtual="./annotationTools/js/image.js" -->
<!--#include virtual="./annotationTools/js/file_info.js" -->
<!--#include virtual="./annotationTools/js/annotation.js" -->
<!--#include virtual="./annotationTools/js/canvas.js" -->
<!--#include virtual="./annotationTools/js/handler.js" -->
<!--#include virtual="./annotationTools/js/sign_in.js" -->
<!--#include virtual="./annotationTools/js/startup.js" -->
<!--#include virtual="./annotationTools/js/player.js" -->
<!--#include virtual="./annotationTools/js/video.js" -->
<!--#include virtual="./annotationTools/js/draw_event.js" -->
<!--#include virtual="./annotationTools/js/edit_event.js" -->
<!--#include virtual="./annotationTools/js/adjust_event.js" -->
<!--#include virtual="./annotationTools/js/scribble.js" -->
<!--#include virtual="./annotationTools/js/xml_accessors.js" -->
// ]]>
</script>
<style>
@import url("annotationTools/css/styles.css?version=4");
@import url("annotationTools/css/header.css?version=4");
@import url("annotationTools/css/bubble.css?version=4");
@import url("annotationTools/css/object_list.css?version=4");
@import url("annotationTools/css/scribblemenu.css?version=4");
@import url("annotationTools/css/jquery-ui.css");
</style>
</head>
<!-- Start up LabelMe after HTML elements load -->
<body id="body" style="visibility:hidden;" onload="javascript:StartupLabelMe();">
<!-- Mechanical Turk instructions and submit button -->
<div id="mt_submit_form"></div>
<!-- HEADER AND LOGO -->
<div class="header" id="header">
<!-- LOGO-->
<div id="logo">
<a href="index.html"><img src="Icons/LabelMe_logo3.png" width="216" height="69" alt="LabelMe logo"></img></a>
</div>
<!-- USERNAME FORM-->
<div id="username_main_div">
<div id="display_user" style="display:block;">
You are:
<b><span id="usernametxt" type="text" style="max-width:120px; height:1.2em;" tabindex="0" title="This username will get associated to each new polygon inside the XML.">anonymous
</span></b>
<font size="-2">(<a href="#" id="changeuser" title="Click to change the username">change user</a>)</font>
</div>
<div id="enterUserName" style="display:none;">
Enter name:
<input id="userEnter" type="text" style="width:120px;" tabindex="0" value="" title="Enter the object\'s name here. Avoid application specific names, codes, long descriptions. Use a name you think other people would agree in using." />
</div>
</div>
</div>
<!-- BUTTONS -->
<div id="tool_buttons">
<!-- NAVIGATION BUTTONS -->
<div id="label_buttons_navigation">
<!-- DOWNLOAD IMAGE BUTTON -->
<button id="img_url" class="labelBtn" type="button" title="Download image">
<img src="Icons/download_img.png" height="30" />
</button>
<!-- DOWNLOAD XML BUTTON -->
<button id="xml_url" class="labelBtn" type="button" title="Download XML file">
<img src="Icons/download_xml.png" height="30" />
</button>
<!-- HELP BUTTON -->
<button id="help" class="labelBtn" type="button" title="Show help page" onclick="location.href='annotationTools/html/labeling_instructions.html'" >
<img src="Icons/help_new.png" height="30" />
</button>
<!-- NEXT IMAGE BUTTON -->
<button id="prevImage" class="labelBtn" type="button" title="Prev Image">
<img src="Icons/previous_2.png" height="30" />
</button>
<button id="nextImage" class="labelBtn" type="button" title="Next Image">
<img src="Icons/next_2.png" height="30" />
</button>
</div>
<div id="label_buttons_contrast">
<button id="lessContrast" class="labelBtn" type="button" title="Decrease Brightness">
<img src="Icons/morecontrast.png" height="30" />
</button>
<button id="moreContrast" class="labelBtn" type="button" title="Increase Brightness">
<img src="Icons/lesscontrast.png" height="30" />
</button>
</div>
<!-- DRAWING BUTTONS -->
<div id="label_buttons_drawing">
<div id ="generic_buttons" class="annotatemenu">
<!-- ZOOM IN BUTTON -->
<button id="zoomin" class="labelBtnDraw" type="button" title="Zoom In">
<img src="Icons/zoomin.png" width="28" height="38" />
</button>
<!-- ZOOM OUT BUTTON -->
<button id="zoomout" class="labelBtnDraw" type="button" title="Zoom Out">
<img src="Icons/zoomout.png" width="28" height="38" />
</button>
<!-- FIT IMAGE BUTTON -->
<button id="fit" class="labelBtnDraw" type="button" title="Fit Image">
<img src="Icons/fitscreen.png" width="28" height="38" />
</button>
</div>
</div>
</div>
<!-- IMAGE CANVAS -->
<div class="image_canvas" id="main_section">
<div id="loading">Loading image...</div>
<div id="main_media" class="top" style="visibility:hidden; overflow:auto;">
<canvas id="imcanvas" style="vertical-align:bottom;z-index:-3;">
<!-- <img id="im" style="vertical-align:bottom;z-index:-3;" /> -->
</canvas>
<div id="myCanvas_bg_div" style="position:absolute;left:0px;top:0px;z-index:0;cursor:crosshair;width:100%;height:100%;background-color:rgba(128,64,0,0);">
<svg:svg
id="myCanvas_bg"
width="100%"
height="100%"
style="position:absolute;left:0px;top:0px;z-index:0;" />
</div>
<div id="select_canvas_div" style="position:absolute;left:0px;top:0px;z-index:-2;cursor:default;width:100%;height:100%;background-color:rgba(128,64,0,0);">
<svg:svg
id="select_canvas"
width="100%"
height="100%"
style="position:absolute;left:0px;top:0px;z-index:-2;" />
</div>
<div id="draw_canvas_div" style="position:absolute;left:0px;top:0px;z-index:-2;cursor:crosshair;width:100%;height:100%;background-color:rgba(128,64,0,0);">
<svg:svg
id="draw_canvas"
width="100%"
height="100%"
style="position:absolute;left:0px;top:0px;z-index:-2;" />
</div>
<div id="query_canvas_div" style="position:absolute;left:0px;top:0px;z-index:-2;cursor:default;width:100%;height:100%;background-color:rgba(128,64,0,0);">
<svg:svg
id="query_canvas"
width="100%"
height="100%"
style="position:absolute;left:0px;top:0px;z-index:-2;" />
</div>
</div>
</div>
<!-- DIV that will contain the object list -->
<div id="anno_anchor"></div>
<!-- DIV for Mechanical Turk feedback form -->
<div id="mt_feedback" style="position:absolute;bottom:4px;" />
</body>
</html>