-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMotionCoherence.html
59 lines (53 loc) · 1.82 KB
/
MotionCoherence.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: "Bayesian Optimisation"
permalink: /motioncoherence/
---
<head>
<link rel="stylesheet" type="text/css" href="../mystyle.css">
</head>
<div class="FlexContainer">
<div class="FlexContainerCol">
<h4>10 spaceships, Random location, Infinite lifetime</h4>
<div class="FlexContainer">
<video id="GDP" src="../MC/10_location_forever.mp4" autoplay muted loop preload></video>
</div>
</div>
<div class="FlexContainerCol">
<h4>15 spaceships, Random location, Infinite lifetime</h4>
<div class="FlexContainer">
<video id="UD" src="../MC/15_location_forever.mp4" autoplay muted loop preload></video>
</div>
</div>
</div>
<br></br>
<br></br>
<div class="FlexContainer">
<div class="FlexContainerCol">
<h4>10 spaceships, Random location, Infinite lifetime</h4>
<div class="FlexContainer">
<video id="GDP" src="../MC/10_location_forever.mp4" autoplay muted loop preload></video>
</div>
</div>
<div class="FlexContainerCol">
<h4>10 spaceships, Random direction, Infinite lifetime</h4>
<div class="FlexContainer">
<video id="UD" src="../MC/10_direction_forever.mp4" autoplay muted loop preload></video>
</div>
</div>
</div>
<br></br>
<br></br>
<div class="FlexContainer">
<div class="FlexContainerCol">
<h4>10 spaceships, Same spaceships incoherent, Re-randomised direction, Infinite lifetime</h4>
<div class="FlexContainer">
<video id="GDP" src="../MC/10_direction_same_spaceships_forever.mp4" autoplay muted loop preload></video>
</div>
</div>
<div class="FlexContainerCol">
<h4>10 spaceships, Same spaceships incoherent, Constant random direction, Infinite lifetime</h4>
<div class="FlexContainer">
<video id="UD" src="../MC/10_same_dir_same_spaceships_forever.mp4" autoplay muted loop preload></video>
</div>
</div>
</div>