2019-12-16 11:19:48 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2020-11-23 14:22:58 +00:00
|
|
|
<title>The COCO dataset : Plotting Data</title>
|
2019-12-16 11:19:48 +00:00
|
|
|
<meta charset='utf-8'>
|
2020-03-10 08:05:17 +00:00
|
|
|
<!-- Publication CSS: -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="/a/css/main.css">
|
|
|
|
<!-- COCO CSS -->
|
2020-03-04 21:24:49 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="coco.css">
|
2019-12-16 11:19:48 +00:00
|
|
|
</head>
|
2020-03-10 14:23:00 +00:00
|
|
|
<body class='drawspace'>
|
2020-03-10 08:05:17 +00:00
|
|
|
|
2020-11-23 14:22:58 +00:00
|
|
|
<nav id='publication' class='dataset'>
|
2020-03-10 08:19:56 +00:00
|
|
|
<a href="/a/introduction.html">
|
2020-03-10 08:05:17 +00:00
|
|
|
Introduction
|
|
|
|
</a>
|
2020-03-10 08:19:56 +00:00
|
|
|
<a href="/a/coco/" class='current'>
|
2020-03-10 08:05:17 +00:00
|
|
|
COCO
|
|
|
|
</a>
|
2020-03-10 08:19:56 +00:00
|
|
|
<a href="/a/enron/">
|
2020-03-10 08:05:17 +00:00
|
|
|
Enron
|
|
|
|
</a>
|
2020-03-10 08:19:56 +00:00
|
|
|
<a href="/a/20bn/">
|
2020-03-10 08:05:17 +00:00
|
|
|
Something-Something
|
|
|
|
</a>
|
2020-03-10 08:19:56 +00:00
|
|
|
<a href="/a/interviews.html">
|
2020-03-10 08:05:17 +00:00
|
|
|
Interviews
|
|
|
|
</a>
|
2020-03-10 11:08:21 +00:00
|
|
|
|
|
|
|
<div id='sub'>
|
2020-11-23 14:22:58 +00:00
|
|
|
<a href="/a/introduction.html#dataset-for-4-year-olds-coco">More about this interface</a>
|
2020-03-10 11:08:21 +00:00
|
|
|
</div>
|
2020-03-10 08:05:17 +00:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-03-04 21:24:49 +00:00
|
|
|
<nav id='catNav' class='catNav'>
|
|
|
|
</nav>
|
|
|
|
<nav id='catNav2' class='catNav'>
|
2019-12-16 11:19:48 +00:00
|
|
|
</nav>
|
|
|
|
<svg
|
|
|
|
id='svgCanvas'
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:ev="http://www.w3.org/2001/xml-events"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
viewBox="0 0 1000 1000">
|
|
|
|
</svg>
|
|
|
|
|
2020-03-04 21:24:49 +00:00
|
|
|
<div class='buttons'>
|
2020-12-02 10:56:35 +00:00
|
|
|
|
|
|
|
<label id='scenelabel'>Pick a scene <select id='scene'>
|
|
|
|
<!-- <option>-</option> -->
|
|
|
|
<option data-background="drone_simple.svg" value="1">View from a drone</option>
|
|
|
|
<option data-background="car_simple.svg" value="2">View from a self driving car</option>
|
|
|
|
<option data-background="room_simple.svg" value="3">Product affiliation detector</option>
|
|
|
|
</select></label>
|
|
|
|
<div id='buttons-top'>
|
|
|
|
<label id='convert'><input type='checkbox' id='loadImages'> <span>Show images</span></label>
|
|
|
|
<label id='labelcheck'><input type='checkbox' id='loadLabels'> <span>Show labels</span></label>
|
2020-12-02 10:45:06 +00:00
|
|
|
</div>
|
|
|
|
<label id='savewrap'><input type='submit' id='save' disabled='disabled' value='Save'></label>
|
|
|
|
<label id='saved'><a href='saved'>View saved drawings</a></label>
|
2020-03-04 21:24:49 +00:00
|
|
|
</div>
|
2019-12-16 11:19:48 +00:00
|
|
|
|
|
|
|
<!-- <script src="svg-inject.min.js"></script> -->
|
|
|
|
<script src="textures.js"></script>
|
|
|
|
<script src="crel.min.js"></script>
|
|
|
|
<script src="coco.js"></script>
|
|
|
|
</body>
|
2020-03-04 21:24:49 +00:00
|
|
|
</html>
|