diff options
Diffstat (limited to 'site/public/datasets/index.html')
| -rw-r--r-- | site/public/datasets/index.html | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/site/public/datasets/index.html b/site/public/datasets/index.html index d38feb2e..a354a2d5 100644 --- a/site/public/datasets/index.html +++ b/site/public/datasets/index.html @@ -53,13 +53,13 @@ <a href="/research">Research</a> </div> </header> - <div class="content content-"> + <div class="content content-dataset-list"> <div class='dataset-heading'> <section><h1>Dataset Analyses</h1> <p>Explore face and person recognition datasets contributing to the growing crisis of biometric surveillance technologies. This first group of 5 datasets focuses on image usage connected to foreign surveillance and defense organizations.</p> -<p>In response to the analyses below, the <a href="https://purl.stanford.edu/sx925dc9385">Brainwash</a>, <a href="http://vision.cs.duke.edu/DukeMTMC/">Duke MTMC</a>, and <a href="http://msceleb.org/">MS Celeb</a> datasets have been taken down by their authors. The <a href="https://vast.uccs.edu/Opensetface/">UCCS</a> dataset was temporarily deactivated due to metadata exposure. Read more <a href="/about/news">news</a>. A more complete list of datasets and research will be published in September 2019. These 5 are only a preview.</p> +<p>In response to the analyses below, the <a href="/datasets/brainwash">Brainwash</a>, <a href="/datasets/duke_mtmc">Duke MTMC</a>, and <a href="/datasets/msceleb/">MS Celeb</a> datasets have been taken down by their authors. The <a href="/dataests/uccs/">UCCS</a> dataset was temporarily deactivated due to metadata exposure. Read more <a href="/about/news">news</a>. A more complete list of datasets and research will be published in September 2019. These 5 are only a preview.</p> </section> </div> @@ -97,6 +97,34 @@ </div> </a> + <a href="/datasets/helen/"> + <div class="dataset-image" style="background-image: url(https://nyc3.digitaloceanspaces.com/megapixels/v1/datasets/helen/assets/index.jpg)"></div> + <div class="dataset"> + <span class='title'>HELEN</span> + <div class='fields'> + <div class='year visible'><span>2012</span></div> + <div class='purpose'><span>facial feature localization algorithm</span></div> + + <div class='images'><span>2,330 images</span></div> + + </div> + </div> + </a> + + <a href="/datasets/megaface/"> + <div class="dataset-image" style="background-image: url(https://nyc3.digitaloceanspaces.com/megapixels/v1/datasets/megaface/assets/index.jpg)"></div> + <div class="dataset"> + <span class='title'>MegaFace</span> + <div class='fields'> + <div class='year visible'><span>2016</span></div> + <div class='purpose'><span>face recognition</span></div> + + <div class='images'><span>4,753,520 images</span></div> + + </div> + </div> + </a> + <a href="/datasets/msceleb/"> <div class="dataset-image" style="background-image: url(https://nyc3.digitaloceanspaces.com/megapixels/v1/datasets/msceleb/assets/index.jpg)"></div> <div class="dataset"> |
