summaryrefslogtreecommitdiff
path: root/site/public/research/02_what_computers_can_see/index.html
blob: 6826955fa2f0895e5ae6d90bf94fdebd28b95567 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!doctype html>
<html>
<head>
  <title>MegaPixels</title>
  <meta charset="utf-8" />
  <meta name="author" content="Adam Harvey" />
  <meta name="description" content="What Computers Can See" />
  <meta name="referrer" content="no-referrer" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <link rel='stylesheet' href='/assets/css/fonts.css' />
  <link rel='stylesheet' href='/assets/css/tabulator.css' />
  <link rel='stylesheet' href='/assets/css/css.css' />
  <link rel='stylesheet' href='/assets/css/leaflet.css' />
  <link rel='stylesheet' href='/assets/css/applets.css' />
</head>
<body>
  <header>
    <a class='slogan' href="/">
      <div class='logo'></div>
      <div class='site_name'>MegaPixels</div>
    </a>
    <div class='links'>
      <a href="/datasets/">Datasets</a>
      <a href="/research/">Research</a>
      <a href="/about/">About</a>
    </div>
  </header>
  <div class="content content-">
    
  <section>
    <h1>What Computers Can See</h1>
    <div class='meta'>
      <div>
        <div class='gray'>Posted</div>
        <div>2018-12-15</div>
      </div>
      <div>
        <div class='gray'>By</div>
        <div>Adam Harvey</div>
      </div>
      
    </div>
  </section>

  <section><p>A list of 100 things computer vision can see, eg:</p>
<ul>
<li>age, race, gender, ancestral origin, body mass index</li>
<li>eye color, hair color, facial hair, glasses</li>
<li>beauty score, </li>
<li>intelligence</li>
<li>what you're looking at</li>
<li>medical conditions</li>
<li>tired, drowsiness in car</li>
<li>affectiva: interest in product, intent to buy</li>
</ul>
<h2>From PubFig Dataset</h2>
<ul>
<li>Male</li>
<li>Asian</li>
<li>White</li>
<li>Black</li>
<li>Baby</li>
<li>Child</li>
<li>Youth</li>
<li>Middle Aged</li>
<li>Senior</li>
<li>Black Hair</li>
<li>Blond Hair</li>
<li>Brown Hair</li>
<li>Bald</li>
<li>No Eyewear</li>
<li>Eyeglasses</li>
<li>Sunglasses</li>
<li>Mustache</li>
<li>Smiling Frowning</li>
<li>Chubby</li>
<li>Blurry</li>
<li>Harsh Lighting</li>
<li>Flash</li>
<li>Soft Lighting</li>
<li>Outdoor Curly Hair</li>
<li>Wavy Hair</li>
<li>Straight Hair</li>
<li>Receding Hairline</li>
<li>Bangs</li>
<li>Sideburns</li>
<li>Fully Visible Forehead </li>
<li>Partially Visible Forehead </li>
<li>Obstructed Forehead</li>
<li>Bushy Eyebrows </li>
<li>Arched Eyebrows</li>
<li>Narrow Eyes</li>
<li>Eyes Open</li>
<li>Big Nose</li>
<li>Pointy Nose</li>
<li>Big Lips</li>
<li>Mouth Closed</li>
<li>Mouth Slightly Open</li>
<li>Mouth Wide Open</li>
<li>Teeth Not Visible</li>
<li>No Beard</li>
<li>Goatee </li>
<li>Round Jaw</li>
<li>Double Chin</li>
<li>Wearing Hat</li>
<li>Oval Face</li>
<li>Square Face</li>
<li>Round Face </li>
<li>Color Photo</li>
<li>Posed Photo</li>
<li>Attractive Man</li>
<li>Attractive Woman</li>
<li>Indian</li>
<li>Gray Hair</li>
<li>Bags Under Eyes</li>
<li>Heavy Makeup</li>
<li>Rosy Cheeks</li>
<li>Shiny Skin</li>
<li>Pale Skin</li>
<li>5 o' Clock Shadow</li>
<li>Strong Nose-Mouth Lines</li>
<li>Wearing Lipstick</li>
<li>Flushed Face</li>
<li>High Cheekbones</li>
<li>Brown Eyes</li>
<li>Wearing Earrings</li>
<li>Wearing Necktie</li>
<li>Wearing Necklace</li>
</ul>
</section>

  </div>
  <footer>
    <div>
      <a href="/">MegaPixels.cc</a>
      <a href="/about/disclaimer/">Disclaimer</a>
      <a href="/about/terms/">Terms of Use</a>
      <a href="/about/privacy/">Privacy</a>
      <a href="/about/">About</a>
      <a href="/about/team/">Team</a>
    </div>
    <div>
      MegaPixels &copy;2017-19 Adam R. Harvey /&nbsp;
      <a href="https://ahprojects.com">ahprojects.com</a>
    </div>
  </footer>
</body>

<script src="/assets/js/dist/index.js"></script>
</html>