xxxxxxxxxx
19
<html>
<head>
<meta charset="UTF-8">
<title>PoseNet example using p5.js</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/addons/p5.dom.min.js"></script>
<script src="https://unpkg.com/ml5@0.1.1/dist/ml5.min.js" type="text/javascript"></script>
<meta charset="utf-8" />
</head>
<body>
<h1>PoseNet example using p5.js</h1>
<p id='status'>Loading model...</p>
<script src="sketch.js"></script>
</body>
</html>