-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display 5 best sequences on github.io
- Loading branch information
Showing
21 changed files
with
179 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,184 @@ | ||
<html> | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<h1 align="center">CS4243 Group 19 Project</h1> | ||
<br /><br /> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<h2 align="center" style="margin-top: 2%">Sequence 1</h2> | ||
<table align="center"> | ||
<tr padding="15px" align="center"> | ||
<td> | ||
<video width="400px" controls> | ||
<source src="Videos/CAM1/CAM1-GOPR0333-21157.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</td> | ||
<td> | ||
<img src="../results/error_visualization_0.jpg" width="400px" alt="Error Visualization" title="Error Visualization"> | ||
</td> | ||
<td> | ||
<img src="../results/traj_0.jpg" width="400px" title="Trajectory"> | ||
</td> | ||
</tr> | ||
</table> | ||
<hr width="80%"> | ||
<h2 align="center" style="margin-top: 2%">Sequence 2</h2> | ||
<table align="center"> | ||
<tr padding="15px"> | ||
<td> | ||
<video width="400px" controls> | ||
<source src="../Videos/CAM1/CAM1-GOPR0333-21157.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</td> | ||
<td> | ||
<img src="../results/error_visualization_0.jpg" width="400px" alt="Error Visualization" title="Error Visualization"> | ||
</td> | ||
<td> | ||
<img src="../results/traj_0.jpg" width="400px" title="Trajectory"> | ||
</td> | ||
</tr> | ||
</table> | ||
<hr width="80%"> | ||
<h2 align="center" style="margin-top: 2%">Sequence 3</h2> | ||
<table align="center"> | ||
<tr padding="15px"> | ||
<td> | ||
<video width="400px" controls> | ||
<source src="../Videos/CAM1/CAM1-GOPR0333-21157.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</td> | ||
<td> | ||
<img src="../results/error_visualization_0.jpg" width="400px" alt="Error Visualization" title="Error Visualization"> | ||
</td> | ||
<td> | ||
<img src="../results/traj_0.jpg" width="400px" title="Trajectory"> | ||
</td> | ||
</tr> | ||
</table> | ||
<hr width="80%"> | ||
<h2 align="center"style="margin-top: 2%">Sequence 4</h2> | ||
<table align="center"> | ||
<tr padding="15px"> | ||
<td> | ||
<video width="400px" controls> | ||
<source src="Videos/CAM1/CAM1-GOPR0333-21157.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</td> | ||
<td> | ||
<img src="../results/error_visualization_0.jpg" width="400px" alt="Error Visualization" title="Error Visualization"> | ||
</td> | ||
<td> | ||
<img src="../results/traj_0.jpg" width="400px" title="Trajectory"> | ||
</td> | ||
</tr> | ||
</table> | ||
<hr width="80%"> | ||
<h2 align="center" style="margin-top: 2%">Sequence 5</h2> | ||
<table align="center"> | ||
<tr padding="15px"> | ||
<td> | ||
<video width="400px" controls> | ||
<source src="Videos/CAM1/CAM1-GOPR0333-21157.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</td> | ||
<td> | ||
<img src="../results/error_visualization_0.jpg" width="400px" alt="Error Visualization" title="Error Visualization"> | ||
</td> | ||
<td> | ||
<img src="../results/traj_0.jpg" width="400px" title="Trajectory"> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
<h1 align="center">CS4243 Group 19 Project</h1> | ||
<br/> | ||
|
||
<h2 align="center">Sequence 1</h2> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM1/CAM1-GOPR0334-14238_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM2/CAM2-GOPR0289-14201_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM3/CAM3-GOPR0343-14117_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<!-- 6 --> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/error_visualization_6.jpg?raw=true" alt="Error Visualization" title="Error Visualization"> | ||
</div> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/traj_6.jpg?raw=true" title="Trajectory"> | ||
</div> | ||
</div> | ||
</div> | ||
<hr width="80%"> | ||
|
||
<h2 align="center">Sequence 2</h2> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM1/CAM1-GOPR0334-6600_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM2/CAM2-GOPR0289-6563_tracked.mp4?raw=true | ||
" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM3/CAM3-GOPR0343-6479_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<!-- 5 --> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/error_visualization_5.jpg?raw=true" alt="Error Visualization" title="Error Visualization"> | ||
</div> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/traj_5.jpg?raw=true" title="Trajectory"> | ||
</div> | ||
</div> | ||
</div> | ||
<hr width="80%"> | ||
|
||
<h2 align="center">Sequence 3</h2> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM1/CAM1-GOPR0333-25390_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM2/CAM2-GOPR0288-25413_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM3/CAM3-GOPR0342-25341_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<!-- 1 --> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/error_visualization_1.jpg?raw=true" alt="Error Visualization" title="Error Visualization"> | ||
</div> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/traj_1.jpg?raw=true" title="Trajectory"> | ||
</div> | ||
</div> | ||
</div> | ||
<hr width="80%"> | ||
|
||
<h2 align="center">Sequence 4</h2> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM1/CAM1-GOPR0333-21157_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM2/CAM2-GOPR0288-21180_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM3/CAM3-GOPR0342-21108_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/error_visualization_0.jpg?raw=true" alt="Error Visualization" title="Error Visualization"> | ||
</div> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/traj_0.jpg?raw=true" title="Trajectory"> | ||
</div> | ||
</div> | ||
</div> | ||
<hr width="80%"> | ||
|
||
<h2 align="center">Sequence 5</h2> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM1/CAM1-GOPR0334-26813_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM2/CAM2-GOPR0289-26776_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="col"> | ||
<video width="100%" height="100%" controls> | ||
<source src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/Videos/CAM3/CAM3-GOPR0343-26692_tracked.mp4?raw=true" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/error_visualization_8.jpg?raw=true" alt="Error Visualization" title="Error Visualization"> | ||
</div> | ||
<div class="col"> | ||
<img width="100%" height="100%" src="https://github.com/amrut-prabhu/table-tennis-ball-trajectory/blob/master/results/traj_8.jpg?raw=true" title="Trajectory"> | ||
</div> | ||
</div> | ||
</div> | ||
<hr width="80%"> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.