You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.5 KiB
HTML
47 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
|
|
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
|
|
<title>Live Streaming Demonstration</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 offset-lg-2">
|
|
<h3 class="mt-5">Colemano Live Demo : riconoscimento American Sign Language</h3>
|
|
<img src="{{ url_for('colemano_routine') }}" width="100%">
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-sm-8 offset-sm-2">
|
|
<h5 class='mt-1'>lascia lo sfondo nel riquadro blu piu neutro ed omogeneo possibile</h5>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-sm-8 offset-sm-2">
|
|
<h5 class='mt-1'>cerca di non apparire con i tuoi arti e corpicino la dentro quando fai partire il riconoscimento con i tasti qua sotto</h5>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-8 offset-lg-2">
|
|
<h3 class="mt-3">Prediction On/Off</h3>
|
|
<form>
|
|
<input type="submit" name=" ON " value="ON">
|
|
<input type="submit" name="OFF&RESET" value="OFF">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|