-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
executable file
·68 lines (67 loc) · 1.93 KB
/
test.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
60
61
62
63
64
65
66
67
68
<!--******************************************
Welcome to our Bag of Visual Words program
******************************************
Please provide a query image from the dataset
File Name : imageCompressedCam0_0000000.png
We are starting place recognition now! -->
*****************************************--!>
<!DOCTYPE html>
<html>
<title>KITTI Dataset</title>
<head>
<link rel="stylesheet" type="text/css" href="web_app/style.css" />
</head>
<body>
<div class="row">
<div class="column" style="border: 5px solid green;">
<h2>imageCompressedCam0_0000010.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000010.png"/>
<p>score = 0.87</p>
</div>
<div class="column">
<h2>imageCompressedCam0_0000020.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000020.png"/>
<p>score = 0.81</p>
</div>
<div class="column">
<h2>imageCompressedCam0_0000060.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000060.png"/>
<p>score = 0.82</p>
</div>
</div>
<div class="row">
<div class="column">
<h2>imageCompressedCam0_0000090.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000090.png"/>
<p>score = 0.84</p>
</div>
<div class="column">
<h2>imageCompressedCam0_0000100.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000100.png"/>
<p>score = 0.81</p>
</div>
<div class="column">
<h2>imageCompressedCam0_0000110.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000110.png"/>
<p>score = 0.80</p>
</div>
</div>
<div class="row">
<div class="column">
<h2>imageCompressedCam0_0000120.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000120.png"/>
<p>score = 0.85</p>
</div>
<div class="column">
<h2>imageCompressedCam0_0000130.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000130.png"/>
<p>score = 0.80</p>
</div>
<div class="column">
<h2>imageCompressedCam0_0000150.png</h2>
<img src="dataset/all_raw_imgs/imageCompressedCam0_0000150.png"/>
<p>score = 0.83</p>
</div>
</div>
</body>
</html>