diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-02 11:41:54 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-02 11:41:54 +0100 |
| commit | 49aacc3d3f1cb9dba89dbc7296e8b63378883425 (patch) | |
| tree | 7969e4a4441d875cbb8b3265bdddd0a62db68d7f /site/public/datasets/index.html | |
| parent | e379b108c8869313bd9ab43a537006c4789235b8 (diff) | |
css tweaks
Diffstat (limited to 'site/public/datasets/index.html')
| -rw-r--r-- | site/public/datasets/index.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/site/public/datasets/index.html b/site/public/datasets/index.html index 6e4af145..9cd50016 100644 --- a/site/public/datasets/index.html +++ b/site/public/datasets/index.html @@ -25,19 +25,22 @@ <a href="/about/">About</a> </div> </header> - <div class="content"> + <div class="content content-"> <section><h1>Facial Recognition Datasets</h1> -</section><section><div class='meta'><div><div class='gray'>Found</div><div>275 datasets</div></div><div><div class='gray'>Created between</div><div>1993-2018</div></div><div><div class='gray'>Smallest dataset</div><div>20 images</div></div><div><div class='gray'>Largest dataset</div><div>10,000,000 images</div></div></div><section><section><div class='meta'><div><div class='gray'>Highest resolution faces</div><div>450x500 (Unconstrained College Students)</div></div><div><div class='gray'>Lowest resolution faces</div><div>16x20 pixels (QMUL SurvFace)</div></div></div><section> +</section> <section class='wide dataset-intro'> - <p> - We have prepared detailed case studies of some of the more noteworthy datasets, including tools to help you learn what is contained in these datasets, and even whether your own face has been used to train these algorithms. - </p> <div class="dataset-list"> + <a href="/datasets/brainwash/" style="background-image: url(https://nyc3.digitaloceanspaces.com/megapixels/v1/datasets/brainwash/assets/index.jpg)"> + <div class="dataset"> + <span>Brainwash</span> + </div> + </a> + <a href="/datasets/cofw/" style="background-image: url(https://nyc3.digitaloceanspaces.com/megapixels/v1/datasets/cofw/assets/index.jpg)"> <div class="dataset"> <span>Caltech Occluded Faces in The Wild</span> |
