-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresult.html
97 lines (97 loc) · 4.28 KB
/
result.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!doctype html><html lang="en"><head><meta charset="utf-8">
<title>Demo results</title>
<link rel="stylesheet" href="css/styles.css?v=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<br/><br/><br/><div><h3>Img_id: 400925003_400925</h3>
<div>
<h5>Input image and question: what color is his shirt ? </h5><br/>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/400925003_400925_orig.jpg' width='200' height='200' />
</div><br/>
<div>
<h5>Reasoning process</h5>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/400925003_400925_attention.jpg' width='200' height='200' />
<ul>
<li>I look at the <strong>RED</strong> box.</li>
<li>The object properties <strong>['red']['maroon']['brown']</strong> would be useful in answering the question.</li>
<li>In conclusion, I think the answer is <strong>red</strong></li>
</ul>
</div>
<hr>
<br/><br/><br/><div><h3>Img_id: 5314004_5314</h3>
<div>
<h5>Input image and question: which room is this ? </h5><br/>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/5314004_5314_orig.jpg' width='200' height='200' />
</div><br/>
<div>
<h5>Reasoning process</h5>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/5314004_5314_rel.jpg' width='200' height='200' />
<ul>
<li>I first find the <strong>BLUE</strong> box, and then from that I look at the <strong>GREEN</strong> box. </li>
<li>The object(s) <strong>toilet</strong> would be useful in answering the question.</li>
<li>In conclusion, I think the answer is <strong>bathroom</strong></li>
</ul>
</div>
<hr>
<br/><br/><br/><div><h3>Img_id: 132861004_132861</h3>
<div>
<h5>Input image and question: how many clocks can be seen on this building ? </h5><br/>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/132861004_132861_orig.jpg' width='200' height='200' />
</div><br/>
<div>
<h5>Reasoning process</h5>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/132861004_132861_cnt.jpg' width='200' height='200' />
<ul>
<li>I look at the <strong>PURPLE</strong> boxes.</li>
<li>I will try to count them: <strong>2</strong></li>
<li>In conclusion, I think the answer is <strong>2</strong></li>
</ul>
</div>
<hr>
<br/><br/><br/><div><h3>Img_id: 394773004_394773</h3>
<div>
<h5>Input image and question: what is on the back of this motorcycle ? </h5><br/>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/394773004_394773_orig.jpg' width='200' height='200' />
</div><br/>
<div>
<h5>Reasoning process</h5>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/394773004_394773_rel.jpg' width='200' height='200' />
<ul>
<li>I first find the <strong>BLUE</strong> box, and then from that I look at the <strong>GREEN</strong> box. </li>
<li>The object(s) <strong>bag</strong> would be useful in answering the question.</li>
<li>In conclusion, I think the answer is <strong>helmet</strong></li>
</ul>
</div>
<hr>
<br/><br/><br/><div><h3>Img_id: 135071001_135071</h3>
<div>
<h5>Input image and question: where are the books ? </h5><br/>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/135071001_135071_orig.jpg' width='200' height='200' />
</div><br/>
<div>
<h5>Reasoning process</h5>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/135071001_135071_rel.jpg' width='200' height='200' />
<ul>
<li>I first find the <strong>BLUE</strong> box, and then from that I look at the <strong>GREEN</strong> box. </li>
<li>The object(s) <strong>shelf</strong> would be useful in answering the question.</li>
<li>In conclusion, I think the answer is <strong>shelf</strong></li>
</ul>
</div>
<hr>
<br/><br/><br/><div><h3>Img_id: 399416005_399416</h3>
<div>
<h5>Input image and question: what condition is the sky ? </h5><br/>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/399416005_399416_orig.jpg' width='200' height='200' />
</div><br/>
<div>
<h5>Reasoning process</h5>
<img src='file:////Users/seungwookkim/Projects/pmn_code/demo_output/399416005_399416_attention.jpg' width='200' height='200' />
<ul>
<li>I look at the <strong>RED</strong> box.</li>
<li>The object properties <strong>['blue']['white']['cloudy']</strong> would be useful in answering the question.</li>
<li>In conclusion, I think the answer is <strong>cloudy</strong></li>
</ul>
</div>
<hr>
</body>