diff options
Diffstat (limited to 'site/templates/home.html')
| -rw-r--r-- | site/templates/home.html | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/site/templates/home.html b/site/templates/home.html index 03a61af2..a8695b4e 100644 --- a/site/templates/home.html +++ b/site/templates/home.html @@ -12,7 +12,7 @@ </div> <div class='buttons'> - <a href="/datasets/"><button class='important'>Find Your Face</button></a> + <a href="/datasets/lfw/"><button class='important'>Find Your Face</button></a> <a href="/analyze/"><button class='normal'>Analyze Your Face</button></a> </div> @@ -38,15 +38,24 @@ </div> </div> - <p>Regular Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> - <p>Regular Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> - <p>Regular Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> + <p> + MegaPixels is an online art project that explores the history of facial recognition from the perspective of datasets. MegaPixels aims to unravel the meanings behind the data and expose the darker corners of the biometric industry that have contributed to its growth. + </p> + <p> + Through a mix of case studies, visualizations, and interactive tools, Megapixels will use facial recognition datasets to tell the history of modern biometrics. Many people have contributed to the development of facial recignition technology, both wittingly and unwittingly. Not only scientists, but also celebrities and regular internet users have played a part. + </p> + <p> + Facial recognition is a mess of contradictinos. It works, yet it doesn't actually work. It's cheap and accessible, but also expensive and out of control. Facial recognition research has achieved headline grabbing superhuman accuracies over 99.9%, yet in practice it's also dangerously inaccurate. + </p> + <p> + During a trial installation at Sudkreuz station in Berlin in 2018, 20% of the matches were wrong, a number so low that it should not have any connection to law enforcement or justice. And in London, the Metropolitan police had been using facial recognition software that mistakenly identified an alarming 98% of people as criminals, which perhaps is a crime itself. + </p> </section> - <section class='wide'> + <section class='wide dataset-intro'> <h2>Dataset Portraits</h2> <p> - We have prepared detailed studies of some of the more noteworthy datasets. + 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"> @@ -63,7 +72,10 @@ {% endblock %} {% block scripts %} -<script src="/assets/js/vendor/three.min.js"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.0.0/polyfill.min.js"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/97/three.min.js"></script> +<script src="https://unpkg.com/three.texttexture@18.10.24"></script> +<script src="/assets/demo/cloud/THREE.TextSprite.js"></script> <script src="/assets/js/vendor/three.meshline.js"></script> <script src="/assets/js/vendor/oktween.js"></script> <script src="/assets/js/app/face.js"></script> |
