coco/www/index.html

66 lines
1.7 KiB
HTML

<html>
<head>
<meta charset='utf-8'>
<!-- Publication CSS: -->
<link rel="stylesheet" type="text/css" href="/a/css/main.css">
<!-- COCO CSS -->
<link rel="stylesheet" type="text/css" href="coco.css">
</head>
<body>
<nav id='publication'>
<a href="/a/introduction.html">
Introduction
</a>
<a href="/a/coco/" class='current'>
COCO
</a>
<a href="/a/enron/">
Enron
</a>
<a href="/a/20bn/">
Something-Something
</a>
<a href="/a/interviews.html">
Interviews
</a>
<div id='sub'>
<a href="/a/introduction.html#dataset-of-4-year-olds-coco-dataset">Dataset of 4 year olds</a>
</div>
</nav>
<nav id='catNav' class='catNav'>
</nav>
<nav id='catNav2' class='catNav'>
</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>
<div class='buttons'>
<label id='scenelabel'>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>
<label id='convert'><input type='checkbox' id='loadImages'> <span>images</span></label>
<label id='labelcheck'><input type='checkbox' id='loadLabels'> <span>labels</span></label>
<label id='savewrap'><input type='submit' id='save' disabled='disabled' value='Save'></label>
<label id='saved'><a href='saved'>Saved drawings</a></label>
</div>
<!-- <script src="svg-inject.min.js"></script> -->
<script src="textures.js"></script>
<script src="crel.min.js"></script>
<script src="coco.js"></script>
</body>
</html>