diff options
Diffstat (limited to 'site/public/about/index.html')
| -rw-r--r-- | site/public/about/index.html | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/site/public/about/index.html b/site/public/about/index.html deleted file mode 100644 index 64dded77..00000000 --- a/site/public/about/index.html +++ /dev/null @@ -1,93 +0,0 @@ -<!doctype html> -<html> -<head> - <title>MegaPixels</title> - <meta charset="utf-8" /> - <meta name="author" content="Adam Harvey" /> - <meta name="description" content="About MegaPixels" /> - <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/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="/about/">About</a> - </div> - </header> - <div class="content content-about"> - - <section><h1>About MegaPixels</h1> -<section class="about-menu"> -<ul> -<li><a class="current" href="/about/">About</a></li> -<li><a href="/about/press/">Press</a></li> -<li><a href="/about/legal/">Legal / Privacy</a></li> -</ul> -</section><p>MegaPixels is an independent art and research project by Adam Harvey and Jules LaPlace investigating the ethics and individual privacy implications of publicly available face recognition datasets, and their role in industry and governmental expansion into biometric surveillance technologies.</p> -<p>The MegaPixels site is made possible with support from <a href="http://mozilla.org">Mozilla</a></p> -<div class="flex-container team-photos-container"> - <div class="team-member"> - <h3>Adam Harvey</h3> - <p>is Berlin-based American artist and researcher. His previous projects (CV Dazzle, Stealth Wear, and SkyLift) explore the potential for counter-surveillance as artwork. He is the founder of VFRAME (visual forensics software for human rights groups) and is a currently researcher in residence at Karlsruhe HfG.</p> - <p><a href="https://ahprojects.com">ahprojects.com</a></p> - </p> - </div> - <div class="team-member"> - <h3>Jules LaPlace</h3> - <p>is an American technologist and artist also based in Berlin. He was previously the CTO of a digital agency in NYC and now also works at VFRAME, developing computer vision and data analysis software for human rights groups. Jules also builds experimental software for artists and musicians. - </p> - <p><a href="https://asdf.us/">asdf.us</a></p> - </div> -</div><p>MegaPixels.cc is a research project about publicly available face recognition datasets. This website is based, in part, on an <a href="https://ahprojects.com/megapixels-glassroom/">earlier installations</a> and research about facial recognition datasets. Since then it has evolved into a large-scale survey of publicly-available face and person analysis datasets. Initially this site was planned as a facial recognition tool to search the datasets. After building several prototypes using over 1 million face images from these datasets, it became clear that facial recognition was mereley a face similar search. The results were not accurate enough to align with goals of this website: to promote responsible use of data and expose existing and past ethical breaches.</p> -<p>An academic report and presentation on the findings of this project is forthcoming. Throughout 2019, this site will be updated with more datasets and research reports on the general themes of remote biometric analysis and media collected "in the wild". The continued research on MegaPixels is supported by a 1 year Researcher-in-Residence grant from Karlsruhe HfG (2019-2020).</p> -<p>When possible, and once thoroughly verified, data generated for MegaPixels will be made available for download on <a href="https://github.com/adamhrv/megapixels">github.com/adamhrv/megapixels</a></p> -</section><section><div class='columns columns-3'><div class='column'><h4>Team</h4> -<ul> -<li>Adam Harvey: Concept, research and analysis, design, computer vision</li> -<li>Jules LaPlace: Information and systems architecture, data management, web applications</li> -</ul> -</div><div class='column'><h4>Contributing Researchers</h4> -<ul> -<li>Berit Gilma: Dataset statistics</li> -<li>Beth (aka Ms. Celeb): Dataset usage verification</li> -<li>Mathana Stender: Commercial usage verification</li> -</ul> -</div><div class='column'><h4>Code and Libraries</h4> -<ul> -<li><a href="https://semanticscholar.org">Semantic Scholar</a> for citation aggregation</li> -<li>Leaflet.js for maps</li> -<li>C3.js for charts</li> -<li>ThreeJS for 3D visualizations</li> -<li>PDFMiner.Six and Pandas for research paper data analysis</li> -</ul> -</div></div></section><section><p>Please direct questions, comments, or feedback to <a href="https://mastodon.social/@adamhrv">mastodon.social/@adamhrv</a></p> -</section> - - </div> - <footer> - <div> - <a href="/">MegaPixels.cc</a> - <a href="/datasets/">Datasets</a> - <a href="/about/">About</a> - <a href="/about/press/">Press</a> - <a href="/about/legal/">Legal and Privacy</a> - </div> - <div> - MegaPixels ©2017-19 Adam R. Harvey / - <a href="https://ahprojects.com">ahprojects.com</a> - </div> - </footer> -</body> - -<script src="/assets/js/dist/index.js"></script> -</html>
\ No newline at end of file |
